Eric Niebler wrote:
> Rene Rivera wrote:
>> Well it took some time... xsltproc being slow as molasses... But I 
>> checked in the variety of changes that allow using either the XSLT based 
>> doxygen2boostbook.xsl, or the Python based doxproc.py. I also fixed the 
>> MPI doc build problems along the way, so at least we can build the Boost 
>> docs in HEAD.
>>
>> If you feel like experiencing the doxproc.py results try adding 
>> "doxygen.processor=doxproc" "doxygen.doxproc.index=yes" arguments when 
>> building the docs.
>>
>> Enjoy.
> 
> My doc build seems to be broken, now.

Works over here. Meaning I managed to build the standalone xpressive docs.

> In libs/xpressive/doc/Jamfile.v2, 
> I invoke the doxygen rule like:
> 
> doxygen autodoc
>      :
>   <...stuff...>
>      ;
> 
> This used to result in a file "autodoc.boostbook" ending up in 
> libs/xpressive/doc, but now the file is called "autodoc.xml".

Yes, I had to change that. I don't remember why I had to change it 
though, since I made that change months ago now :-(

> This 
> breaks my build, and probably a bunch of others.

I changed all the spots where that mattered (or at least I think I did). 
So perhaps you don't have all the changes I checked in?

> Note, I only tried 
> building xpressive's docs standalone (from the libs/xpressive/doc/ 
> directory).

Yep :-)

> Also, I tried adding:
>          <xsl:param>doxygen.processor=doxproc
>          <xsl:param>doxygen.doxproc.index=yes
> to my jamfile and it didn't seem to have any effect.

Those aren't xsl params, since the point is to not use XSLT ;-) They are 
build options So if you want them in the build file it would be adding 
the requirements:

        <doxygen.process>doxproc
        <doxygen.doxproc.index>yes



-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to