Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72319 - in sandbox/odeint/branches/karsten/libs/numeric/odeint/doc: . html
From: karsten.ahnert_at_[hidden]
Date: 2011-06-01 05:11:19


Author: karsten
Date: 2011-06-01 05:11:16 EDT (Wed, 01 Jun 2011)
New Revision: 72319
URL: http://svn.boost.org/trac/boost/changeset/72319

Log:
Jamfile comments for generating doxygen documentation
Text files modified:
   sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/Jamfile | 11 +++++
   sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/html/index.html | 73 ++++++++++++++++++++++++++++++++++++++-
   2 files changed, 81 insertions(+), 3 deletions(-)

Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/Jamfile
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/Jamfile (original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/Jamfile 2011-06-01 05:11:16 EDT (Wed, 01 Jun 2011)
@@ -5,6 +5,7 @@
 
 import quickbook ;
 import boostbook ;
+import doxygen ;
 
 project
     : requirements
@@ -15,7 +16,7 @@
         :
           odeint.qbk
          ;
-
+
 boostbook odeint
         :
           odeint_xml
@@ -34,3 +35,11 @@
 # <xsl:param>generate.section.toc.level=10
         
         ;
+
+
+# doxygen reference.doxy
+# cd xml
+# xsltproc combine.xsd index.xml > all.xml
+# cd ..
+# xsltproc /photon/karsten_local/boost/boost_1_45_0/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl all.xml > reference.xml
+

Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/html/index.html
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/html/index.html (original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/doc/html/index.html 2011-06-01 05:11:16 EDT (Wed, 01 Jun 2011)
@@ -23,7 +23,7 @@
 </h3></div></div>
 <div><p class="copyright">Copyright &#169; 2009 -2011 Karsten Ahnert and Mario Mulansky</p></div>
 <div><div class="legalnotice">
-<a name="id549556"></a><p>
+<a name="id549571"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -80,6 +80,75 @@
       output stepper</a></span></dt>
 </dl></dd>
 <dt><span class="section">Reference</span></dt>
+<dt><span class="section">Reference</span></dt>
+<dd><dl>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/array_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/default_operations.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/detail/for_each.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/detail/macros.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/macros.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/detail/reduce.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/fusion_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/generic_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/range_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/algebra/vector_space_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/external/gsl/gsl_vector_adaptor.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/external/mkl/mkl_operations.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/external/thrust/thrust_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/external/thrust/thrust_operations.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/external/thrust/thrust_resize.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/integrate/integrate_adaptive.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/integrate/detail/integrate_const.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/integrate/integrate_const.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/integrate/do_nothing_observer.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/integrate/integrate.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/integrate/integrate_n_steps.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/adams_bashforth.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/adams_moulton.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/base/explicit_stepper_and_error_stepper_base.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/base/explicit_stepper_and_error_stepper_fsal_base.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/base/symplectic_rkn_stepper_base.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/controlled_error_stepper.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/controlled_step_result.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/dense_output_controlled_explicit_fsal.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/dense_output_explicit.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/adams_bashforth_call_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/adams_bashforth_coefficients.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/adams_moulton_call_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/adams_moulton_coefficients.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/generic_rk_call_algebra.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/generic_rk_operations.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/detail/rotating_buffer.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/explicit_error_dopri5.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/explicit_error_rk54_ck.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/explicit_euler.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/explicit_generic_rk.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/explicit_rk4.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/implicit_euler.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/rosenbrock4.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/rosenbrock4_controller.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/stepper_categories.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/symplectic_euler.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/construct.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/copy.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/default_adjust_size.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/destruct.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/detail/is_range.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/is_pair.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/is_resizeable.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/matrix_vector_adjust_size.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/resize.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/same_size.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/size_adjuster.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/ublas_permutation_matrix_resize.hpp></span></dt>
+<dt><span class="section">Header <boost/numeric/odeint/util/ublas_resize.hpp></span></dt>
+</dl></dd>
 <dt><span class="section">Old Concepts</span></dt>
 <dd><dl>
 <dt><span class="section"><a href="boost_sandbox_numeric_odeint/old_concepts/basic_stepper.html">Basic
@@ -108,7 +177,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: May 28, 2011 at 18:30:58 GMT</small></p></td>
+<td align="left"><p><small>Last revised: June 01, 2011 at 09:02:22 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>


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