Zitat von Michael Schnell <[EMAIL PROTECTED]>: > Michael Van Canneyt wrote: > > Someone else generates the pdf classchart from a OpenOffice spreadsheet. > > > Would it not be appropriate to base a help system (for the RTL > functions) on something like "DelphiCodeToDoc" and do an automation for > the process ? > > With this the Lazarus hopefully could display a decent context sensitive > help and use the same help generation scheme for the LCL.
Lazarus context sensitive help shows documentation of the fpdoc files and comments from pasdoc (similar to javadoc, DelphiCodeToDoc) and it browses through the class hierarchy to show ancestor help. The help content can be edited in the IDE context sensitive or via lazde and Kirk is doing a great job here. The html content like formatting and links is currently only shown on the html pages or the chm help files. I already started a html viewer using tpipro for the IDE. This should show the formatting and hyper links. The information for the class chart can be easily extracted via lazarus and codetools in seconds. If someone provides a tool to browse a class chart of thousands of classes, I can help you getting the data. Of course for fpdoc as command line utility independent of lazarus something else is needed. Mattias _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
