LUMIERA.clone/tests/core/proc/asset
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
..
meta Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
asset-category-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
asset-diagnostics.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
basicpipetest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
compoundmediatest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
create-asset-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
deleteassettest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
dependent-assets-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
entry-id-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
identityofassetstest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
makecliptest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
mediastructurequerytest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
orderingofassetstest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
testasset.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
testasset.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
testclipasset.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
typed-id-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00