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 692887 - groups display empty Detail Description
groups display empty Detail Description
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.1.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2013-01-30 17:25 UTC by damon.carter
Modified: 2018-07-30 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
group.cfg and group.cpp test case (793 bytes, application/x-compressed-tar)
2013-01-30 21:31 UTC, damon.carter
Details

Description damon.carter 2013-01-30 17:25:26 UTC
When a group is defined which has neither brief nor detailed descriptions, the HTML output displays a Detailed Description heading with no contents. I see this in doxygen version 1.8.1.1 and later. In doxygen 1.7.6.1 and earlier, if there was no description, no empty heading would appear. The earlier behavior is better.

I have attached a duplication case. It is the same as the group example, except that I have removed the text that follows the "@defgroup group2" declaration in the group.cpp file. Using doxygen 1.7.6.1, "The Second Group" contains no mention of Detailed Description. Using Doxygen 1.8.1.1 up to 1.8.3.1, "The Second Group" displays a Detailed Description section with nothing in it.
Comment 1 Dimitri van Heesch 2013-01-30 21:19:26 UTC
I don't see the attachment you refer to. Can you add it?
Comment 2 damon.carter 2013-01-30 21:31:10 UTC
Created attachment 234871 [details]
group.cfg and group.cpp test case

If you build this, the HTML help shows an empty Detailed Description for group 2
Comment 3 damon.carter 2013-03-22 18:53:57 UTC
I have tracked this down as far as to see that in GroupDef::writeDetailedDescription, documentation().isEmpty() is always 0, hence it always prints.
Comment 4 André Klapper 2018-07-30 10:25:56 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!