Improved documentation...
This commit is contained in:
parent
7e5ebe06f4
commit
a90b24dca5
|
@ -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())
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue