LUMIERA.clone/tests/core/proc/control
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
..
argument-tuple-accept-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-argument-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-basic-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-binding-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-clone-builder-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-equality-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-message-binding-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-mutation-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-registry-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-use1-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-use2-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
command-use3-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
handling-pattern-basics-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
handling-pattern-standard-impl-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
memento-tie-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
test-dummy-commands.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
test-dummy-commands.hpp clean-up design of the command handling patterns (#210) 2016-01-22 15:25:08 +01:00