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 Daniel James, 11 years ago

Component: quickbookDocumentation
Owner: changed from Joel de Guzman to Steven Watanabe

comment:2 by Steven Watanabe, 11 years ago

Doxygen 1.7.4 doesn't support scoped enums. This may also require changes to the BoostBook Schema.

Note: See TracTickets for help on using tickets.