LUMIERA.clone/src/proc/mobject
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
..
builder Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
session Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
builderfacade.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
builderfacade.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
explicitplacement.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
interpolator.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
interpolator.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
mobject-ref.cpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
mobject-ref.hpp fix and adjust broken test defintions. Closes #985 2016-01-10 12:25:45 +01:00
mobject.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
mobject.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
model-port.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
output-designation.cpp implement another builder function; adapt OutputDesignation 2012-12-11 04:45:18 +01:00
output-designation.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
output-mapping.hpp allow simple query-for-pipe again (revert) 2012-12-26 02:20:11 +01:00
parameter.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
parameter.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
paramprovider.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
paramprovider.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
placement-ref.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
placement.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
placement.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
session.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
test-dummy-mobject.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00