Skip to content

Commit 6da8543

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +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-
46+
See [guidelines for creating .NET API documentation](https://github.com/dotnet/dotnet-api-docs/wiki).
4747
If your new API or the APIs it calls throw any exceptions, those need to be manually documented by adding the `<exception></exception>` elements.
4848

4949
### Documentation Workflow

0 commit comments

Comments
 (0)