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 §§§\
*/
}' {} \;
|
||
|---|---|---|
| .. | ||
| digxel-configurations-test.cpp | ||
| digxel-test.cpp | ||
| format-support-test.cpp | ||
| quantiser-basics-test.cpp | ||
| time-basics-test.cpp | ||
| time-control-test.cpp | ||
| time-formats-test.cpp | ||
| time-mutation-test.cpp | ||
| time-parsing-test.cpp | ||
| time-quantisation-test.cpp | ||
| time-value-test.cpp | ||