diff --git a/docs/docfx_project/articles/examples.md b/docs/docfx_project/articles/examples.md index 619aef9d..03e21c8e 100644 --- a/docs/docfx_project/articles/examples.md +++ b/docs/docfx_project/articles/examples.md @@ -1278,4 +1278,16 @@ public partial interface IDeleteUserEndpoint [Delete("/user/{username}")] Task Execute(string username); } -``` \ No newline at end of file +``` + +## Code Documentation + +Refitter uses the descriptions and responses in the OpenAPI specifications to generate XML code documentation + +### JetBrains Rider + +![alt-text](/images/rider-code-docs.png) + +### Visual Studio 2022 + +![alt-text](/images/vs-code-docs.png)