Skip to content

Commit 84c2fd0

Browse files
authored
Update docs/coding-guidelines/adding-api-guidelines.md
1 parent 6da8543 commit 84c2fd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/coding-guidelines/adding-api-guidelines.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ should be added to `net10.0`. [More Information on TargetFrameworks](https://lea
4343
## Documentation
4444

4545
New public APIs must be documented with triple-slash comments on top of them. Visual Studio automatically generates the structure for you when you type `///`.
46-
See [guidelines for creating .NET API documentation](https://github.com/dotnet/dotnet-api-docs/wiki).
47-
If your new API or the APIs it calls throw any exceptions, those need to be manually documented by adding the `<exception></exception>` elements.
46+
See [guidelines for creating .NET API documentation](https://github.com/dotnet/dotnet-api-docs/wiki) for language and style. If your new API or the APIs it calls throw any exceptions, those need to be manually documented by adding the `<exception></exception>` elements.
4847

4948
### Documentation Workflow
5049

0 commit comments

Comments
 (0)