Replies: 1 comment
-
TypeDoc will include file names / line numbers if they are known when producing errors/warnings. However, this isn't always the case. For these warnings the file/line number information is not present in the model at the time they are produced, so TypeDoc can't include them. TypeDoc could theoretically copy around the line number info for tags in more places, but it doesn't today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The list of warnings doesn't include file names or line numbers, which makes it much harder to fix problems. Is this intentional? Or is there some command-line option I'm missing?
This is all I see when I run typedoc:
Beta Was this translation helpful? Give feedback.
All reactions