Boost logo

Boost-Build :

Subject: Re: [Boost-build] [boost-build][doc][boostbook][doxygen] Problems with using boost documenting tools
From: Andrey Torba (andreytorba_at_[hidden])
Date: 2009-07-29 16:20:06


>> Please try attached example. Do you have the same result?
>
> You forgot to attach it.
ha! I've attached it twice. :) i see it attached in the sent emails

>
> To solve your paths in doxygen you need to use the '<prefix>' feature.
> This specifies the name of the root directory of your includes. This
> defaults to 'boost', which is why we never set it. So your doxygen
> should be changed to:
>
> doxygen my_project_doxygen
>        : [ glob $(TOP)/include/my_project/h1.hpp ]
>        : <doxygen:param>TAB_SIZE=4
>          # [snip]
>          <prefix>my_project
>        ;
Thanks!

>
> This is implemented in the xsl stylesheet we use to convert doxygen's
> output and is perhaps a little bit of a hack. I don't really know
> doxygen so I don't know if there's a way to get it to do the right
> thing.

http://www.stack.nl/~dimitri/doxygen/config.html#cfg_strip_from_inc_path

-- 
Regards, Andrey

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk