Skip to content

Commit

Permalink
Add code documentation and images for JetBrains Rider and Visual Stud…
Browse files Browse the repository at this point in the history
…io 2022
  • Loading branch information
christianhelle committed Mar 6, 2024
1 parent 80ab7fa commit 342c548
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/docfx_project/articles/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -1278,4 +1278,16 @@ public partial interface IDeleteUserEndpoint
[Delete("/user/{username}")]
Task Execute(string username);
}
```
```

## 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)

0 comments on commit 342c548

Please sign in to comment.