diff --git a/src/lib/converter/plugins/CommentPlugin.ts b/src/lib/converter/plugins/CommentPlugin.ts index 0ebd9aaf5..726f7618a 100644 --- a/src/lib/converter/plugins/CommentPlugin.ts +++ b/src/lib/converter/plugins/CommentPlugin.ts @@ -307,6 +307,7 @@ export class CommentPlugin extends ConverterComponent { childComment.shortText = childComment.shortText || comment.shortText; childComment.text = childComment.text || comment.text; childComment.returns = childComment.returns || comment.returns; + childComment.tags = childComment.tags || comment.tags; } if (signature.parameters) { diff --git a/src/test/renderer/specs/classes/_classes_.baseclass.html b/src/test/renderer/specs/classes/_classes_.baseclass.html index d1047b287..8d255e76c 100644 --- a/src/test/renderer/specs/classes/_classes_.baseclass.html +++ b/src/test/renderer/specs/classes/_classes_.baseclass.html @@ -287,6 +287,11 @@

arrowFunction

This is a simple fat arrow function.

+
+
see
+

https://github.com/sebastian-lenz/typedoc/issues/37

+
+

Parameters