Skip to content
Snippets Groups Projects
Commit 618f7df5 authored by Jan Möbius's avatar Jan Möbius
Browse files

Tried to fix documentation

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@772 fdac6126-5c0c-442c-9429-916003d36597
parent a31b3e15
No related branches found
No related tags found
No related merge requests found
...@@ -579,9 +579,11 @@ public: ...@@ -579,9 +579,11 @@ public:
{ return ConstFaceFaceIter(*this, _fh, true); } { return ConstFaceFaceIter(*this, _fh, true); }
//@} //@}
/** \name Boundary and manifold tests
*/ //===========================================================================
//@{ /** @name Boundary and manifold tests
* @{ */
//===========================================================================
/** \brief Check if the halfedge is at the boundary /** \brief Check if the halfedge is at the boundary
* *
...@@ -596,7 +598,7 @@ public: ...@@ -596,7 +598,7 @@ public:
/** \brief Is the edge a boundary edge? /** \brief Is the edge a boundary edge?
* *
* Checks it the edge _eh is a boundary edge, i.e. is one of its halfedges * 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 * @param _eh Edge handle to test
* @return boundary? * @return boundary?
...@@ -647,7 +649,7 @@ public: ...@@ -647,7 +649,7 @@ public:
*/ */
bool is_manifold(VertexHandle _vh) const; bool is_manifold(VertexHandle _vh) const;
//@} /** @} */
// --- shortcuts --- // --- shortcuts ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment