
On Sat, Mar 06, 2004 at 10:11:28AM -0700, Jeff Garland wrote:
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.
I have tried this localy, but I have found one serious problem with the current setup. A part of the documentation for my library is doxygen generated. So there is a need for extra bjam step in generation. I don't know how to integrate it. I will raise this issue on the boost-doc list. Regards, Pavol