Subject: Re: [Boost-docs] doxygen: incomplete header files names generated when the path contains twice boost
From: Daniel James (dnljms_at_[hidden])
Date: 2011-06-02 11:49:45
On Mon, May 30, 2011 at 11:03 AM, Vicente BOTET
<vicente.botet_at_[hidden]> wrote:
>
> doxygen boost
> :
> [ glob ../../../boost/conversion/boost/*.hpp ]
>
> Are expanded in the doc removing the path /boost/conversion
[snip]
>
> Could something be done in order to correct this, or should I move the files to a directory that don't contains boost twice in the path?
You can change the header prefex in your doxygen rule:
doxygen boost
:
[ glob ../../../boost/conversion/boost/*.hpp ]
:
<xsl:param>"boost.doxygen.reftitle=Boost classes specializations"
<xsl:param>boost.doxygen.header.prefix=boost/conversion
;
This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC