Added docs for C++14 variants of 'equal' and 'mismatch'

[SVN r84447]
This commit is contained in:
Marshall Clow
2013-05-23 18:28:23 +00:00
parent b9d89c559b
commit 73cfe03b97
4 changed files with 172 additions and 1 deletions

View File

@ -18,7 +18,11 @@ using boostbook ;
doxygen autodoc
:
[ glob ../../../boost/algorithm/*.hpp ../../../boost/algorithm/searching/*.hpp ]
[ glob ../../../boost/algorithm/*.hpp
../../../boost/algorithm/searching/*.hpp
../../../boost/algorithm/cxx11/*.hpp
../../../boost/algorithm/cxx14/*.hpp
]
:
<doxygen:param>"PREDEFINED=\"BOOST_ALGORITHM_DOXYGEN=1\""
<doxygen:param>WARNINGS=YES # Default NO, but useful to see warnings, especially in a logfile.