-
DocNet libs v0.1.2 released
- Implemented DocXMLWriter's writeToStream methods.
- Added test program code to demonstrate use of the library.
2003-03-11 15:26:13 UTC by bajackson
-
SDToolkit v0.5.1 released
- pasparser now recognises the use of the 'virtual' keyword properly.
- Removed EOL (end of line) token from pasparser and made end of line white space. This has simplified some of the rules and allowed lookahead to be reduced in many places, thus increasing performance.
2003-03-06 22:22:07 UTC by bajackson
-
DocNet libs v0.1.1 released
This is a .NET implementation of the sdtoolkit.docobjects java package, compiled into a dll file (docobjects.dll).
docobjects.dll is "weak-named" (i.e. it needs placing in the same folder as the using application). Some objects can be initially configured via the using application's config file, for an example view the release notes.
2003-02-18 09:19:07 UTC by bajackson
-
SDToolkit v0.5.0 released
v0.5.0
-------
- Fixed problem with new lines not being output properly in
documentation blocks
- Fixed problem where CDATA sections where output incorrectly
- Add an XML reader (DocXMLReader) for reading output from DocXMLWriter, which requires JDOM.
- Root package changed from bjsoftware to sdtoolkit
2003-02-04 08:55:15 UTC by bajackson
-
SDToolkit v0.4.9 released
- Added case sensitivity flag to IDocObject and DocObjectFactory
- Added cross reference capabilities and "@see" document tags
- Added Delphi compiler hints to pasparser parse tree
2003-01-20 10:15:44 UTC by bajackson