mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Document 'boost:' links in boostbook & quickbook.
Fixes #2861. [SVN r52352]
This commit is contained in:
parent
34c6963030
commit
5c4733f5fc
@ -52,6 +52,18 @@
|
||||
appears in the document like this: <ulink
|
||||
url="http://www.boost.org">Boost</ulink>.</para>
|
||||
|
||||
<para>In BoostBook, <ulink> supports a custom url schema for
|
||||
linking to files within the boost distribution. This is formed by
|
||||
setting the <code>url</code> attribute to <code>boost:</code>
|
||||
followed by the file's path. For example, we can link to the
|
||||
flyweight library with
|
||||
<code><ulink
|
||||
url="boost:/libs/flyweight/index.html">Boost.Flyweight</ulink></code>,
|
||||
which will appear like this: <ulink
|
||||
url="boost:/libs/flyweight/index.html">Boost.Flyweight</ulink>.
|
||||
This schema is only supported for BoostBook <ulink> elements.
|
||||
It isn't available for any other elements or in Docbook.</para>
|
||||
|
||||
<para>The <classname>, <functionname>,
|
||||
<methodname>, and <libraryname> link to classes,
|
||||
functions, methods, and libraries, respectively. The text of each
|
||||
|
Loading…
x
Reference in New Issue
Block a user