Hi,
with version 1.8.3 inheritance of javadoc of interfaces to implementation
classes works again.
But if {@inheritDoc} tags are used like here:
/**
* {@inheritDoc}
*/
public int myInterfaceMethod(short myParam){
return myParam * 2;
}
And JAVADOC_AUTOBRIEF is used,
the summary of "Public Member Functions" shows the whole inherited
documentation for interface methods while all other methods (not defined by
an interface) show their brief description only.
Is this indented behavior or could it be a bug?
I know that inheritance of javadoc also works when {@inheritDoc} is omitted
but I'd prefer not omitting it to indicate, that javadoc is not missing but
can be found on another place (e.g. the interface).
Regards
Josef
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users