Code documentation for delphi similar to javadoc or c# xml doc -


i need code documentation tool similar javadoc or c# xml doc delphi code. best tool? prefer technology, in future compatible microsoft sandcastle project.

take @ synproject, open source tool written in delphi.

it designed handle full documentation workflow, specifications release notes, including tests, architecture , design; , of course there integrated delphi parser generate architecture documentation existing delphi source code.

for architecture document, source code can extract comments (ala pasdoc) embed text main architecture document (with class hierarchy diagrams , unit dependencies).

you write plain text file using wiki-like syntax in dedicated text editor, synproject creates formated word documents it. wizards available access content. since it's stored plain file, multiple programmers can write on it, using scm tool (svn, fossil...).

for instance, use writing maintenance documentation huge , old delphi application (about 2,000,000 lines of code written in delphi 5 , 6), no prior available documentation. describe changes made code (by quoting unit/class/method), tool update documentations reflect , trace modifications. synproject designed compliant "delicate" regulation rules (iec 62304), can used project due unique "flat" design.

note: i'm posting long time after question, because synproject not existing @ time, , can worth looking at. thread has been defined reference question.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -