lumiera_/tests/library/diff
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
..
diff-complex-application-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
diff-index-table-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
diff-list-application-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
diff-list-generation-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
diff-tree-application-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
gen-node-basic-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
generic-record-representation-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
tree-mutator-binding-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
tree-mutator-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00