Boost C++ Libraries: Ticket #3242: Enum values can't be made internal with doxygen to boostbook https://svn.boost.org/trac10/ticket/3242 <p> Commenting an enum value with INTERNAL ONLY does not prevent the enum value from appearing in the generated boostbook documentation, while it does work when commenting functions, variables or macros. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3242 Trac 1.4.3 loufoque@… Sat, 04 Jul 2009 13:54:00 GMT component changed; owner set https://svn.boost.org/trac10/ticket/3242#comment:1 https://svn.boost.org/trac10/ticket/3242#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Matias Capeletto</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Documentation</span> </li> </ul> Ticket Mathias Gaunard <loufoque@…> Sat, 04 Jul 2009 13:57:11 GMT cc, keywords set https://svn.boost.org/trac10/ticket/3242#comment:2 https://svn.boost.org/trac10/ticket/3242#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">loufoque@…</span> added </li> <li><strong>keywords</strong> boostbook doxygen added </li> </ul> Ticket Mathias Gaunard <loufoque@…> Sat, 04 Jul 2009 14:28:51 GMT attachment set https://svn.boost.org/trac10/ticket/3242 https://svn.boost.org/trac10/ticket/3242 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">enum_internal_doxygen.diff</span> </li> </ul> <p> Patch to ignore enumvalue's which have INTERNAL ONLY in their description </p> Ticket Daniel James Sat, 04 Jul 2009 20:50:45 GMT owner, status changed https://svn.boost.org/trac10/ticket/3242#comment:3 https://svn.boost.org/trac10/ticket/3242#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">Daniel James</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Daniel James Sun, 12 Jul 2009 16:09:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3242#comment:4 https://svn.boost.org/trac10/ticket/3242#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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/54910" title="Merge changes to documentation tools. Fixes #1202, #3242. Merged ...">[54910]</a>) Merge changes to documentation tools. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1202" title="#1202: Feature Requests: Add a [teletype] source mode (closed: fixed)">#1202</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3242" title="#3242: Bugs: Enum values can't be made internal with doxygen to boostbook (closed: fixed)">#3242</a>. </p> <p> Merged revisions 54812-54818 via svnmerge from <a class="ext-link" href="https://svn.boost.org/svn/boost/trunk"><span class="icon">​</span>https://svn.boost.org/svn/boost/trunk</a> </p> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/54812" title="Add a couple of tests for quickbook 1.4 behaviour to try to preserve it.">r54812</a> | danieljames | 2009-07-08 22:40:14 +0100 (Wed, 08 Jul 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Add a couple of tests for quickbook 1.4 behaviour to try to preserve it. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/54813" title="Move all the syntax highlighting code into a single class.">r54813</a> | danieljames | 2009-07-08 22:40:24 +0100 (Wed, 08 Jul 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Move all the syntax highlighting code into a single class. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/54814" title="Move the code actions a bit later in actions.hpp so they can use ...">r54814</a> | danieljames | 2009-07-08 22:40:33 +0100 (Wed, 08 Jul 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Move the code actions a bit later in actions.hpp so they can use 'plain_char_action'. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/54815" title="Teletype source mode. Refs #1202.">r54815</a> | danieljames | 2009-07-08 22:40:46 +0100 (Wed, 08 Jul 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> Teletype source mode. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1202" title="#1202: Feature Requests: Add a [teletype] source mode (closed: fixed)">#1202</a>. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/54816" title="Make sure that a template expansion ends with a ']'. {{{ [template ...">r54816</a> | danieljames | 2009-07-08 22:41:00 +0100 (Wed, 08 Jul 2009) | 14 lines </p> </blockquote> <p> </p> <blockquote> <p> Make sure that a template expansion ends with a ']'. </p> </blockquote> <p> </p> <pre class="wiki">[template foo 1] [fool] </pre><p> </p> <blockquote> <p> was generating <code>1[fool]</code> - the template would be expanded but then when it didn't match the <code>]</code> it would fail and just get copied to the output. This change checks for <code>]</code> before expanding the template. So it now generates <code>[fool]</code> which is an improvement. </p> </blockquote> <p> </p> <blockquote> <p> I'm not including a version switch as I see this as a plain bug fix - I can't imagine this change ever being anything but beneficial. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/54817" title="I got a bit confused by this comment, so try to make it clearer.">r54817</a> | danieljames | 2009-07-08 22:41:10 +0100 (Wed, 08 Jul 2009) | 1 line </p> </blockquote> <p> </p> <blockquote> <p> I got a bit confused by this comment, so try to make it clearer. </p> </blockquote> <p> ........ </p> <blockquote> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/54818" title="Support INTERNAL ONLY enums in doxygen/boostbook documenation. Refs ...">r54818</a> | danieljames | 2009-07-08 22:53:15 +0100 (Wed, 08 Jul 2009) | 3 lines </p> </blockquote> <p> </p> <blockquote> <p> Support INTERNAL ONLY enums in doxygen/boostbook documenation. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3242" title="#3242: Bugs: Enum values can't be made internal with doxygen to boostbook (closed: fixed)">#3242</a>. </p> </blockquote> <p> </p> <blockquote> <p> Patch by Mathias Gaunard. </p> </blockquote> <p> ........ </p> Ticket