Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61834 - branches/ublas-doxygen
From: david.bellot_at_[hidden]
Date: 2010-05-07 10:05:55


Author: david.bellot
Date: 2010-05-07 10:05:54 EDT (Fri, 07 May 2010)
New Revision: 61834
URL: http://svn.boost.org/trac/boost/changeset/61834

Log:
more docs (I will certainly put the same messages a million times because I update this file everyday now)

Text files modified:
   branches/ublas-doxygen/doxydoc.hpp | 105 ++++-----------------------------------
   1 files changed, 13 insertions(+), 92 deletions(-)

Modified: branches/ublas-doxygen/doxydoc.hpp
==============================================================================
--- branches/ublas-doxygen/doxydoc.hpp (original)
+++ branches/ublas-doxygen/doxydoc.hpp 2010-05-07 10:05:54 EDT (Fri, 07 May 2010)
@@ -35250,101 +35250,27 @@
 
 ///
 /// \namespace boost::numeric::ublas::blas_1
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::blas_2
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::blas_3
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
+/// \brief uBLAS main namespace. Everything is under this namespace
 ///
 
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
-///
-
-///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
+/// \namespace boost::numeric::ublas::blas_1
+/// \brief Interface and implementation of BLAS level 1
+/// Interface and implementation of BLAS level 1. This includes functions which perform vector-vector operations.
+/// More information about BLAS can be found at http://en.wikipedia.org/wiki/BLAS
 ///
 
 ///
-/// \namespace boost::numeric::ublas::detail
-/// \brief
+/// \namespace boost::numeric::ublas::blas_2
+/// \brief Interface and implementation of BLAS level 2
+/// Interface and implementation of BLAS level 2. This includes functions which perform matrix-vector operations.
+/// More information about BLAS can be found at http://en.wikipedia.org/wiki/BLAS
 ///
 
 ///
-/// \namespace boost::numeric::ublas::detail
+/// \namespace boost::numeric::ublas::blas_3
+/// \brief Interface and implementation of BLAS level 3
+/// Interface and implementation of BLAS level 3. This includes functions which perform matrix-matrix operations.
+/// More information about BLAS can be found at http://en.wikipedia.org/wiki/BLAS
 /// \brief
 ///
 
@@ -35369,11 +35295,6 @@
 ///
 
 ///
-/// \namespace boost::numeric::ublas::raw
-/// \brief
-///
-
-///
 /// \namespace boost::numeric::ublas::tag
 /// \brief
 ///


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