Cleanup and documentation updates:

- Remove shared/str.h where not used.
- Remove shared/debug.h from all files as it has been completely replaced
  by shared/report.h (it will be removed later).
- Add more doxygen comments to shared/* and clients/lcdproc/*.
- Include static functions in doxygen output.
This commit is contained in:
mmdolze
2010-02-02 23:20:29 +00:00
parent e914ee3d72
commit 66023939a1
49 changed files with 929 additions and 590 deletions
+8 -2
View File
@@ -1,4 +1,8 @@
/*
/** \file shared/report.h
* Contains reporting functions.
*/
/*-
* report.h
* This file is part of LCDd, the lcdproc server.
*
@@ -13,7 +17,8 @@
#ifndef REPORT_H
#define REPORT_H
/* DEBUGGING / REPORTING
/** DEBUGGING / REPORTING
*\verbatim
*
* To enable the debug() function on all of the software, just type:
* ./configure --enable-debug
@@ -53,6 +58,7 @@
* function.
* The code that this function generates will not be in the executable when
* compiled without debugging. This way memory and CPU cycles are saved.
*\endverbatim
*/
#ifdef HAVE_CONFIG_H