After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691340 - [patch] Missing More link to access detailed description
[patch] Missing More link to access detailed description
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.3
Other All
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-01-08 12:00 UTC by sloriot
Modified: 2013-01-20 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test case (22.52 KB, application/x-compressed-tar)
2013-01-08 12:00 UTC, sloriot
Details

Description sloriot 2013-01-08 12:00:24 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();
Comment 1 Dimitri van Heesch 2013-01-08 19:58:40 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 2 Dimitri van Heesch 2013-01-20 13:34:56 UTC
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.