DelphiDoc by Soletta
--------------------

DelphiDoc automatically generates crosslinked HTML from your Delphi source code.

Run setup.exe to install.

This program is Shareware.  You can freely distribute this archive, as long as it
remains intact and unmodified.

See our web site (www.soletta.com) for more information and other products.  
You can also email sales@soletta.com.

Copyright (c) 1998 Soletta

Release Notes
-------------

V1.08
-----
- Accelerated some functions
- Can now generate .INT files (command line only)
- Can now generate ClassExplorer-compatible description files from
  DelphiDoc-commented source (command line only)
- Fixed problem with parsing class definitions that had trailing
  members with no semicolon

V1.07
-----

- Fixed arrays of records, both in type definitions and var definitions.
- Added @property and @event macros, plus dividing of properties into
  events.

V1.06
-----
- Fixed this pattern (comment parsing was incorrect):
	{
		*********
	}
- Can now handle filenames and patterns with spaces in command files.  Note that
  a command line starting with a - (an option) will be broken into pieces and
  will need quoting.  A line starting without a - will be treated as a filename.
- Root directories are now alright for recursion and for sources.

V1.05
-----
- permit "out" as a class member name.
- fixed processing of packed arrays.

V1.04
-----
- fixed comments attached to constants
- better error message (includes line number) during string constant parse errors

V1.03
-----
- fixed description HTML file name error
- fixed @param on functions
- updated registration system
- included LabelPanel


Free Source
-----------
Source for the LabelPanel component is included in DelphiDoc's installation
directory.  Look in the Free subdirectory for it.
