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.