Hi Pavol,

> 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.

Here's what I have in Jamfile for program_options library:

    import toolset ;
    toolset.using doxygen ;

    boostbook program_option : program_options.xml ;

    doxygen autodoc
        : [ GLOB ../../../boost/program_options : *.hpp ] ;

And "program_options.xml" contain:

     <xi:include href="autodoc.boostbook"/>

Works quite okay for me.

- Volodya






-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to