$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Review request: auto-index tool
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-01-21 11:35:08
> I am for this review also. I would like to use indexing in my libraries in
> the sandbox but have not done it because it would require the end-user to
> download your library in order to regenerate the docs. If auto-index were
> part of Boost it would be easier for potential Boost libraries in the
> sandbox to use it.
FYI the code in Trunk for math/type_traits/spirit makes auto-index use
entirely optional: if you build with "bjam --enable-index" then you need to
have built and installed auto-index, otherwise the indexes just get
completely ignored and don't appear in the output.
HTH, John.