
21 Jan
2011
21 Jan
'11
10:09 p.m.
On 1/21/2011 11:35 AM, John Maddock wrote:
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.
Thanks, I will look at that and set my own jamfiles accordingly.