-
-
Notifications
You must be signed in to change notification settings - Fork 736
Interface comments are ignored #1391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for your Answer @Gerrit0 but somehow, just using:
See: |
Oops... I checked on the 0.20 beta - this is another case of the bug linked in your other issue. |
Ah! All right, any plans when 0.20 will be released? :D |
That highly depends on how many issues are discovered - The current set of remaining things to do isn't that large, so I might be able to get it done in another couple of weeks. #1364 tracks what's being done. That said, I am publishing betas, which will likely produce better output already than 0.19 (but might not work correctly with plugins - I'm almost certain I broke the markdown plugin since TypeDoc now supports more literal types than just string literals) |
All right, I don't really understand what you mean by the plugins but looking forward to the changes. Where can I get the beta releases? |
By plugins I mean packages like typedoc-plugin-markdown that add extra features to TypeDoc. You can get betas with |
Thank you, will try it out! |
Unfortunately, I found another issue trying to generate documentation for my project:
Expected Behavior
When running typedocs over a class with interfaces in the constructor, I'd expect the comments to be displayed
Actual Behavior
No comments are displayed
Steps to reproduce the bug
Given:
The Typedocs output is
While the description is correctly displayed under the Settings Interface, in the Classes documentation it's not.
I'd either expect it to have the description from the interface taken over like:
Or to have a reference to the interface something like this:
Environment
"typedoc": "^0.19.2",
"typescript": "^4.0.5"
The text was updated successfully, but these errors were encountered: