@inheritDoc and @code don't work well together #4048
Labels
bug
feedback: Google
An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs
Describe the bug
Java source:
The documentation attached to the
DClass
forChildClass
does not have aCodeInline
element, and the text is "inherited code}" with a trailing curly.(Full documentation element copied from debugger:
Description(root=CustomDocTag(children=[P(children=[Text(body=inherited code}, children=[], params={})], params={})], params={}, name=MARKDOWN_FILE))
)Expected behaviour
The documentation for
ChildClass
should be the same as it is forParentClass
, containing aCodeInline
element with text "inherited code" (no trailing curly).(Full documentation of
ParentClass
copied from debugger:Description(root=CustomDocTag(children=[P(children=[CodeInline(children=[Text(body=inherited code, children=[], params={})], params={})], params={})], params={}, name=MARKDOWN_FILE))
)Dokka configuration
This is using dokka 2.0.20-dev-337
The text was updated successfully, but these errors were encountered: