From a90b24dca5611ac666ed2ea2fb3483fb36fe6223 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 25 Oct 2012 23:40:51 +0000 Subject: [PATCH] Improved documentation... --- apps/sample/trimesh_allocate/trimesh_allocate.cpp | 2 +- docs/Doxygen/doxyfile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/sample/trimesh_allocate/trimesh_allocate.cpp b/apps/sample/trimesh_allocate/trimesh_allocate.cpp index b6859e7d..81dcdb36 100644 --- a/apps/sample/trimesh_allocate/trimesh_allocate.cpp +++ b/apps/sample/trimesh_allocate/trimesh_allocate.cpp @@ -86,7 +86,7 @@ int main() } } - // WRONG WAY of iterating: FN() != m.face.size() if there are deleted elemen + // WRONG WAY of iterating: FN() != m.face.size() if there are deleted elements for(int i=0;iIsD()) diff --git a/docs/Doxygen/doxyfile b/docs/Doxygen/doxyfile index 133e4ec0..20f9f17a 100644 --- a/docs/Doxygen/doxyfile +++ b/docs/Doxygen/doxyfile @@ -680,7 +680,9 @@ INPUT = ../../vcg/complex/allocate.h \ . \ ../../vcg/complex/complex.h \ ../../vcg/simplex/vertex/component.h \ - ../../vcg/simplex/face/component.h + ../../vcg/simplex/face/component.h \ + ../../vcg/complex/algorithms/create/platonic.h \ + ../../vcg/complex/append.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is