LUMIERA.clone/tests/core/proc/engine
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
..
buff-table-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
buffer-metadata-key-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
buffer-metadata-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
buffer-provider-protocol-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
calc-stream-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
dispatcher-interface-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
engine-interface-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
node-basic-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
node-fabrication-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
node-operation-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
node-source-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
testframe-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
testframe.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
testframe.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
tracking-heap-block-provider-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00