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

加入文档 便于swagger显示

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