Boost C++ Libraries: Ticket #1156: feature request: linkid to the whole document https://svn.boost.org/trac10/ticket/1156 <p> I think someone already asked for it actually - the ability to assign a user defined name and linkid to the whole document (in the main document info section). You can do this already for sections etc, just not the whole document. </p> <p> Thanks, John. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1156 Trac 1.4.3 Joel de Guzman Fri, 10 Aug 2007 07:13:01 GMT type changed https://svn.boost.org/trac10/ticket/1156#comment:1 https://svn.boost.org/trac10/ticket/1156#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Feature Requests</span> </li> </ul> Ticket Joel de Guzman Thu, 06 Sep 2007 00:04:09 GMT severity changed https://svn.boost.org/trac10/ticket/1156#comment:2 https://svn.boost.org/trac10/ticket/1156#comment:2 <ul> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Cosmetic</span> </li> </ul> Ticket Daniel James Sun, 13 Jun 2010 21:32:58 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1156#comment:3 https://svn.boost.org/trac10/ticket/1156#comment:3 <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">worksforme</span> </li> </ul> <p> We already have this, for example in unordered I <a class="ext-link" href="https://svn.boost.org/trac/boost/browser/trunk/libs/unordered/doc/hash_equality.qbk?rev=53552#L61"><span class="icon">​</span>link</a> to the hash library, with the code: </p> <pre class="wiki">[link hash Boost.Hash]. </pre><p> The id for hash is defined in its <a class="ext-link" href="https://svn.boost.org/trac/boost/browser/trunk/libs/functional/hash/doc/hash.qbk?rev=53552"><span class="icon">​</span>info block</a>: </p> <pre class="wiki"> [library Boost.Functional/Hash [quickbook 1.4] [/ ... ] [id hash] [/ ... ] ] </pre> Ticket