From 618f7df52458ba9521343789ecf96e61b271d4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 27 Nov 2012 12:08:12 +0000 Subject: [PATCH] Tried to fix documentation git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@772 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/Mesh/PolyConnectivity.hh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh index 28b67490..df57b7e4 100644 --- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh +++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh @@ -579,9 +579,11 @@ public: { return ConstFaceFaceIter(*this, _fh, true); } //@} - /** \name Boundary and manifold tests - */ - //@{ + + //=========================================================================== + /** @name Boundary and manifold tests + * @{ */ + //=========================================================================== /** \brief Check if the halfedge is at the boundary * @@ -596,7 +598,7 @@ public: /** \brief Is the edge a boundary edge? * * Checks it the edge _eh is a boundary edge, i.e. is one of its halfedges - * is a boundary halfedge. + * a boundary halfedge. * * @param _eh Edge handle to test * @return boundary? @@ -647,7 +649,7 @@ public: */ bool is_manifold(VertexHandle _vh) const; - //@} + /** @} */ // --- shortcuts ---