LUMIERA.clone/src/common
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
..
advice Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
integration provide a time mutation for nudging based on symbolic grid reference 2012-12-02 01:17:02 +01:00
query Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
advice.hpp refactor namespaces for query and defaults manager 2012-12-01 08:44:07 +01:00
appstate.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
appstate.hpp DOC: locating of dependencies and resources at application start-up 2015-05-27 04:01:09 +02:00
basic-setup.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
basic-setup.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
config-interface.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-interface.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-lookup.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-lookup.h clean-up: remove cockoo hash (unused and unmaintained) 2015-05-30 17:53:09 +02:00
config-rules.hpp Ticket #155: rename Track -> Fork (II) 2015-05-31 02:03:24 +02:00
config-typed.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config-wordlist.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
config.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configentry.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configentry.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configfacade.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
configitem.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
configitem.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
guifacade.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
instancehandle.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
interface-descriptor.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interface-facade-link.hpp clean-up(#985): unify various type-indicating helpers 2016-01-09 02:05:23 +01:00
interface.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interface.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
interfaceproxy.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
interfaceregistry.c LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
interfaceregistry.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
option.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
option.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
plugin-dynlib.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
plugin.c clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
plugin.h clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02:00
query.hpp prefer more readable bool operator spelling 2015-09-25 03:12:04 +02:00
subsys.cpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00
subsys.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
subsystem-runner.hpp Doxygen: identify all files lacking a @file comment 2016-11-03 18:20:10 +01:00