|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60712 - sandbox/geometry/boost/geometry/geometries/concepts
From: mateusz_at_[hidden]
Date: 2010-03-19 17:01:10
Author: mloskot
Date: 2010-03-19 17:01:09 EDT (Fri, 19 Mar 2010)
New Revision: 60712
URL: http://svn.boost.org/trac/boost/changeset/60712
Log:
Geometry: trivial updates to a few Doxygen comments - testing Doxygen output.
Text files modified:
sandbox/geometry/boost/geometry/geometries/concepts/point_concept.hpp | 7 +++++--
sandbox/geometry/boost/geometry/geometries/concepts/segment_concept.hpp | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
Modified: sandbox/geometry/boost/geometry/geometries/concepts/point_concept.hpp
==============================================================================
--- sandbox/geometry/boost/geometry/geometries/concepts/point_concept.hpp (original)
+++ sandbox/geometry/boost/geometry/geometries/concepts/point_concept.hpp 2010-03-19 17:01:09 EDT (Fri, 19 Mar 2010)
@@ -23,7 +23,7 @@
namespace boost { namespace geometry { namespace concept {
/*!
-\brief Point concept
+\brief Point concept.
\ingroup concepts
\par Formal definition:
@@ -117,10 +117,13 @@
/*!
-\brief point concept (const version)
+\brief point concept (const version).
+
\ingroup const_concepts
+
\details The ConstPoint concept apply the same as the Point concept,
but does not apply write access.
+
*/
template <typename Geometry>
class ConstPoint
Modified: sandbox/geometry/boost/geometry/geometries/concepts/segment_concept.hpp
==============================================================================
--- sandbox/geometry/boost/geometry/geometries/concepts/segment_concept.hpp (original)
+++ sandbox/geometry/boost/geometry/geometries/concepts/segment_concept.hpp 2010-03-19 17:01:09 EDT (Fri, 19 Mar 2010)
@@ -26,9 +26,9 @@
/*!
-\brief segment concept
+\brief Segment concept.
\ingroup concepts
-\par Formal definition:
+\details Formal definition:
The segment concept is defined as following:
- there must be a specialization of traits::tag defining segment_tag as type
- there must be a specialization of traits::point_type to define the
@@ -82,7 +82,7 @@
/*!
-\brief Segment concept (const version)
+\brief Segment concept (const version).
\ingroup const_concepts
\details The ConstSegment concept verifies the same as the Segment concept,
but does not verify write access.
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