2009/10/8 Vincent Snijders <[email protected]>: > > You should use fpdoc format. You can edit that lazde or with the internal > fpdoc editor (or any xml or text editor).
Vincent is correct. For any class documentation, fpdoc is the preferred format (in FPC circles). The internal FPDoc editor inside Lazarus IDE is a nice quick way of editing such docs. You can look at the code and add comments as you work through the code. Very handy! > fpdoc can generate html for online help, chm for lhelp and other chm viewers > and in the future Graemes IPF format for using Graemes help viewer. @Vincent fpdoc can already generate IPF output - it just needs some beautifying and minor tweaks - which I am working on. -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
