Improved documentation...

This commit is contained in:
Paolo Cignoni 2012-10-25 23:40:51 +00:00
parent 7e5ebe06f4
commit a90b24dca5
2 changed files with 4 additions and 2 deletions

View File

@ -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;i<m.FN();++i)
{
if(!fi->IsD())

View File

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