reason is, only files with a @file comment will be processed
with further documentation commands. For this reason, our Doxygen
documentation is lacking a lot of entries.
HOWTO:
find src -type f \( -name '*.cpp' -or -name '*.hpp' \) -not -exec egrep -q '\*.+@file' {} \; -print -exec sed -i -r -e'\_\*/_,$ { 1,+0 a\
\
\
/** @file §§§\
** TODO §§§\
*/
}' {} \;
|
||
|---|---|---|
| .. | ||
| builder | ||
| controller | ||
| session | ||
| mobject-interface-test.cpp | ||
| mobject-ref-test.cpp | ||
| output-mapping-test.cpp | ||
| placement-basic-test.cpp | ||
| placement-hierarchy-test.cpp | ||
| placement-object-identity-test.cpp | ||
| placement-ref-test.cpp | ||