Boost C++ Libraries: Ticket #5480: Doxygen: Support for C++0x =default and =delete https://svn.boost.org/trac10/ticket/5480 <p> While generating the doc with doxygen, =default and =delete are not documented </p> <p> C() = default; </p> <p> gives </p> <p> C(); </p> <p> Could this be managed? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5480 Trac 1.4.3 Joel de Guzman Fri, 15 Apr 2011 23:39:02 GMT owner changed https://svn.boost.org/trac10/ticket/5480#comment:1 https://svn.boost.org/trac10/ticket/5480#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Daniel James</span> </li> </ul> Ticket Daniel James Mon, 16 May 2011 22:23:53 GMT owner, component changed https://svn.boost.org/trac10/ticket/5480#comment:2 https://svn.boost.org/trac10/ticket/5480#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Daniel James</span> to <span class="trac-author">Steven Watanabe</span> </li> <li><strong>component</strong> <span class="trac-field-old">quickbook</span> → <span class="trac-field-new">Documentation</span> </li> </ul> Ticket Steven Watanabe Sun, 16 Oct 2011 22:42:07 GMT <link>https://svn.boost.org/trac10/ticket/5480#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5480#comment:3</guid> <description> <p> These are dropped by Doxygen as of 1.7.4. Revisit this and <a class="new ticket" href="https://svn.boost.org/trac10/ticket/5479" title="#5479: Feature Requests: Doxygen: Support for C++0x scoped enums (new)">#5479</a> when Doxygen does support these features. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Tue, 16 Apr 2013 07:34:49 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5480#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5480#comment:4</guid> <description> <p> I added support for defaulted and deleted functions in revision <a class="changeset" href="https://svn.boost.org/trac10/changeset/83872" title="Added support for defaulted and deleted functions in the generated ...">[83872]</a>. 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 <a class="ext-link" href="https://svn.boost.org/trac/boost/wiki/Guidelines/DoxygenGuidelines"><span class="icon">​</span>https://svn.boost.org/trac/boost/wiki/Guidelines/DoxygenGuidelines</a> should probably be updated). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Tue, 16 Apr 2013 07:46:04 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5480#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5480#comment:5</guid> <description> <p> 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: </p> <p> <a class="ext-link" href="http://svn.boost.org/svn/boost/trunk/tools/boostbook/test/doxygen/"><span class="icon">​</span>http://svn.boost.org/svn/boost/trunk/tools/boostbook/test/doxygen/</a> </p> <p> If you can't I'll do it later. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Tue, 16 Apr 2013 08:02:11 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5480#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5480#comment:6</guid> <description> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/5480#comment:5" title="Comment 5">danieljames</a>: </p> <blockquote class="citation"> <p> 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. </p> </blockquote> <p> 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. </p> <blockquote class="citation"> <p> 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: </p> <p> <a class="ext-link" href="http://svn.boost.org/svn/boost/trunk/tools/boostbook/test/doxygen/"><span class="icon">​</span>http://svn.boost.org/svn/boost/trunk/tools/boostbook/test/doxygen/</a> </p> <p> If you can't I'll do it later. </p> </blockquote> <p> Ok, I'll try. I hope I can figure out how it works. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Tue, 16 Apr 2013 21:31:36 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5480#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5480#comment:7</guid> <description> <p> 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. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Tue, 16 Apr 2013 22:20:18 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5480#comment:8 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5480#comment:8</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/83936" title="Project ids are supposed to be unique. (Refs #5480)">[83936]</a>) Project ids are supposed to be unique. (Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5480" title="#5480: Feature Requests: Doxygen: Support for C++0x =default and =delete (closed: fixed)">#5480</a>) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Mon, 06 May 2013 10:29:51 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5480#comment:9 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5480#comment:9</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84166" title="Add doxygen tests for deleted and default functions. Refs #5480.">[84166]</a>) Add doxygen tests for deleted and default functions. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5480" title="#5480: Feature Requests: Doxygen: Support for C++0x =default and =delete (closed: fixed)">#5480</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Thu, 16 May 2013 21:39:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5480#comment:10 https://svn.boost.org/trac10/ticket/5480#comment:10 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84302" title="Merge some boostbook changes from trunk. Fixes #5480. The ...">[84302]</a>) Merge some boostbook changes from trunk. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5480" title="#5480: Feature Requests: Doxygen: Support for C++0x =default and =delete (closed: fixed)">#5480</a>. </p> <p> The default/delete support, plus fix/update tests. </p> Ticket