$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2004-03-06 12:11:28
On Thu, 4 Mar 2004 23:35:33 +0100, Pavol Droba wrote
> Hi All,
>
> I have just checked into main the cvs the string algorithm library.
> Feel free to try it out:)
Glad to see this :-)
>How can I make the library documentation to be automaticaly
> generated and accessible from the main docs page?
Since you are using boost book, you need to add to add it into the boost.xml
file (boost/doc/src). You can see some examples there for any, array, etc:
<xi:include href="../../libs/any/doc/any.xml"/>
You should also update the boost/index.htm file with a note about the library
being added.
Jeff