lumiera_/src/proc/mobject
Ichthyostega 6339a288dd Doxygen: insert actual filename into those automatically added file comments
HOWTO
for F in $(find src -type f \( -name '*.cpp' -or -name '*.hpp' \)  -exec egrep -q '§§§' {} \; -print);
    do D=$(basename $F);
       sed -r -e"s/§§§/$D/" $F ;
done
2016-11-03 18:22:31 +01:00
..
builder Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
session Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
builderfacade.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
builderfacade.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
explicitplacement.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
interpolator.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
interpolator.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +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: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
mobject.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +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: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
output-mapping.hpp allow simple query-for-pipe again (revert) 2012-12-26 02:20:11 +01:00
parameter.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
parameter.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
paramprovider.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
paramprovider.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
placement-ref.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
placement.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +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