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 403022 - Add doxygen project option OPTIMIZE_OUTPUT_FOR_D
Add doxygen project option OPTIMIZE_OUTPUT_FOR_D
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.5.1
Other All
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks: 172787 173045
 
 
Reported: 2007-01-31 23:18 UTC by Stewart Gordon
Modified: 2018-07-30 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stewart Gordon 2007-01-31 23:18:51 UTC
In line with the Doxygen project options OPTIMIZE_OUTPUT_FOR_C and OPTIMIZE_OUTPUT_JAVA, we ought to have a corresponding option for the D language.

When OPTIMIZE_OUTPUT_FOR_D is set, Doxygen would:
- always use ".", never "::", as the scope resolution operator, similarly to Java
- generate only one "Modules" page instead of the current separate "Packages" and "Files" pages, which for D just repeat each other.
- notate function pointers/delegates in D style -

    int function(int param) fp
    int delegate(int param) dg

as appropriate, instead of

    int(*) fp(int param)

(See also bug 173041)
Comment 1 André Klapper 2018-07-30 10:14:53 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!