提交 9606e092 编写于 作者: 麦壳饼's avatar 麦壳饼

加入文档 便于swagger显示

上级 0cdd6db8
......@@ -35,6 +35,7 @@
<FileVersion>2.0.1.0</FileVersion>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>96x96.png</PackageIcon>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
......@@ -206,6 +207,12 @@
</ResolvedFileToPublish>
</ItemGroup>
</Target>
<ItemGroup>
<Content Include="IoTSharp.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IoTSharp.Data.InMemory\IoTSharp.Data.InMemory.csproj" />
<ProjectReference Include="..\IoTSharp.Data.MySQL\IoTSharp.Data.MySQL.csproj" />
......
......@@ -353,7 +353,7 @@
<param name="attributes">attributes</param>
<returns></returns>
</member>
<member name="M:IoTSharp.Controllers.DevicesController.PushDataToMap(System.String,System.String,System.String)">
<member name="M:IoTSharp.Controllers.DevicesController.PushDataToMap(System.String,System.String)">
<summary>
上传原始Json或者xml 通过规则链进行解析。
</summary>
......@@ -362,7 +362,7 @@
<param name="format"></param>
<returns></returns>
</member>
<member name="M:IoTSharp.Controllers.DevicesController.PushDataToRuleChains(System.String,System.String,System.String)">
<member name="M:IoTSharp.Controllers.DevicesController.PushDataToRuleChains(System.String,System.String)">
<summary>
上传原始Json或者xml 通过规则链进行解析。
</summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册