|
From: Michalis K. <mic...@gm...> - 2010-11-22 18:58:42
|
Arno Garrels wrote: > Hi, > > I worked a bit on support for nested types and uploaded > a HTML output of a test case here: > http://www.duodata.de/misc/delphi/PasDoc/ That's cool. It's not committed yet as far as I see? > > Currently unit relative qualified names are used for the > nested types in overviews. IMO the class hierarchy of all > classes should show full qualified names (including unit > names) but that looks a bit strange with external, > unknown base classes :-( Anyway, what do you think? > The "external classes" feature can be improved to contain unit names, that's not a big problem. But I don't know if I like this --- class hierarchy page would become full of text, and be very difficult to read, if you add there unit names. That's IMHO of course, others input is welcome. I would prefer to add unit name (or fully qualified name) as a title in html output, like <a href="..." title="MyUnit.MyClass">MyClass</a>. In the future this "title" could also be extended by e.g. position and filename in the source code, unrelated feature that I would like to add some day :) Michalis |