[fpc-pascal] A Docs Unit?
Michael Van Canneyt
michael at freepascal.org
Sat Dec 27 18:09:04 CET 2008
On Sat, 27 Dec 2008, Joseph Montanez wrote:
> Is there a unit for documentation in Pascal? The only documenter I know is
> Natural Docs, which is not a pascal unit but something I use across multiple
> languages.
A unit ? What do you want with a unit ? The documentation (fpdoc) is
generated using an external tool (fpdoc) which is of course written
using FPC. All units for this are in the directory utils/fpdoc of the
FPC sources.
Michael.
More information about the fpc-pascal
mailing list