[fpc-pascal] A Docs Unit?
Marco van de Voort
marcov at stack.nl
Sat Dec 27 21:30:00 CET 2008
In our previous episode, Robert Wolfe said:
> > 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 docs unit? Could you be a little more specific as to what you are
> what to accomplish with a 'docs' unit?
I assume he expects all documentation tools are in comments, like Natural
Docs and Doxygen. However the FPC project uses fpdoc which keeps the
documentation out-of-source.
If sb really wants in-source docs, he can search for "pasdoc".
More information about the fpc-pascal
mailing list