$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85908 - trunk/boost/geometry/algorithms
From: adam.wulkiewicz_at_[hidden]
Date: 2013-09-25 11:43:54
Author: awulkiew
Date: 2013-09-25 11:43:53 EDT (Wed, 25 Sep 2013)
New Revision: 85908
URL: http://svn.boost.org/trac/boost/changeset/85908
Log:
[geometry] added #ifndef DOXYGEN_NO_DETAIL in touches.hpp
Text files modified:
trunk/boost/geometry/algorithms/touches.hpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/geometry/algorithms/touches.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/touches.hpp Wed Sep 25 11:36:55 2013 (r85907)
+++ trunk/boost/geometry/algorithms/touches.hpp 2013-09-25 11:43:53 EDT (Wed, 25 Sep 2013) (r85908)
@@ -29,6 +29,7 @@
namespace boost { namespace geometry
{
+#ifndef DOXYGEN_NO_DETAIL
namespace detail { namespace touches
{
@@ -83,6 +84,7 @@
}
}}
+#endif // DOXYGEN_NO_DETAIL
/*!
\brief \brief_check{has at least one touching point (self-tangency)}