GNOME Bugzilla – Bug 663949
Member Titles, Style members, overloaded functions
Last modified: 2018-07-30 10:07:00 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.
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 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.]
Changed version 'latest' to '1.8.2-SVN' so I can remove 'latest' as an option as it is a moving target.
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.
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.
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!