feat: Add csharp support

This commit is contained in:
danymat
2022-01-11 10:01:43 +01:00
parent 0cb45647db
commit bb486455b9
3 changed files with 127 additions and 0 deletions

View File

@@ -197,6 +197,8 @@ There is a list of supported languages and fields, with their annotation style
| rust | | | `func`, `file`, `class` |
| | [Rustdoc](https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html) (`"rustdoc"`) | |
| | [Alternative](https://stackoverflow.com/questions/30009650/how-do-you-document-function-arguments) (`"alternative"`) | |
| csharp | | | `func`, `file`, `class`|
| | [Xmldoc](https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/xmldoc/) (`"xmldoc"`) | `<summary>`, `<param>`,`<returns>`|
## Adding Languages