Opened 12 years ago
Closed 9 years ago
#5480 closed Feature Requests (fixed)
Doxygen: Support for C++0x =default and =delete
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, =default and =delete are not documented
C() = default;
gives
C();
Could this be managed?
Change History (10)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 11 years ago
Component: | quickbook → Documentation |
---|---|
Owner: | changed from | to
comment:3 by , 11 years ago
comment:4 by , 10 years ago
I added support for defaulted and deleted functions in revision [83872]. Works for me with Doxygen 1.8.3.1 (should also work with versions 1.8.2 and later). If everything's fine, this ticket can be closed (and https://svn.boost.org/trac/boost/wiki/Guidelines/DoxygenGuidelines should probably be updated).
follow-up: 6 comment:5 by , 10 years ago
I'll have a look later, but a couple of quick notes. Please don't add changes to trunk and release at the same time, putting them in trunk first gives us an opportunity to check them. Also, there's a very basic doxygen test, if you can work it out, it'd be useful to add something to it, it's at:
http://svn.boost.org/svn/boost/trunk/tools/boostbook/test/doxygen/
If you can't I'll do it later.
comment:6 by , 10 years ago
Replying to danieljames:
I'll have a look later, but a couple of quick notes. Please don't add changes to trunk and release at the same time, putting them in trunk first gives us an opportunity to check them.
Ok. I just failed to build Boost.Log docs with trunk (regardless of my change), whereas it builds fine with release branch, so I thought there's something totally broken in trunk now.
Also, there's a very basic doxygen test, if you can work it out, it'd be useful to add something to it, it's at:
http://svn.boost.org/svn/boost/trunk/tools/boostbook/test/doxygen/
If you can't I'll do it later.
Ok, I'll try. I hope I can figure out how it works.
comment:7 by , 10 years ago
Oh, don't bother. I just tried it and the test is broken at the moment. I'll see what I can do. Thanks for working on default/delete.
comment:9 by , 9 years ago
comment:10 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
These are dropped by Doxygen as of 1.7.4. Revisit this and #5479 when Doxygen does support these features.