[optional] Add Optional to BoostBook subset of Boost C++ Libraries
Hi, I am looking at this documentation index: http://www.boost.org/doc/libs/develop/doc/html/index.html And I can see that Optional is not included. Could someone add it there, or is there any criterion why certain libraries don't make it in? Regards, &rzej
Andrzej Krzemienski wrote:
I am looking at this documentation index: http://www.boost.org/doc/libs/develop/doc/html/index.html And I can see that Optional is not included. Could someone add it there, or is there any criterion why certain libraries don't make it in?
Did you add it to doc/Jamfile.v2? http://github.com/boostorg/boost/blob/develop/doc/Jamfile.v2 Glen
On 20 June 2014 16:41, Andrzej Krzemienski
Hi, I am looking at this documentation index: http://www.boost.org/doc/libs/develop/doc/html/index.html And I can see that Optional is not included. Could someone add it there, or is there any criterion why certain libraries don't make it in?
That's the contents for all the libraries included in the combined documentation, optional is built standalone so it isn't included. The main documentation file at 'doc/src/boost.xml' does have some markup for other libraries, but I don't think anyone ever implemented a way to use it.
participants (3)
-
Andrzej Krzemienski
-
Daniel James
-
Glen Fernandes