Written some documentation and added to the face module
This commit is contained in:
parent
70d23b8bdb
commit
49c4d52f70
|
@ -31,11 +31,9 @@ $LOG$
|
||||||
#define _VCG_FACE_TOPOLOGY
|
#define _VCG_FACE_TOPOLOGY
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace face {
|
namespace face {
|
||||||
/*#*******************
|
/** \addtogroup face */
|
||||||
* Adjacency Members *
|
/*@{*/
|
||||||
**********************/
|
|
||||||
|
|
||||||
|
|
||||||
/** Return a boolean that indicate if the face is complex.
|
/** Return a boolean that indicate if the face is complex.
|
||||||
@param j Index of the edge
|
@param j Index of the edge
|
||||||
|
@ -260,7 +258,7 @@ void VFDetach(FaceType & f, int z)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*@}*/
|
||||||
} // end namespace
|
} // end namespace
|
||||||
} // end namespace
|
} // end namespace
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue