2001-04-13 James * Pointers to functions in structures were not being handled correctly. Fix submitted by Pier P. Fumagalli. * Included Apache template also contributed by Pier P. Fumagalli. 2000-07-22 James * extern "C" { ... } was being skipped. * Include $decl in MemberRecord's fullname. Fix submitted by Ryan Bloom. 2000-07-14 James * Compiler directives couldn't continue to the next line. Bug reported by Karsten Ballueder. 2000-04-18 James * Variables can properly be initialized to values. * Support for multiline strings in some places. * Some support for documentation of members outside the class definition. 2000-04-13 James * returnval wasn't returning the return value. Also renamed it to returnValue. (Bug reported by Uwe Matthaeus) * Aesthetic changes to the default theme. 2000-04-11 James * Most match functions were returning 0 if they didn't match anything and the matched text if there was a match, but this doesn't work if the matched text is "0". Perl doesn't differentiate empty strings, 0's or "0"'s. Now they return a tuple, (match_count, match_text). * longname is now assigned correctly for member variables. * Variables have problem with initialization values. Temporary fix. 2000-04-08 James * Attempted to make indentations and formatting more uniform. * Slight reorganization. 2000-02-12 Talin * A number of fixes were added by James Dean Palmer, in particular global functions and variables were not being handled correctly. 1999-02-27 Talin * scandoc.pl: Now only adds a class to the list of subclasses for another class if the subclass actually has a documentation entry. This was causing errors when the template tried to print out the docs for a subclass, which didn't have all of the expected properties. (Bug reported by Karsten Balluder) * template.html: Fixed a bug in the template that was causing "globalvars" to fail. 1999-02-22 Talin * scandoc.pl: Fixed a bug whereby arguments of the form "a = -1" was not being parsed (the minus sign was the problem.) (Bug reported by Rem) 1999-01-16 Talin * template.html: Fixed the scandoc URL in the template.html file. * scandoc.pl: Added code to argument parsing to be able to handle the scope operator, and to parse quoted strings which were being declared as default arguments. 1999-01-13 Talin * Initial public release.