LUMIERA.clone/tests/library/advice
Ichthyostega 48e9b7594a Doxygen: identify all files lacking a @file comment
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 §§§\
 */
}' {} \;
2016-11-03 18:20:10 +01:00
..
advice-basics-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
advice-binding-pattern-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
advice-configuration-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
advice-index-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
advice-multiplicity-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
advice-situations-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00