09/19/02 - DocJet version 5.0 build 2 released
Bug fix release.
New Features
- The comment-section scanner now will accept dashes as well as colons in comment section starts. That is "Description--" works the same as "Description:"
Defects Corrected
- The JavaScript scanner was built wrong in build 1 and didn't work at all.
- The new wrapped-HTML scanner didn't deal with references to other files in the <HEAD> block correctly.
- The popup boxes (glossary terms, quickhelp for topics, parameters, etc.) were getting a little bit bigger each time you opened one on a page. Switching pages reset them to their original size.
- The C++ scanner can crash if a /* without a matching */ is found within #if'ed-out code in the body of a function or class.
- The default comment for normal methods was {secretIfNotPublic}. In production documentation, this was mostly a non-issue because of the automatic-prepend mechanisms for excluding private members. However, it meant that if you have an undocumented protected member, it would get excluded from the documentation without producing a warning. In maintenance documentation, this default comment meant that you wouldn't get a warning about undocumented private and protected members - they would just be silently excluded.