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 663949 - Member Titles, Style members, overloaded functions
Member Titles, Style members, overloaded functions
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.8.2-SVN
Other Mac OS
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2011-11-13 08:08 UTC by John
Modified: 2018-07-30 10:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that adds the above features to doxygen (87.46 KB, patch)
2011-11-13 08:08 UTC, John
none Details | Review
TinyXML Project used as a test case. (619.74 KB, application/x-gzip)
2011-11-13 08:18 UTC, John
  Details

Description John 2011-11-13 08:08:14 UTC
Created attachment 201303 [details] [review]
Patch that adds the above features to doxygen

0. Make a distinction between functions and methods -- methods are functions with a parent. All methods are functions but not all functions are methods. (needed for 2)
1. Add a title before each item in the detailed description.
2. Use CSS (for the html output) to style the above titles, class names, method names, function names, types, parameters, default values, qualifiers (like const and virtual) and punctuation.
3. If a method or function is overloaded show all the overloads together followed by a detailed description of each. Alphabetically sorted (via SORT_MEMBER_DOCS = YES) output is a pre-requesite for this.

Member Titles are optional and turned off by default. To enable them turn on the SHOW_MEMBER_NAMES config file parameter.
Comment 1 John 2011-11-13 08:18:28 UTC
Created attachment 201304 [details]
TinyXML Project used as a test case.

To test using the TinyXML project, ungzip and untar it. Then cd into the tinyxml/ directory. A Doxyfile is included. Run doxygen from in this directory. It builds html, latex, man, and rtf output.
Comment 2 André Klapper 2012-02-02 21:12:35 UTC
Comment on attachment 201303 [details] [review]
Patch that adds the above features to doxygen

[Setting "patch" flag and correcting mime type so this can actually be queried for.]
Comment 3 Dimitri van Heesch 2012-11-18 11:06:59 UTC
Changed version 'latest' to '1.8.2-SVN' so I can remove 'latest' as an option as it is a moving target.
Comment 4 John 2012-11-18 15:20:07 UTC
Are you still interested in the changes proposed by this patch? If so I can created an updated version that will build on top of 1.8.2-SVN.
Comment 5 Dimitri van Heesch 2012-11-18 22:36:21 UTC
Yes, I'm still interested. If you could make a patch on top of the current 1.8.2-SVN that would really help me.
Comment 6 André Klapper 2018-07-30 10:07:00 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!