Tried to fix documentation

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@772 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-11-27 12:08:12 +00:00
parent a31b3e1537
commit 618f7df524

View File

@@ -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 ---