From 49c4d52f7017970b90414fc663d4cb2855ad2456 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 11 Mar 2004 09:02:35 +0000 Subject: [PATCH] Written some documentation and added to the face module --- vcg/simplex/face/topology.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index 4f1b258a..b5067a34 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -31,11 +31,9 @@ $LOG$ #define _VCG_FACE_TOPOLOGY namespace vcg { - namespace face { -/*#******************* -* Adjacency Members * -**********************/ - +namespace face { +/** \addtogroup face */ +/*@{*/ /** Return a boolean that indicate if the face is complex. @param j Index of the edge @@ -260,7 +258,7 @@ void VFDetach(FaceType & f, int z) } } - +/*@}*/ } // end namespace } // end namespace