Opened 12 years ago
Last modified 11 years ago
#5479 new Feature Requests
Doxygen: Support for C++0x scoped enums
Reported by: | viboes | Owned by: | Steven Watanabe |
---|---|---|---|
Milestone: | To Be Determined | Component: | Documentation |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: | vicente.botet@… |
Description
While generating the doc with doxygen, scoped enums are not documented
enum class {E1, E2, E3};
gives
enum class {E1, E2, E3};
Could this be managed?
Change History (2)
comment:1 by , 11 years ago
Component: | quickbook → Documentation |
---|---|
Owner: | changed from | to
comment:2 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
Doxygen 1.7.4 doesn't support scoped enums. This may also require changes to the BoostBook Schema.