LUMIERA.clone/tests/library/meta
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
..
access-casted-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
config-flags-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
duck-detector-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
dummy-functions.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
function-closure-test.cpp refactoring(#988): disentangle Tuple metafunctions 2016-01-17 00:19:10 +01:00
function-composition-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
function-erasure-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
generator-combinations-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
generator-test.cpp
iterable-classification-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
meta-utils-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
tuple-diagnostics.hpp refactoring(#988): switch correspoinging tests to std::tuple 2016-01-19 23:53:20 +01:00
tuple-helper-test.cpp now able to remove our old Tuple type (closes #988) 2016-01-20 01:25:40 +01:00
tuple-record-init-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
type-demangling-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
type-display-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
typelist-diagnostics.hpp now able to remove our old Tuple type (closes #988) 2016-01-20 01:25:40 +01:00
typelist-manip-test.cpp
typelist-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
typelist-util-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
typeseq-manip-test.cpp
virtual-copy-support-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00