vote up 2 vote down star
2

Is there any free HTML creating documentation tool that fully understands Delphi 2009 features like generics and anonymous methods?

I tried DelphiCodeToDoc but it crashes while parsing the source code.

flag

73% accept rate
AFAIK, the creator of DelphiCodeToDoc is actually still actively working on it. Have you tried sending him an e-mail? In my experience, he's very helpful! – onnodb Apr 24 at 15:43

4 Answers

vote up 2 vote down

If you have the Enterprise or Architect SKUs, there's an option to generate documentation. I haven't used it in 2009, so I can't say how well it handles generics and anonymous methods.

link|flag
+1 Thanks for the hint. Anyway, I seem to have Together installed (I can watch the model view with the class diagrams and have options for documentation generation in the tools options menu), but the menu entry for generating the documentation is missing...any hints? – Smasher Apr 24 at 11:24
The Generate Documentation option is enabled for me as soon as I add modeling support to a project (Delphi 2009 Architect). What SKU do you have? I'm pretty sure this isn't available in Professional. – Bruce McGee Apr 24 at 12:36
I have the Professional version...did they just remove the menu entry? All the documentation related settings are available...strange – Smasher Apr 24 at 14:04
I'm not sure how if the feature is removed from the professional SKU or just hidden. – Bruce McGee Apr 24 at 18:00
vote up 1 vote down

Doc-O-Matic is available in a free command line version, and supports Delphi 2009. It is fast, and the output looks quite nice. I am not using it for my commercial projects yet but it is a candidate.

link|flag
vote up 0 vote down

See this question for suggestions (but no solution): is-there-a-delphi-code-documentor-that-supports-current-delphi-syntax

link|flag
Yes, I have seen that question, but (1) as you said, there is no solution (2) it does only mention D2007 support, not D2009 support. That's why I decided to ask a new question. Thanks for the link though! – Smasher Apr 24 at 12:13
vote up 0 vote down

Delphi 2009 Professional allows the selection of "Generate XML Documentation", this outputs a .xml file that represents the code and documentation in that file. You would have to write XSL transforms to produce actual usable documentation from this. We have built a system that builds wiki pages and uploads this to out internal documentation system, but you could produce windows help files, etc as well.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.