Re: Best tool to create help file from Delphi XMLDoc comments
- From: Marco van de Voort <marcov@xxxxxxxx>
- Date: 13 Jun 2006 05:46:44 -0700
On 2006-06-13, Serge Dosyukov (Dragon Soft) <serge> wrote:
long story short... I am back to review help gen tools again.
Source: Delphi code with XMLDoc/JavaDoc/PasDoc formated comments along with
class declarations
Destination: PDF/HTML/HLP documentation
Nice-to-have:
* one-click import/resync
* layout and color schema design
* WYSIWYG editor for topics and index editing
Suggestions? comments?
FPC fpdoc.
- scans sourcecode to XML template
- GUI editor (tag based, not WYSIWYG) creates XML with all doc data.
- both templates can be combined.
- afaik reports which idents are not documented can be added.
- .hlp not ready yet (RTF output should be done, I'd prefer to have a
internal hlp generator too)
- PDF goes via LaTeX, which could be model for RTF output.
- htm(l) output directly (htm is 8.3 compliant)
- afaik no other helpers than latex currently.
- open source (GPL), mallable, modifyable, but also a bit rough (cmdline for
generation). Delphi compilability untested, but can't be THAT much work.
Output examples: the "standards units" book on http://www.freepascal.org/docs.html
(html+pdf). The focus is still a bit on the PDFs.
.
- Follow-Ups:
- Re: Best tool to create help file from Delphi XMLDoc comments
- From: Serge Dosyukov \(Dragon Soft\)
- Re: Best tool to create help file from Delphi XMLDoc comments
- References:
- Best tool to create help file from Delphi XMLDoc comments
- From: Serge Dosyukov \(Dragon Soft\)
- Best tool to create help file from Delphi XMLDoc comments
- Prev by Date: Re: native-code languages (slashdot) and Borland rant
- Next by Date: Re: What is object oriented programming?
- Previous by thread: Re: Best tool to create help file from Delphi XMLDoc comments
- Next by thread: Re: Best tool to create help file from Delphi XMLDoc comments
- Index(es):