LUMIERA.clone/src
Ichthyostega 48e9b7594a Doxygen: identify all files lacking a @file comment
reason is, only files with a @file comment will be processed
with further documentation commands. For this reason, our Doxygen
documentation is lacking a lot of entries.

HOWTO:
find src -type f \( -name '*.cpp' -or -name '*.hpp' \) -not -exec egrep -q '\*.+@file' {} \; -print -exec sed -i -r -e'\_\*/_,$ { 1,+0 a\
\
\
/** @file §§§\
 ** TODO §§§\
 */
}' {} \;
2016-11-03 18:20:10 +01:00
..
backend Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
common Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
gui Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
include allow for trace-logging the processed diff-tokens 2015-11-01 03:54:43 +01:00
lib Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
lumiera Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
plugin Merge: change building to create modules 2008-12-20 02:15:33 +01:00
proc Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
tool clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
doxygen.dox DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
SConscript build/platform: make lib SigC++ available for GUI test code 2015-12-25 03:06:33 +01:00