LUMIERA.clone/src/proc/mobject/session
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
..
query Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
abstractmo.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
abstractmo.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
allocation.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
allocation.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
auto.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
auto.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
binding.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
binding.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
bus-mo.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
bus-mo.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
clip.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
clip.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
constraint.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
constraint.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
effect.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
effect.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
element-query.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
fixedlocation.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
fixedlocation.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
fixture.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
fixture.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
fork.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
fork.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
generator-mo.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
generator-mo.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
label.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
label.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
lifecycle-advisor.hpp clarify some aspects of Session lifecycle 2012-12-27 02:31:58 +01:00
locatingpin.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
locatingpin.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
meta.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
meta.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
mobjectfactory.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
mobjectfactory.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
placement-index-query-resolver.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
placement-index-query-resolver.hpp Reworked MultiFact(#388): switch in the new implementation 2014-09-14 23:58:05 +02:00
placement-index.cpp Fix: remove explicitly given hash function, use the automatic bridge instead 2014-08-26 03:04:14 +02:00
placement-index.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
plug.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
plug.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
query-focus-stack.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
query-focus.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
query-focus.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
relativelocation.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
relativelocation.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
root.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
root.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
scope-locator.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
scope-path.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
scope-path.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
scope-query.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
scope.cpp Ticket #934: switch entire code-base to use the new Singleton factory 2013-10-20 03:19:36 +02:00
scope.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
segment.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
segment.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
segmentation.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
segmentation.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
sess-manager-impl.cpp restore and fix some broken tests 2012-12-27 03:31:09 +01:00
sess-manager-impl.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
session-impl.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
session-impl.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
session-interface-modules.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
session-query.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
session-service-defaults.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
session-service-explore-scope.hpp refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
session-service-fetch.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
session-service-mock-index.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
session-service-mutate.hpp cleanup: rectify Proc-Layer namespaces (I) 2011-12-02 16:10:03 +01:00
session-services.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
session-services.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
session.cpp DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
specific-contents-query.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
wish.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
wish.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00