Improving Documentation: removed doxygen warnings.

This commit is contained in:
Paolo Cignoni 2012-10-26 07:08:18 +00:00
parent fe95eeca43
commit ed4500a156
2 changed files with 7 additions and 11 deletions

View File

@ -35,11 +35,7 @@ namespace vcg
{ {
namespace tri{ namespace tri{
/// \ingroup trimesh /// \ingroup trimesh
/// \headerfile edge_support.h vcg/complex/algorithms/edge_support.h
/// \brief This class is used to build edge based data structure from indexed data structure and viceversa /// \brief This class is used to build edge based data structure from indexed data structure and viceversa
/** /**
*/ */

View File

@ -42,7 +42,7 @@ namespace vcg
* Made by a series of a vertex rotation and a diagonal collapse. * Made by a series of a vertex rotation and a diagonal collapse.
* *
* \param m Mesh * \param m Mesh
* \param ep Edge to be collapsed * \param hp hegde to be collapsed
* \param vp Vertex that will be rotated * \param vp Vertex that will be rotated
* *
* \return Pointer to the new vertex * \return Pointer to the new vertex
@ -295,7 +295,7 @@ namespace vcg
* Removes a singlet replacing it with an edge * Removes a singlet replacing it with an edge
* *
* \param m Mesh * \param m Mesh
* \param vp Vertex shared by the two consecutive edges inside the singlet * \param fp Face that should be a singlet quad
* *
* \return Pointer to an halfdedge representing the new edge * \return Pointer to an halfdedge representing the new edge
*/ */
@ -389,8 +389,7 @@ namespace vcg
/*! /*!
* Rotates a non-border edge shared by two quads * Rotates a non-border edge shared by two quads
* *
* \param m Mesh * \param hp Edge to be rotated
* \param ep Edge to be rotated
* \param cw flag denoting a clockwise or counter-clockwise rotation * \param cw flag denoting a clockwise or counter-clockwise rotation
* *
* \return Pointer to the rotated edge * \return Pointer to the rotated edge
@ -485,7 +484,6 @@ namespace vcg
/*! /*!
* Rotates a non-border vertex shared by only quads * Rotates a non-border vertex shared by only quads
* *
* \param m Mesh
* \param vp Vertex to be rotated * \param vp Vertex to be rotated
* *
* \return Pointer to the rotated vertex * \return Pointer to the rotated vertex
@ -551,7 +549,7 @@ namespace vcg
* Collapses a generic edge * Collapses a generic edge
* *
* \param m Mesh * \param m Mesh
* \param ep Edge to be collapsed * \param hp Edge to be collapsed
* \param vp Vertex to be deleted * \param vp Vertex to be deleted
* *
* \return Pointer to the other vertex belonging to the collapsed edge * \return Pointer to the other vertex belonging to the collapsed edge
@ -717,6 +715,7 @@ namespace vcg
* *
* \param m Mesh * \param m Mesh
* \param vps Vector of vertices (in ccw order) that will belong to the new face * \param vps Vector of vertices (in ccw order) that will belong to the new face
* \param hps Vector of hedges (in ccw order) that will belong to the new face
* \param non_manifold_vertices Vector of booleans denoting on the i-th position if the i-th vertex is non-manifold * \param non_manifold_vertices Vector of booleans denoting on the i-th position if the i-th vertex is non-manifold
* *
* \return Pointer to the new face * \return Pointer to the new face
@ -1169,7 +1168,7 @@ namespace vcg
/*! /*!
* Checks if a diagonal can be collapsed * Checks if a diagonal can be collapsed
* *
* \param vp Hedge whose vertex is one of the two vertices of the diagonal * \param hp Hedge whose vertex is one of the two vertices of the diagonal
* *
* \retval true if diagonal can be collapsed * \retval true if diagonal can be collapsed
* \retval false if diagonal cannot be collapsed * \retval false if diagonal cannot be collapsed
@ -1252,6 +1251,7 @@ namespace vcg
/*! /*!
* Checks if a vertex is non-manifold, comparing local and global information (slow) * Checks if a vertex is non-manifold, comparing local and global information (slow)
* *
* \param m Mesh
* \param vp Vertex to check * \param vp Vertex to check
* *
* \retval true if vertex is non-manifold * \retval true if vertex is non-manifold