From 45649b44e510fe4434460cb37b867a8bdc48b1ec Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 6 Nov 2013 11:26:40 +0400 Subject: [PATCH] Minor improvements of docs --- libs/type_index/doc/Jamfile.v2 | 2 +- libs/type_index/doc/type_index.qbk | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libs/type_index/doc/Jamfile.v2 b/libs/type_index/doc/Jamfile.v2 index 4bef0d7..3d9c175 100644 --- a/libs/type_index/doc/Jamfile.v2 +++ b/libs/type_index/doc/Jamfile.v2 @@ -10,7 +10,7 @@ import doxygen ; doxygen autodoc : [ glob ../../../boost/type_index.hpp ] - [ glob ../../../boost/type_index/* ] + [ glob ../../../boost/type_index/*.hpp ] : EXTRACT_ALL=NO HIDE_UNDOC_MEMBERS=YES diff --git a/libs/type_index/doc/type_index.qbk b/libs/type_index/doc/type_index.qbk index 519e95f..8f5ee93 100644 --- a/libs/type_index/doc/type_index.qbk +++ b/libs/type_index/doc/type_index.qbk @@ -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]