Boost C++ Libraries: Ticket #7734: Holes in documentation https://svn.boost.org/trac10/ticket/7734 <p> <a href="http://www.boost.org/doc/libs/1_52_0/libs/locale/doc/html/index.html">http://www.boost.org/doc/libs/1_52_0/libs/locale/doc/html/index.html</a> describes “<code>to_utf</code>, <code>from_utf</code> and <code>utf_to_utf</code> functions in the <code>boost::locale::conv</code> namespace,” but conspicuously, only the last of these three functions is linked, and I can't find the other two in the reference documentation. Also, the mentioned namespace doesn't appear in the namespace list at <a href="http://www.boost.org/doc/libs/1_52_0/libs/locale/doc/html/index.html">http://www.boost.org/doc/libs/1_52_0/libs/locale/doc/html/index.html</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7734 Trac 1.4.3 Artyom Beilis Tue, 27 Nov 2012 16:01:32 GMT status, severity changed https://svn.boost.org/trac10/ticket/7734#comment:1 https://svn.boost.org/trac10/ticket/7734#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Cosmetic</span> </li> </ul> Ticket Dave Abrahams Wed, 28 Nov 2012 01:42:26 GMT <link>https://svn.boost.org/trac10/ticket/7734#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7734#comment:2</guid> <description> <p> IMO this is more than just cosmetic, FWIW. </p> </description> <category>Ticket</category> </item> <item> <author>166291@…</author> <pubDate>Sun, 09 Dec 2012 19:31:45 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7734#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7734#comment:3</guid> <description> <p> Maybe just link to the namespace rather than the individual funcdtions? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Dave Abrahams</dc:creator> <pubDate>Sun, 09 Dec 2012 21:00:29 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7734#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7734#comment:4</guid> <description> <p> That won't fix the fact that they're not in the reference docs </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Artyom Beilis</dc:creator> <pubDate>Fri, 21 Dec 2012 14:26:53 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7734#comment:5 https://svn.boost.org/trac10/ticket/7734#comment:5 <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> Fixed in changeset <a class="changeset" href="https://svn.boost.org/trac10/changeset/82150" title="Added missing endcond that screwed documentation generation. Fixing ...">[82150]</a> </p> <p> Note, documentation is not yet regenerated. </p> Ticket