lazarus/examples/fpdocmanager
mattias eab036cba5 examples: clean up
git-svn-id: trunk@42808 -
2013-09-15 12:54:25 +00:00
..
docs DocMgr: more support for FCL packages 2012-03-03 08:35:00 +00:00
configfile.pas DocMgr: fixed Fpc Source/Doc directory confusion. 2012-04-02 06:29:11 +00:00
fconfig.lfm DocMgr: fixed Fpc Source/Doc directory confusion. 2012-04-02 06:29:11 +00:00
fconfig.pas DocMgr: fixed Fpc Source/Doc directory confusion. 2012-04-02 06:29:11 +00:00
feditor.lfm DocMgr: Added description editor. Conditional support for FCL packages 2012-03-08 19:54:52 +00:00
feditor.pas DocMgr: Added description editor. Conditional support for FCL packages 2012-03-08 19:54:52 +00:00
FilenameExtension.patch DocMgr: added default output name generation 2012-01-16 08:49:14 +00:00
flogview.lfm
flogview.pas
fmain.lfm DocMgr: Added description editor. Conditional support for FCL packages 2012-03-08 19:54:52 +00:00
fmain.pas IDE etc.: unify 3 dots in GUI string to have a space ( ...). 2012-04-09 08:24:59 +00:00
FPDocManager.lpi examples: clean up 2013-09-15 12:54:25 +00:00
FPDocManager.lpr DocMgr: Added description editor. Conditional support for FCL packages 2012-03-08 19:54:52 +00:00
fupdateview.lfm
fupdateview.pas
README.txt fpdocmanager readme: made text more factual 2012-03-23 08:52:48 +00:00
ulpk.pp DocMgr: updated Imports 2012-02-12 17:37:50 +00:00
umakeskel.pas Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already. 2013-05-25 09:22:25 +00:00
umanager.pas DocMgr: reduced support for FCL packages 2012-04-03 20:38:07 +00:00

The FPDoc documentation manager
===============================

This project simplifies the maintenance of (local) documentation.
A configuration wizard helps in the setup of the basic RTL, FCL and LCL docs.
Configuration and output is kept in a single user selectable directory.

A package FPDocEngine is supplied for use in commandline or GUI applications.
uMakeSkel is a copy of parts of the FPDoc and MakeSkel programs.

Organization
------------
A dedicated directory contains all package specifications and documentation.
INI files are created for the manager itself and every package.

Release notes 1.0
-----------------

The FPDoc Manager requires FPC 2.7 (rev. 19947) for proper operation of the
FPDoc units.

For reference to the proper FPDoc units please update the dGlobals.pp reference
in the project file, to point to your FPC/utils/fpdoc/ directory.

A package FPDocEngine.lpk has been created for the FPDoc units, please move it
into your $FPC/utils/fpdoc/ directory and compile the package there.
This package has been removed again, because it introduces complications when
a mix of FPC 2.6 and 2.7 units was used.

DoDi