LUMIERA.clone/tests/library
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
..
advice Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
c-lib clean-up: remove cockoo hash (unused and unmaintained) 2015-05-30 17:53:09 +02:00
diff Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
idi Doxygen: identify all files lacking a @file comment 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
query Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
test Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
allocation-cluster-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
app-config-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
bool-checkable-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
cmdline-wrapper-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
custom-shared-ptr-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
del-stash-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
dependency-factory-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
exceptionerrortest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
format-cout-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
format-helper-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
format-string-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
functor-util-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
hash-generator-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
hash-indexed-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
hash-standard-to-boost-bridge-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
helloworldtest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
hierarchy-orientation-indicator-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
item-wrapper-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
iter-adapter-stl-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
iter-adapter-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
iter-cursor-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
iter-explorer-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
iter-queue-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
iter-source-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
iter-stack-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
itertools-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
lifecycletest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
linked-elements-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
maybe-value-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
multifact-argument-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
multifact-singleton-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
multifact-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
null-value-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
opaque-holder-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
opaque-unchecked-buffer-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
optional-ref-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
polymorphic-value-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
query-text-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
ref-array-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
removefromsettest.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
sanitised-identifier-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
scoped-collection-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
scoped-holder-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
scoped-holder-transfer-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
scoped-ptrvect-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
search-path-splitter-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
simple-allocator-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
singleton-subclass-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
singleton-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
singleton-testmock-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
sub-id-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
symbol-hashtable-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
symbol-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
test-target-obj.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
typed-allocation-manager-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
unique-malloc-owner-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
util-collection-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
util-floordiv-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
util-floorwrap-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
util-foreach-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
variant-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
vector-transfer-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
verb-function-dispatch-test.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00