From 04c4dcdad06e07b5035a52517ec9fd614641e6e6 Mon Sep 17 00:00:00 2001 From: danymat Date: Sun, 9 Jan 2022 17:37:01 +0100 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe02181..d042b01 100644 --- a/README.md +++ b/README.md @@ -194,8 +194,9 @@ 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` | +| 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"`) | | ## Adding Languages