Opened 9 years ago

Closed 8 years ago

#8551 closed Feature Requests (fixed)

Doxygen: Support for C++11 constexpr and noxcept

Reported by: viboes Owned by: Daniel James
Milestone: To Be Determined Component: Documentation
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

While generating the doc with doxygen, noexcept is not documented

C() noexcept;

gives

C();

Could this be managed?

In addition constexpr is not highlighted.

Change History (3)

comment:1 by viboes, 9 years ago

Summary: Doxygen: Support for C++11 constexpr and nexceptDoxygen: Support for C++11 constexpr and noxcept

comment:2 by Matias Capeletto, 8 years ago

Owner: changed from Matias Capeletto to Daniel James
Note: See TracTickets for help on using tickets.