Boost logo

Boost :

Subject: Re: [boost] [date_time] building documentation?
From: James E. King, III (jking_at_[hidden])
Date: 2018-01-12 18:06:54


On Fri, Jan 12, 2018 at 12:38 PM, Steven Watanabe via Boost <
boost_at_[hidden]> wrote:

> AMDG
>
> On 01/12/2018 09:26 AM, James E. King, III via Boost wrote:
> >
> > Seems like glob is somehow broken here. Not sure why, yet...
> >
>
> It's the `toolset.using`. The problem is that importing
> a module can change the current project, and glob searches
> relative to the current project. The `using` rule that
> is implicitly imported into Jamfile modules handles this
> correctly, but toolset.using does not. It worked for me
> because I had already set up doxygen in my user-config.jam,
> which made `toolset.using doxygen ;` a no-op.
>
> In Christ,
> Steven Watanabe
>

Thanks, I'll try to fix that up. How did we generate documentation for
1.66.0 I wonder? :)

- Jim


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk