Open GoogleCodeExporter opened 8 years ago
Yep, it's a misuse and will cause an error. That's because, for symbols of type
"file," the @name is the name of
the file, whereas for symbols of type "class" the @name is the name of the
constructor function. A documented
symbol can never have more than one name.
for correct usage see
http://code.google.com/p/jsdoc-toolkit/wiki/TagFileOverview
I do agree that the error message could be clearer though.
Original comment by micmath
on 29 Jan 2009 at 7:08
Original issue reported on code.google.com by
keith.hu...@gmail.com
on 29 Jan 2009 at 6:56