Skip to content

Commit

Permalink
Write a manual how to enable publishing XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Apr 30, 2018
1 parent dcf6632 commit 5831cc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,16 @@ The menu under File > Preferences (Code > Preferences on Mac) provides entries t
}
```

To enable publishing XML documentation:

### project.csproj

```xml
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\YourApi.XML</DocumentationFile>
</PropertyGroup>
```

## Installation

Expand Down

0 comments on commit 5831cc5

Please sign in to comment.