What steps will reproduce the problem?
1. Build a closure
2. Create 2 separate base classes name the first Callback, name the second
CONFIG
3. Create 3 test methods for the Callback class and two test methods in the
CONFIG class
4. Generate documentation.
What is the expected output? What do you see instead?
When you generate the documentation not all the methods of the first class are
generated, only
the first method. Strange enough if you change the name of the Callback class
to CONFIG2 only
the first method is not created.
The code I used is attached to this ticket.
What version of the product are you using? On what operating system?
jsdoc_toolkit-2.0.beta2.3 on Mac OS X 10.4.11
Please provide any additional information below.
Try to change the class name of Callback to something different produces very
strange results.
Creating one processor instruction over all the methods with @memberOf API
creates all the
methods but doesn't place them in the correct namespace in the documentation.
If you would like to know more you can contact me at
marijn.huizendveld@gmail.com
Thanks for a great product by the way
Original issue reported on code.google.com by marijn.huizendveld@gmail.com on 19 Apr 2008 at 3:26
Original issue reported on code.google.com by
marijn.huizendveld@gmail.com
on 19 Apr 2008 at 3:26Attachments: