LUMIERA.clone/tests/basics
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
..
time Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
diagnostic-context-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
streamtypebasicstest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
streamtypelifecycletest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
teststreamtypes.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
typed-counter-test.cpp Rectify TypedCounter_test fixture -- Type-IDs are not stable 2015-11-02 00:03:29 +01:00
visitingtool-concept.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
visitingtool-extended-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
visitingtool-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00