Skip to content

Commit

Permalink
Generate documentation for rendering projects on build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wo80 committed Nov 6, 2023
1 parent a744e60 commit 9b154db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Triangle.Rendering.GDI/Triangle.Rendering.GDI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<RootNamespace>TriangleNet.Rendering.GDI</RootNamespace>
<AssemblyName>Triangle.Rendering.GDI</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Triangle.Rendering/Triangle.Rendering.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<RootNamespace>TriangleNet.Rendering</RootNamespace>
<AssemblyName>Triangle.Rendering</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9b154db

Please sign in to comment.