Doxygen: we missed the plain C code
This commit is contained in:
parent
6339a288dd
commit
dbc75fac7d
64 changed files with 298 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file backend.c
|
||||
** TODO backend.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
#include "lib/tmpbuf.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file backend.h
|
||||
** TODO backend.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_BACKEND_H
|
||||
#define BACKEND_BACKEND_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file engine-config.h
|
||||
** TODO engine-config.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_ENGINE_ENGINE_CONFIG_H
|
||||
#define BACKEND_ENGINE_ENGINE_CONFIG_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file file-handling.c
|
||||
** TODO file-handling.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/mutex.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file filedescriptor.c
|
||||
** TODO filedescriptor.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/mutex.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file filedescriptorregistry.c
|
||||
** TODO filedescriptorregistry.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
#include "lib/mutex.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file filehandle.c
|
||||
** TODO filehandle.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/llist.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file filehandlecache.c
|
||||
** TODO filehandlecache.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file fileheader.c
|
||||
** TODO fileheader.c
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/tmpbuf.h"
|
||||
|
||||
#include "backend/fileheader.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file mmap.c
|
||||
** TODO mmap.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file mmapcache.c
|
||||
** TODO mmapcache.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file mmapings.c
|
||||
** TODO mmapings.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/mutex.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file resourcecollector.c
|
||||
** TODO resourcecollector.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/llist.h"
|
||||
#include "lib/mutex.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file resourcecollector.h
|
||||
** TODO resourcecollector.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_RESOURCECOLLECTOR_H
|
||||
#define BACKEND_RESOURCECOLLECTOR_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file threadpool.c
|
||||
** TODO threadpool.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
#include "backend/threadpool.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file threadpool.h
|
||||
** TODO threadpool.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_THREADPOOL_H
|
||||
#define BACKEND_THREADPOOL_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file threads.c
|
||||
** TODO threads.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
#include "backend/threads.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file threads.h
|
||||
** TODO threads.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_THREADS_H
|
||||
#define BACKEND_THREADS_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file config-interface.c
|
||||
** TODO config-interface.c
|
||||
*/
|
||||
|
||||
|
||||
#include "common/config-interface.h"
|
||||
#include "common/config.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file config-wordlist.c
|
||||
** TODO config-wordlist.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/error.h"
|
||||
#include "lib/tmpbuf.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file config.c
|
||||
** TODO config.c
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/safeclib.h"
|
||||
#include "lib/tmpbuf.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file configentry.c
|
||||
** TODO configentry.c
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/safeclib.h"
|
||||
#include "common/configentry.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file configentry.h
|
||||
** TODO configentry.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef COMMON_CONFIGENTRY_H
|
||||
#define COMMON_CONFIGENTRY_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file interface-descriptor.h
|
||||
** TODO interface-descriptor.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef COMMON_INTERFACEDESCRIPTOR_H
|
||||
#define COMMON_INTERFACEDESCRIPTOR_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file dummy-player-facade.h
|
||||
** TODO dummy-player-facade.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PROC_INTERFACE_DUMMYPLAYER_H
|
||||
#define PROC_INTERFACE_DUMMYPLAYER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file play-facade.h
|
||||
** TODO play-facade.h
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PROC_INTERFACE_PLAY_H
|
||||
#define PROC_INTERFACE_PLAY_H
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file hash-fnv.c
|
||||
** TODO hash-fnv.c
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/hash-fnv.h"
|
||||
|
||||
#include <nobug.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file lockerror.c
|
||||
** TODO lockerror.c
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/lockerror.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file lockerror.h
|
||||
** TODO lockerror.h
|
||||
*/
|
||||
|
||||
#ifndef LUMIERA_LOCKERRORS_H
|
||||
#define LUMIERA_LOCKERRORS_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file luid.c
|
||||
** TODO luid.c
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/luid.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file mpool.c
|
||||
** TODO mpool.c
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file mpool.h
|
||||
** TODO mpool.h
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <nobug.h>
|
||||
#include "lib/llist.h"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file mrucache.c
|
||||
** TODO mrucache.c
|
||||
*/
|
||||
|
||||
#include "lib/safeclib.h"
|
||||
#include "lib/mrucache.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file priqueue.c
|
||||
** TODO priqueue.c
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/priqueue.h"
|
||||
#include "include/logging.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file psplay.c
|
||||
** TODO psplay.c
|
||||
*/
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "lib/psplay.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file safeclib.c
|
||||
** TODO safeclib.c
|
||||
*/
|
||||
#include "lib/error.h"
|
||||
#include "lib/safeclib.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,11 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file sectionlock.h
|
||||
** TODO sectionlock.h
|
||||
*/
|
||||
|
||||
#ifndef LUMIERA_SECTIONLOCK_H
|
||||
#define LUMIERA_SECTIONLOCK_H
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
|
||||
/** @file tmpbuf.c
|
||||
** TODO tmpbuf.c
|
||||
*/
|
||||
#include "lib/safeclib.h"
|
||||
#include "lib/tmpbuf.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file alsa.c
|
||||
** TODO alsa.c
|
||||
*/
|
||||
|
||||
|
||||
#include "alsa.h"
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,11 @@
|
|||
* integrated into the SCons based build system of Lumiera
|
||||
*/
|
||||
|
||||
|
||||
/** @file hello.c
|
||||
** TODO hello.c
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file main.c
|
||||
** TODO main.c
|
||||
*/
|
||||
|
||||
|
||||
#include "alsa.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file rsvg-convert.c
|
||||
** TODO rsvg-convert.c
|
||||
*/
|
||||
|
||||
|
||||
#ifndef N_
|
||||
#define N_(X) X
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/safeclib.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/llist.h"
|
||||
#include "lib/tmpbuf.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/backend.h"
|
||||
#include "backend/fileheader.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
//#include <stdio.h>
|
||||
//#include <string.h>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/resourcecollector.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/test/test.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
//#include <stdio.h>
|
||||
//#include <string.h>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/tmpbuf.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "common/interface.h"
|
||||
#include "common/interfaceregistry.h"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
/*
|
||||
one interface which can greet in different languages
|
||||
*/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
LUMIERA_INTERFACE_DECLARE (lumieraorg_testhello, 0,
|
||||
LUMIERA_INTERFACE_SLOT (void, hello, (void)),
|
||||
LUMIERA_INTERFACE_SLOT (void, goodbye, (const char*)),
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include <nobug.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/test/test.h"
|
||||
#include "lib/mutex.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/luid.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/test/test.h"
|
||||
#include "lib/mpool.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/test/test.h"
|
||||
#include "lib/priqueue.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/safeclib.h"
|
||||
#include "lib/tmpbuf.h" /* not factored out yet */
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/slist.h"
|
||||
#include "lib/test/test.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/test/test.h"
|
||||
#include "lib/time.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
/** @file §§§
|
||||
** unit test TODO §§§
|
||||
*/
|
||||
|
||||
/*
|
||||
just place any problematic calls where valgrind whines about in main (with comments please)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue