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 539333 - Grouping Of Simple Sections
Grouping Of Simple Sections
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.5.6
Other All
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2008-06-20 17:43 UTC by Sean Hanna
Modified: 2018-07-30 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch Which Implements Grouping Feature (108.02 KB, patch)
2008-06-23 03:05 UTC, Sean Hanna
none Details | Review

Description Sean Hanna 2008-06-20 17:43:06 UTC
The current behavior of simple section commands such as note, remarks, return, authors, version, since, data etc... are rendered linearly, and each section is placed into the documentation in the exact order it is encountered.

However for some simple sections it would be desirable to concatenate all instances of that simple section in a particular documentation block. 

This feature request is for a configuration option allowing that for some simple section, all instances encountered in a documentation block be displayed in a common location in the resulting doxygen generated output. This will apply on a per-(class, function, variable) basis.

This grouping functionality could potentially help standardize the presentation of existing doxygen projects. It also provides an alternative to the linear presentation which is currently used throughout the doxygen documentation. It is an enhancement to the existing simple section functionality and would not modify the behavior of doxygen unless explicitly asked for by a user.
Comment 1 Sean Hanna 2008-06-23 03:05:13 UTC
Created attachment 113235 [details] [review]
Patch Which Implements Grouping Feature

This patch contains all the changes needed to group simple sections. It also contains a description of the configuration option which was added to enable this functionality.

This patch also contains a new simple section command (progression or ps) which is designed to take advantage of this feature. Along with the command is included documentation and a new example demonstrating the basic functionality provided by the command.

There were some interface changes needed to implement the primary functionality included in this patch, and it may need some review. Hopefully the choices made during the interface change will prove to be suitable.
Comment 2 André Klapper 2018-07-30 10:52:32 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!