Creating XMLDoc Delphi Source Code Documentation

I assume that XML and Delphi Documentation Guides are becoming the de facto standard for comments with source code comments. It's good. The bad news is that I can’t find any Delphi documentation generator (free or commercial) that fully supports these standards (for example, Doc-O-Matic Express does not support <list> tags).

Question: What XML documentation standards and Delphi source code XMLDoc documentation generators are ready for use now?

+7
source share
2 answers

(You ask two questions. Probably why you have no answers.)

On the tools, take a look at these previously asked questions:

+4
source

I would check these products:

  • doxygen
  • NDoc 3 (but maybe it requires access to .Net assemblies - then it won't work)
0
source

All Articles