On 2014-08-22 15:53, Martin Schreiber wrote: > IwankoB wrote scripts to produce MSEgui fpdoc skeletons:
That must have been a lot time ago with an old fpdoc version. With the latest fpdoc you don't need to generate skeleton files any more - thus no need to "update skeleton files". A big relief to us all. FPDoc 2.6.4 and later also supports "documentation project files". For example: https://github.com/graemeg/fpGUI/blob/master/docs/fpgui-docs-project.xml Simply list the units you want to appear in the documentation. Then in the <descriptions> section, simply list the XML files that contain documentation (partial or complete). If a unit, class or method doesn't have documentation, fpdoc will automatically generate skeleton docs when it generates the target output format. Using the project file can't be simpler... $ fpdoc --project=fpgui-docs-project.xml No need for that massive list of command line parameters like the old fpdoc versions required. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

