-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
Support for @throws #1045
Comments
TypeDoc will render any tag you pass by default, even if we don't explicitly support it. #952 (comment) |
Yes, I saw that in the rendered page (smart strategy) but I would really like how JSDocs gives them a special place in the output. To me, the |
Fair enough, that should be a fairly simple change to make in the theme, I don't think it would even require any changes to TypeDoc proper. |
I think we should hold off until microsoft/tsdoc#171 is resolved since it can already be handled as a generic tag. My initial inclination is that it is not necessary. |
Update: tsdoc is adding |
Waiting 👍 |
Need this 👍🏽 |
waiting as well ;) can we haz it? |
Problem
jsdocs has a
@throws
tag that is very useful since any function can@return
or@throw
. I don't see any reference to this tag in supported tags or the tsdocs declaration reference. Is this a feature that is intentionally avoided? In that case what is the preferred way to document the exceptions that a function throws? If not, is it on the roadmap?The text was updated successfully, but these errors were encountered: