feat(rust) Add support for rust (func, file) #34

This commit is contained in:
danymat
2022-01-09 16:29:50 +01:00
parent ded4838eaf
commit 4227f608b2
3 changed files with 39 additions and 2 deletions

View File

@@ -194,6 +194,8 @@ There is a list of supported languages and fields, with their annotation style
| | [Godoc](https://go.dev/blog/godoc) (`"godoc"`) | |
| java | | | `func`, `class` |
| | [Javadoc](https://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/javadoc.html#documentationcomments) (`"javadoc"`) | |
| rust | | | `func`, `file` |
| | [Rustdoc](https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html) (`"rustdoc"`) | |
## Adding Languages