- Implemented DocXMLWriter's writeToStream methods.
- Added test program code to demonstrate use of the library.
- 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.
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.
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
- Added case sensitivity flag to IDocObject and DocObjectFactory
- Added cross reference capabilities and "@see" document tags
- Added Delphi compiler hints to pasparser parse tree
Special bug fix release which fixes a crippling bug (669118) in VBParser. This bug caused the parser to fail when parsing normal VB source (ie not VBScript) with no document sections. See project home page for more details.
A bug fix release.
- Corrected bugs (661597, 665039, 665041, 665042) in pasparser.
- Corrected bug (665040) in pasdoc.xsl.
- Corrected bugs (665048, 665353, 665566) in vbparser.