Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74040 - in trunk/libs/tti/doc: . html
From: eldiener_at_[hidden]
Date: 2011-08-24 00:23:28


Author: eldiener
Date: 2011-08-24 00:23:23 EDT (Wed, 24 Aug 2011)
New Revision: 74040
URL: http://svn.boost.org/trac/boost/changeset/74040

Log:
Updated doc build files.
Text files modified:
   trunk/libs/tti/doc/Jamfile.v2 | 60 +++++++++++++++++++-------------------
   trunk/libs/tti/doc/html/boostbook.css | 61 ++++++++++++++++++++++++++++++++++-----
   trunk/libs/tti/doc/index.idx | 60 +++++++++++++++++++-------------------
   3 files changed, 113 insertions(+), 68 deletions(-)

Modified: trunk/libs/tti/doc/Jamfile.v2
==============================================================================
--- trunk/libs/tti/doc/Jamfile.v2 (original)
+++ trunk/libs/tti/doc/Jamfile.v2 2011-08-24 00:23:23 EDT (Wed, 24 Aug 2011)
@@ -37,37 +37,37 @@
 
 doxygen tti_reference
   :
- $(here)/../../../boost/tti/comp_mem_fun.hpp
- $(here)/../../../boost/tti/comp_static_mem_fun.hpp
- $(here)/../../../boost/tti/mem_data.hpp
- $(here)/../../../boost/tti/mem_fun.hpp
- $(here)/../../../boost/tti/mem_type.hpp
- $(here)/../../../boost/tti/static_mem_data.hpp
- $(here)/../../../boost/tti/static_mem_fun.hpp
- $(here)/../../../boost/tti/template.hpp
- $(here)/../../../boost/tti/template_params.hpp
- $(here)/../../../boost/tti/type.hpp
- $(here)/../../../boost/tti/vm_template_params.hpp
- $(here)/../../../boost/tti/gen/comp_mem_fun_gen.hpp
- $(here)/../../../boost/tti/gen/comp_static_mem_fun_gen.hpp
- $(here)/../../../boost/tti/gen/mem_data_gen.hpp
- $(here)/../../../boost/tti/gen/mem_fun_gen.hpp
- $(here)/../../../boost/tti/gen/mem_type_gen.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/static_mem_data_gen.hpp
- $(here)/../../../boost/tti/gen/static_mem_fun_gen.hpp
- $(here)/../../../boost/tti/gen/template_gen.hpp
- $(here)/../../../boost/tti/gen/template_params_gen.hpp
- $(here)/../../../boost/tti/gen/type_gen.hpp
- $(here)/../../../boost/tti/gen/vm_template_params_gen.hpp
- $(here)/../../../boost/tti/mf/mf_mem_data.hpp
- $(here)/../../../boost/tti/mf/mf_mem_fun.hpp
- $(here)/../../../boost/tti/mf/mf_mem_type.hpp
- $(here)/../../../boost/tti/mf/mf_static_mem_data.hpp
- $(here)/../../../boost/tti/mf/mf_static_mem_fun.hpp
- $(here)/../../../boost/tti/mf/mf_template.hpp
- $(here)/../../../boost/tti/mf/mf_template_params.hpp
- $(here)/../../../boost/tti/mf/mf_type.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
   :
     <doxygen:param>PROJECT_NAME="TTI"
     <doxygen:param>PROJECT_NUMBER=1

Modified: trunk/libs/tti/doc/html/boostbook.css
==============================================================================
--- trunk/libs/tti/doc/html/boostbook.css (original)
+++ trunk/libs/tti/doc/html/boostbook.css 2011-08-24 00:23:23 EDT (Wed, 24 Aug 2011)
@@ -72,12 +72,12 @@
         font-weight: bold;
     }
 
- h1 { font: 140% }
- h2 { font: bold 140% }
- h3 { font: bold 130% }
- h4 { font: bold 120% }
- h5 { font: italic 110% }
- h6 { font: italic 100% }
+ h1 { font-size: 140%; }
+ h2 { font-weight: bold; font-size: 140%; }
+ h3 { font-weight: bold; font-size: 130%; }
+ h4 { font-weight: bold; font-size: 120%; }
+ h5 { font-weight: normal; font-style: italic; font-size: 110%; }
+ h6 { font-weight: normal; font-style: italic; font-size: 100%; }
 
     /* Top page titles */
     title,
@@ -221,7 +221,11 @@
         
     /* Code on toc */
     .toc .computeroutput { font-size: 120% }
-
+
+ /* No margin on nested menus */
+
+ .toc dl dl { margin: 0; }
+
 /*=============================================================================
     Tables
 =============================================================================*/
@@ -586,11 +590,17 @@
         height: 0;
         line-height: 1;
         vertical-align: baseline;
- _vertical-align: bottom;
         position: relative;
         
 }
 
+/* For internet explorer: */
+
+* html sup,
+* html sub {
+ vertical-align: bottom;
+}
+
 sup {
         bottom: 1ex;
 }
@@ -599,3 +609,38 @@
         top: .5ex;
 }
 
+/*==============================================================================
+ Indexes: pretty much the same as the TOC.
+==============================================================================*/
+
+ .index
+ {
+ font-size: 80%;
+ padding-top: 0px;
+ padding-bottom: 0px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-left: 0px;
+ }
+
+ .index ul
+ {
+ padding-left: 3em;
+ }
+
+ .index p
+ {
+ padding: 2px;
+ margin: 2px;
+ }
+
+ .index-entry-level-0
+ {
+ font-weight: bold;
+ }
+
+ .index em
+ {
+ font-weight: bold;
+ }
+

Modified: trunk/libs/tti/doc/index.idx
==============================================================================
--- trunk/libs/tti/doc/index.idx (original)
+++ trunk/libs/tti/doc/index.idx 2011-08-24 00:23:23 EDT (Wed, 24 Aug 2011)
@@ -1,31 +1,31 @@
-!scan boost/tti/comp_mem_fun.hpp
-!scan boost/tti/comp_static_mem_fun.hpp
-!scan boost/tti/mem_data.hpp
-!scan boost/tti/mem_fun.hpp
-!scan boost/tti/mem_type.hpp
-!scan boost/tti/static_mem_data.hpp
-!scan boost/tti/static_mem_fun.hpp
-!scan boost/tti/template.hpp
-!scan boost/tti/template_params.hpp
-!scan boost/tti/type.hpp
-!scan boost/tti/vm_template_params.hpp
-!scan boost/tti/gen/comp_mem_fun_gen.hpp
-!scan boost/tti/gen/comp_static_mem_fun_gen.hpp
-!scan boost/tti/gen/mem_data_gen.hpp
-!scan boost/tti/gen/mem_fun_gen.hpp
-!scan boost/tti/gen/mem_type_gen.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_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/static_mem_data_gen.hpp
-!scan boost/tti/gen/static_mem_fun_gen.hpp
-!scan boost/tti/gen/template_gen.hpp
-!scan boost/tti/gen/template_params_gen.hpp
-!scan boost/tti/gen/type_gen.hpp
-!scan boost/tti/gen/vm_template_params_gen.hpp
-!scan boost/tti/mf/mf_mem_data.hpp
-!scan boost/tti/mf/mf_mem_fun.hpp
-!scan boost/tti/mf/mf_mem_type.hpp
-!scan boost/tti/mf/mf_static_mem_data.hpp
-!scan boost/tti/mf/mf_static_mem_fun.hpp
-!scan boost/tti/mf/mf_template.hpp
-!scan boost/tti/mf/mf_template_params.hpp
-!scan boost/tti/mf/mf_type.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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk