Doxygen: we missed the plain C code

This commit is contained in:
Fischlurch 2016-11-03 18:26:43 +01:00
parent 6339a288dd
commit dbc75fac7d
64 changed files with 298 additions and 0 deletions

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file backend.c
** TODO backend.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"
#include "lib/tmpbuf.h"

View file

@ -21,6 +21,11 @@
*/
/** @file backend.h
** TODO backend.h
*/
#ifndef BACKEND_BACKEND_H
#define BACKEND_BACKEND_H

View file

@ -21,6 +21,11 @@
*/
/** @file engine-config.h
** TODO engine-config.h
*/
#ifndef BACKEND_ENGINE_ENGINE_CONFIG_H
#define BACKEND_ENGINE_ENGINE_CONFIG_H

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file file-handling.c
** TODO file-handling.c
*/
#include "include/logging.h"
#include "lib/mutex.h"
#include "lib/safeclib.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file filedescriptor.c
** TODO filedescriptor.c
*/
#include "include/logging.h"
#include "lib/mutex.h"
#include "lib/safeclib.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file filedescriptorregistry.c
** TODO filedescriptorregistry.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"
#include "lib/mutex.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file filehandle.c
** TODO filehandle.c
*/
#include "include/logging.h"
#include "lib/llist.h"
#include "lib/safeclib.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file filehandlecache.c
** TODO filehandlecache.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file fileheader.c
** TODO fileheader.c
*/
#include "lib/tmpbuf.h"
#include "backend/fileheader.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file mmap.c
** TODO mmap.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file mmapcache.c
** TODO mmapcache.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file mmapings.c
** TODO mmapings.c
*/
#include "include/logging.h"
#include "lib/mutex.h"
#include "lib/safeclib.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file resourcecollector.c
** TODO resourcecollector.c
*/
#include "include/logging.h"
#include "lib/llist.h"
#include "lib/mutex.h"

View file

@ -21,6 +21,11 @@
*/
/** @file resourcecollector.h
** TODO resourcecollector.h
*/
#ifndef BACKEND_RESOURCECOLLECTOR_H
#define BACKEND_RESOURCECOLLECTOR_H

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file threadpool.c
** TODO threadpool.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"
#include "backend/threadpool.h"

View file

@ -21,6 +21,11 @@
*/
/** @file threadpool.h
** TODO threadpool.h
*/
#ifndef BACKEND_THREADPOOL_H
#define BACKEND_THREADPOOL_H

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file threads.c
** TODO threads.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"
#include "backend/threads.h"

View file

@ -21,6 +21,11 @@
*/
/** @file threads.h
** TODO threads.h
*/
#ifndef BACKEND_THREADS_H
#define BACKEND_THREADS_H

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file config-interface.c
** TODO config-interface.c
*/
#include "common/config-interface.h"
#include "common/config.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file config-wordlist.c
** TODO config-wordlist.c
*/
#include "include/logging.h"
#include "lib/error.h"
#include "lib/tmpbuf.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file config.c
** TODO config.c
*/
#include "include/logging.h"
#include "lib/safeclib.h"
#include "lib/tmpbuf.h"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file configentry.c
** TODO configentry.c
*/
#include "lib/safeclib.h"
#include "common/configentry.h"

View file

@ -21,6 +21,11 @@
*/
/** @file configentry.h
** TODO configentry.h
*/
#ifndef COMMON_CONFIGENTRY_H
#define COMMON_CONFIGENTRY_H

View file

@ -21,6 +21,11 @@
*/
/** @file interface-descriptor.h
** TODO interface-descriptor.h
*/
#ifndef COMMON_INTERFACEDESCRIPTOR_H
#define COMMON_INTERFACEDESCRIPTOR_H

View file

@ -21,6 +21,11 @@
*/
/** @file dummy-player-facade.h
** TODO dummy-player-facade.h
*/
#ifndef PROC_INTERFACE_DUMMYPLAYER_H
#define PROC_INTERFACE_DUMMYPLAYER_H

View file

@ -21,6 +21,11 @@
*/
/** @file play-facade.h
** TODO play-facade.h
*/
#ifndef PROC_INTERFACE_PLAY_H
#define PROC_INTERFACE_PLAY_H

View file

@ -22,6 +22,11 @@
* *****************************************************/
/** @file hash-fnv.c
** TODO hash-fnv.c
*/
#include "lib/hash-fnv.h"
#include <nobug.h>

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file lockerror.c
** TODO lockerror.c
*/
#include "lib/lockerror.h"
#include <errno.h>

View file

@ -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

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file luid.c
** TODO luid.c
*/
#include "lib/luid.h"
#include <sys/stat.h>

View file

@ -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>

View file

@ -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"

View file

@ -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"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file priqueue.c
** TODO priqueue.c
*/
#include "lib/priqueue.h"
#include "include/logging.h"

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file alsa.c
** TODO alsa.c
*/
#include "alsa.h"
#include <alsa/asoundlib.h>

View file

@ -3,6 +3,11 @@
* integrated into the SCons based build system of Lumiera
*/
/** @file hello.c
** TODO hello.c
*/
#include <stdio.h>
int

View file

@ -21,6 +21,11 @@
* *****************************************************/
/** @file main.c
** TODO main.c
*/
#include "alsa.h"
#include <unistd.h>

View file

@ -24,6 +24,11 @@
* *****************************************************/
/** @file rsvg-convert.c
** TODO rsvg-convert.c
*/
#ifndef N_
#define N_(X) X
#endif

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/safeclib.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/llist.h"
#include "lib/tmpbuf.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "backend/backend.h"
#include "backend/fileheader.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
//#include <stdio.h>
//#include <string.h>

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "backend/resourcecollector.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/test/test.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
//#include <stdio.h>
//#include <string.h>

View file

@ -21,6 +21,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/tmpbuf.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "common/interface.h"
#include "common/interfaceregistry.h"

View file

@ -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*)),

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include <stdio.h>
#include <string.h>

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include <nobug.h>

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/test/test.h"
#include "lib/mutex.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/luid.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/test/test.h"
#include "lib/mpool.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/test/test.h"
#include "lib/priqueue.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include <time.h>
#include <stdlib.h>

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/safeclib.h"
#include "lib/tmpbuf.h" /* not factored out yet */

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/slist.h"
#include "lib/test/test.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include "lib/test/test.h"
#include "lib/time.h"

View file

@ -20,6 +20,10 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
*/
#include <stdio.h>

View file

@ -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)
*/