Minor improvements of docs

This commit is contained in:
Antony Polukhin
2013-11-06 11:26:40 +04:00
parent 477a7b0c2c
commit 45649b44e5
2 changed files with 10 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import doxygen ;
doxygen autodoc
:
[ glob ../../../boost/type_index.hpp ]
[ glob ../../../boost/type_index/* ]
[ glob ../../../boost/type_index/*.hpp ]
:
<doxygen:param>EXTRACT_ALL=NO
<doxygen:param>HIDE_UNDOC_MEMBERS=YES

View File

@@ -262,3 +262,12 @@ Such differences are usually not detected by linker and lead to errors at runtim
[endsect]
[section Acknowledgements]
In order of helping and advising:
* Peter Dimov for writing source codes in late 2007, ideas from which were refined and put into this library.
* Agustín Bergé K-ballo for helping with docs and fixing a lot of typos.
* Niall Douglas for generating a lot of great ideas and reviewing the sources.
[endsect]