From 5c4733f5fc65b110329307d2cbf38d3bfb4f3b04 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 12 Apr 2009 11:21:59 +0000 Subject: [PATCH] Document 'boost:' links in boostbook & quickbook. Fixes #2861. [SVN r52352] --- doc/together.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/together.xml b/doc/together.xml index 6bdcb4e..47269b7 100644 --- a/doc/together.xml +++ b/doc/together.xml @@ -51,6 +51,18 @@ url="http://www.boost.org">Boost</ulink>, which appears in the document like this: Boost. + + In BoostBook, <ulink> supports a custom url schema for + linking to files within the boost distribution. This is formed by + setting the url attribute to boost: + followed by the file's path. For example, we can link to the + flyweight library with + <ulink + url="boost:/libs/flyweight/index.html">Boost.Flyweight</ulink>, + which will appear like this: Boost.Flyweight. + This schema is only supported for BoostBook <ulink> elements. + It isn't available for any other elements or in Docbook. The <classname>, <functionname>, <methodname>, and <libraryname> link to classes,