|
From: Michalis K. <mic...@gm...> - 2015-06-12 05:58:56
|
silvioprog wrote: > The feature from https://sourceforge.net/p/pasdoc/patches/4/ is not > implemented. The patch in https://sourceforge.net/p/pasdoc/patches/4/ > waits for someone to contribute time and actually apply it on top of new > pasdoc sources. > > > Hm... is this patch compatible with actual PasDoc sources on trunk? This > is really a great feature because it identifies what's API/interface and > what's implementation, the guys use it in Java/C#. The patch should be somewhat, but not 100%, compatible with current PasDoc sources. So yes, applying it will need some careful work to restore it's functionality. That's one of the reasons why noone found the time to do it yet, unfortunately.... > > There is no feature to *automatically inherit* method descriptions now. > In case of class descriptions, the ancestor description will be > automatically shown in case the descendant class is missing. But in case > of methods, no such thing happens automatically. That said, you can use > http://pasdoc.sipsolutions.net/InheritedClassnameNameTag like this: > > TOtherClass = class(TSomeClass) > public > { See @inherited for description. } > procedure SomeMethod; override; > end; > > This will insert an explicit link to ancestor. > > > I saw, and it is a very nice feature too. I'll use that. =) Cool:) Regards, Michalis |