You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the same library but different file (I used parts) create class B that extends A and also has method 'methodName' - override.
In the docs for B.methodName use:
/// This is a doc and mentions [A.methodName]
What is the expected output? What do you see instead?
In the generated docs the link created in the comment is referencing the B.methodName anchor instead of A.methodName.
What version of the product are you using?
1.8.5 STABLE
On what operating system?
Linux
What browser (if applicable)?
any
Please provide any additional information below.
The referencing in DartEditor is correct - when hovering over the comment in class B.methodName the info for A.methodName is shown and hovering over the B.methodName show its own comment as it should be. The problem is only in the generated docs.
The text was updated successfully, but these errors were encountered:
Thanks for the report. However, we don't plan to address this issue with dartdocgen. New dartdoc tool coming online: https://github.com/dart-lang/dartdoc
This issue was originally filed by regardin...@gmail.com
What steps will reproduce the problem?
/// This is a doc and mentions [A.methodName]
What is the expected output? What do you see instead?
In the generated docs the link created in the comment is referencing the B.methodName anchor instead of A.methodName.
What version of the product are you using?
1.8.5 STABLE
On what operating system?
Linux
What browser (if applicable)?
any
Please provide any additional information below.
The referencing in DartEditor is correct - when hovering over the comment in class B.methodName the info for A.methodName is shown and hovering over the B.methodName show its own comment as it should be. The problem is only in the generated docs.
The text was updated successfully, but these errors were encountered: