LUMIERA.clone/src/common/query
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
..
config-rules.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
defs-manager-impl.hpp allow to clear the session wide registration for defaults 2012-12-27 02:10:38 +01:00
defs-manager.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
defs-registry.hpp CLang-Compatibility: zero argument ctor now treated as function definition 2014-08-26 03:31:03 +02:00
query-resolver.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
query-resolver.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00