Skip to content

Commit c02301c

Browse files
committed
other review
1 parent 2cd7cb3 commit c02301c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

templates/java/api_javadoc.mustache

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
* @deprecated
44
{{/isDeprecated}}
55
{{#externalDocs}}
6-
* {{{description}}}
7-
* @see <a href="{{url}}">{{{summary}}} Documentation</a>
6+
* @see <a href="{{url}}">{{{summary}}} Documentation</a> ({{{description}}})
87
{{/externalDocs}}
98
*/
109
{{#isDeprecated}}
1110
@Deprecated
12-
{{/isDeprecated}}
11+
{{/isDeprecated}}

0 commit comments

Comments
 (0)