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 692004 - [patch] Add an include if a function is in a group
[patch] Add an include if a function is in a group
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.3
Other Linux
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-01-18 11:40 UTC by Philipp Moeller
Modified: 2013-12-24 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch and testcase for grouped member includes (24.05 KB, application/zip)
2013-01-18 11:40 UTC, Philipp Moeller
  Details
Add <docs></docs> tags around the documentation of the SHOW_GROUPED_MEMB_INC in config.xml (751 bytes, patch)
2013-11-29 09:41 UTC, Suzumizaki-Kimitaka
none Details | Review

Description Philipp Moeller 2013-01-18 11:40:31 UTC
Created attachment 233746 [details]
Patch and testcase for grouped member includes

If a function is grouped, it is hard to see through which file it has to be included. Attached is a patch that adds a new option, SHOW_GROUPED_MEMBER_INCLUDES, which will add the include file to the detailed description of a group member and a test-case.
Comment 1 Suzumizaki-Kimitaka 2013-11-29 09:41:57 UTC
Created attachment 263098 [details] [review]
Add <docs></docs> tags around the documentation of the SHOW_GROUPED_MEMB_INC in config.xml

At SHA-1: efcdd009745db1d3f1bc64c5c300217c1c0f3cac (2013-11-27),
the new option SHOW_GROUPED_MEMB_INC is added to the src/config.xml,
but forget to add <docs></docs> tag around the documentation.

I made the patch to fix this problem.

Regards,
Suzumizaki-Kimitaka
Comment 2 Dimitri van Heesch 2013-12-24 19:00:08 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.6. 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 (preferrably in the form of a self-contained example).