Boost logo

Boost-Build :

Subject: Re: [Boost-build] [boost-build][doc][boostbook][doxygen] Problems with using boost documenting tools
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-07-29 15:53:01


2009/7/26 Andrey Torba <andreytorba_at_[hidden]>:
> Please try attached example. Do you have the same result?

You forgot to attach it.

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
        ;

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.

Daniel


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