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 , 9 years ago
| Summary: | Doxygen: Support for C++11 constexpr and nexcept → Doxygen: Support for C++11 constexpr and noxcept |
|---|
comment:2 by , 8 years ago
| Owner: | changed from to |
|---|
comment:3 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I think this is done: