Update README.md
This commit is contained in:
@@ -192,7 +192,7 @@ Check out `:h neogen-advanced_configurations` for more information !
|
|||||||
There is a list of supported languages and fields, with their annotation style
|
There is a list of supported languages and fields, with their annotation style
|
||||||
|
|
||||||
| Languages | Annotation Conventions | Supported annotation types |
|
| Languages | Annotation Conventions | Supported annotation types |
|
||||||
| --------------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
|
| ---------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
|
||||||
| lua | [Emmylua](https://emmylua.github.io/) (`"emmylua"`) | `@func`, `@class`, `@type`, `@file` |
|
| lua | [Emmylua](https://emmylua.github.io/) (`"emmylua"`) | `@func`, `@class`, `@type`, `@file` |
|
||||||
| | [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"ldoc"`) | |
|
| | [Ldoc](https://stevedonovan.github.io/ldoc/manual/doc.md.html) (`"ldoc"`) | |
|
||||||
| python | [Google docstrings](https://google.github.io/styleguide/pyguide.html) (`"google_docstrings"`) | |
|
| python | [Google docstrings](https://google.github.io/styleguide/pyguide.html) (`"google_docstrings"`) | |
|
||||||
@@ -207,7 +207,7 @@ There is a list of supported languages and fields, with their annotation style
|
|||||||
| | [Alternative](https://stackoverflow.com/questions/30009650/how-do-you-document-function-arguments) (`"alternative"`) | |
|
| | [Alternative](https://stackoverflow.com/questions/30009650/how-do-you-document-function-arguments) (`"alternative"`) | |
|
||||||
| csharp | [Xmldoc](https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/xmldoc/) (`"xmldoc"`) | |
|
| csharp | [Xmldoc](https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/xmldoc/) (`"xmldoc"`) | |
|
||||||
| | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | |
|
| | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | |
|
||||||
| php | [Ph-doc](https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html) (`"phpdoc"`) | `@func`, `@type`, `@class` |
|
| php | [Php-doc](https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html) (`"phpdoc"`) | `@func`, `@type`, `@class` |
|
||||||
|
|
||||||
## Adding Languages
|
## Adding Languages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user