Opened 12 years ago
Closed 11 years ago
#5478 closed Feature Requests (fixed)
Doxygen: Support for C++0x explicit conversion operator
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, C++0x explicit operators are not documented as explicit
explicit operator underlying_type const&() const gives
operator underlying_type const &() const;
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
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Doxygen conversion isn't handled in quickbook (see the diagram in BoostDocs/GettingStarted), so I normally put doxygen issues under 'Documentation'. I'm assigning these to Steven since he's been handling doxygen conversion recently, but obviously, it's open for anyone else to have a go. It will require support from both doxygen and boostbook. Not sure if they're ready for it (same for the other two tickets).