$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84171 - trunk/libs/tti/doc
From: eldiener_at_[hidden]
Date: 2013-05-06 12:17:45
Author: eldiener
Date: 2013-05-06 12:17:44 EDT (Mon, 06 May 2013)
New Revision: 84171
URL: http://svn.boost.org/trac/boost/changeset/84171
Log:
Fixed doc generation by eliminating header files no longer being used.
Text files modified: 
   trunk/libs/tti/doc/Jamfile.v2 |    36 ++++++++++++------------------------    
   trunk/libs/tti/doc/index.idx  |    20 ++++----------------                    
   2 files changed, 16 insertions(+), 40 deletions(-)
Modified: trunk/libs/tti/doc/Jamfile.v2
==============================================================================
--- trunk/libs/tti/doc/Jamfile.v2	(original)
+++ trunk/libs/tti/doc/Jamfile.v2	2013-05-06 12:17:44 EDT (Mon, 06 May 2013)
@@ -37,37 +37,25 @@
 
 doxygen tti_reference
   :
+    $(here)/../../../boost/tti/has_data.hpp
+    $(here)/../../../boost/tti/has_function.hpp
     $(here)/../../../boost/tti/has_member_data.hpp
     $(here)/../../../boost/tti/has_member_function.hpp
-    $(here)/../../../boost/tti/has_member_function_with_sig.hpp
     $(here)/../../../boost/tti/has_static_member_data.hpp
     $(here)/../../../boost/tti/has_static_member_function.hpp
-    $(here)/../../../boost/tti/has_static_member_function_with_sig.hpp
     $(here)/../../../boost/tti/has_template.hpp
-    $(here)/../../../boost/tti/has_template_check_params.hpp
     $(here)/../../../boost/tti/has_type.hpp
     $(here)/../../../boost/tti/member_type.hpp
-    $(here)/../../../boost/tti/vm_has_template_check_params.hpp
-#    $(here)/../../../boost/tti/gen/has_member_data_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_member_function_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_member_function_with_sig_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_static_member_data_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_static_member_function_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_static_member_function_with_sig_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_template_check_params_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_template_gen.hpp
-#    $(here)/../../../boost/tti/gen/has_type_gen.hpp
-#    $(here)/../../../boost/tti/gen/member_type_gen.hpp
-#    $(here)/../../../boost/tti/gen/namespace_gen.hpp
-#    $(here)/../../../boost/tti/gen/vm_has_template_check_params_gen.hpp
-#    $(here)/../../../boost/tti/mf/mf_has_member_data.hpp
-#    $(here)/../../../boost/tti/mf/mf_has_member_function.hpp
-#    $(here)/../../../boost/tti/mf/mf_has_static_member_data.hpp
-#    $(here)/../../../boost/tti/mf/mf_has_static_member_function.hpp
-#    $(here)/../../../boost/tti/mf/mf_has_template.hpp
-#    $(here)/../../../boost/tti/mf/mf_has_template_check_params.hpp
-#    $(here)/../../../boost/tti/mf/mf_has_type.hpp
-#    $(here)/../../../boost/tti/mf/mf_member_type.hpp
+    $(here)/../../../boost/tti/gen/has_data_gen.hpp
+    $(here)/../../../boost/tti/gen/has_function_gen.hpp
+    $(here)/../../../boost/tti/gen/has_member_data_gen.hpp
+    $(here)/../../../boost/tti/gen/has_member_function_gen.hpp
+    $(here)/../../../boost/tti/gen/has_static_member_data_gen.hpp
+    $(here)/../../../boost/tti/gen/has_static_member_function_gen.hpp
+    $(here)/../../../boost/tti/gen/has_template_gen.hpp
+    $(here)/../../../boost/tti/gen/has_type_gen.hpp
+    $(here)/../../../boost/tti/gen/member_type_gen.hpp
+    $(here)/../../../boost/tti/gen/namespace_gen.hpp
   : 
     <doxygen:param>PROJECT_NAME="TTI"
     <doxygen:param>PROJECT_NUMBER=1
Modified: trunk/libs/tti/doc/index.idx
==============================================================================
--- trunk/libs/tti/doc/index.idx	(original)
+++ trunk/libs/tti/doc/index.idx	2013-05-06 12:17:44 EDT (Mon, 06 May 2013)
@@ -1,31 +1,19 @@
+!scan boost/tti/has_data.hpp
+!scan boost/tti/has_function.hpp
 !scan boost/tti/has_member_data.hpp
 !scan boost/tti/has_member_function.hpp
-!scan boost/tti/has_member_function_with_sig.hpp
 !scan boost/tti/has_static_member_data.hpp
 !scan boost/tti/has_static_member_function.hpp
-!scan boost/tti/has_static_member_function_with_sig.hpp
 !scan boost/tti/has_template.hpp
-!scan boost/tti/has_template_check_params.hpp
 !scan boost/tti/has_type.hpp
 !scan boost/tti/member_type.hpp
-!scan boost/tti/vm_has_template_check_params.hpp
+!scan boost/tti/gen/has_data_gen.hpp
+!scan boost/tti/gen/has_function_gen.hpp
 !scan boost/tti/gen/has_member_data_gen.hpp
 !scan boost/tti/gen/has_member_function_gen.hpp
-!scan boost/tti/gen/has_member_function_with_sig_gen.hpp
 !scan boost/tti/gen/has_static_member_data_gen.hpp
 !scan boost/tti/gen/has_static_member_function_gen.hpp
-!scan boost/tti/gen/has_static_member_function_with_sig_gen.hpp
-!scan boost/tti/gen/has_template_check_params_gen.hpp
 !scan boost/tti/gen/has_template_gen.hpp
 !scan boost/tti/gen/has_type_gen.hpp
 !scan boost/tti/gen/member_type_gen.hpp
 !scan boost/tti/gen/namespace_gen.hpp
-!scan boost/tti/gen/vm_has_template_check_params_gen.hpp
-!scan boost/tti/mf/mf_has_member_data.hpp
-!scan boost/tti/mf/mf_has_member_function.hpp
-!scan boost/tti/mf/mf_has_static_member_data.hpp
-!scan boost/tti/mf/mf_has_static_member_function.hpp
-!scan boost/tti/mf/mf_has_template.hpp
-!scan boost/tti/mf/mf_has_template_check_params.hpp
-!scan boost/tti/mf/mf_has_type.hpp
-!scan boost/tti/mf/mf_member_type.hpp