[Jsdoc-user] generated HTML missing method details unless class used
Status: Inactive
Brought to you by:
mmathews
From: <bru...@wa...> - 2006-01-06 16:32:45
|
here is a copy of a posting to the bug list...[Im not sure how often that is monitored since all the other bugs in the list haven't been assigned and some are over a year old]... When the attached file is processed with 1.9.8 it produces HTML missing the documention for each of the methods of the single class in this file (Map). However, if the very last line [which simply does a "new Map()" ] is uncommented, then the proper HTML is produced. The code should not have to actually use a class in order for that class to be documented! I have verified that there can be arbitrary amounts of code added to the file, and as long as Map is instantiated somewhere in that code, Map methods are properly documented in the HTML but not otherwise. |