lumiera_/src/proc/external
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
..
libgavl.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00
libgavl.hpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00