Skip to content

Commit

Permalink
Enable Graphics API docs generation (#9675)
Browse files Browse the repository at this point in the history
* Update Graphics.csproj

* Update Graphics.csproj
  • Loading branch information
jfversluis authored Sep 9, 2022
1 parent b17dd97 commit f480fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Graphics/src/Graphics/Graphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<RootNamespace>Microsoft.Maui.Graphics</RootNamespace>
<PackageId>Microsoft.Maui.Graphics</PackageId>
<Product>Microsoft.Maui.Graphics</Product>
<NoWarn>$(NoWarn);CA1307;CA1309</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CA1307;CA1309;CS1591</NoWarn>
</PropertyGroup>

<Import Project="$(MauiNuSpecDirectory)Microsoft.Maui.Controls.MultiTargeting.targets" />
Expand Down

0 comments on commit f480fa9

Please sign in to comment.