GNOME Bugzilla – Bug 691340
[patch] Missing More link to access detailed description
Last modified: 2013-01-20 13:34:56 UTC
Created attachment 232964 [details] test case To access the detailed description in functions (in group or classes), an extra link is generated with no name. This patch mimics what is done for classes, enum, ... and add a "More..." instead. diff --git a/src/memberdef.cpp b/src/memberdef.cpp index 1dd3d58..20845fd 100644 --- a/src/memberdef.cpp +++ b/src/memberdef.cpp @@ -1734,6 +1734,7 @@ void MemberDef::writeDeclaration(OutputList &ol, { ol.startTextLink(0,anchor()); } + ol.parseText(theTranslator->trMore()); ol.endTextLink(); //ol.startEmphasis(); ol.popGeneratorState();
Thanks, I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3.1. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.