From 332fcf79511e8a3f854644e095cda73ba40097dd Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Sat, 13 Nov 2021 14:34:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73334f5..90e7233 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ There is a list of supported languages and fields, with their annotation style | | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | `@param`, `@return`, `@tparam`, `@brief`| | go | | | | | | [Godoc](https://go.dev/blog/godoc) (`"godoc"`) | | -| java | | | `class` | +| java | | | `func`, `class` | | | [Javadoc](https://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/javadoc.html#documentationcomments) (`"javadoc"`) | |