I am looking for a code documentation tool like PasDoc that supports the Delphi 2007 syntax, in particular nested types.
I checked PasDoc and DelphiDoc but they do not support it.
I don't like the syntax of the builtin XMLDoc but would prefer something more JavaDoc like (that is: Shorter tag syntax, not quite as verbose as
<summary>
...
<param>
...
etc.)