LUMIERA.clone/src/lumiera
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
..
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
main.cpp Doxygen: insert actual filename into those automatically added file comments 2016-11-03 18:22:31 +01:00