about summary refs log tree commit diff
path: root/src/portab/splint.h
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-12-27 17:14:14 +0100
committerAlexander Barton <alex@barton.de>2011-02-13 17:52:38 +0100
commit03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c (patch)
tree1f6d99b8ecbfaa2775737928109d6344dc133359 /src/portab/splint.h
parent408cefd15d4540d340283cdfbfad62a8e432cf8e (diff)
downloadngircd-03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c.tar.gz
ngircd-03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c.zip
Add Doxygen @file documentation to each source and header file
Diffstat (limited to 'src/portab/splint.h')
-rw-r--r--src/portab/splint.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/portab/splint.h b/src/portab/splint.h
index 2f606a02..74dd120f 100644
--- a/src/portab/splint.h
+++ b/src/portab/splint.h
@@ -8,19 +8,20 @@
  * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version.
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
- *
- * $Id: splint.h,v 1.1 2002/03/25 19:13:19 alex Exp $
- *
- * splint.h: spezieller Header fuer SPLint Code-Check
- *
- * Dieser Header wird von portab.h nur dann includiert, wenn ein Code-Check
- * mit SPLint laeufr (d.h. S_SPLINT_S definiert ist).
  */
 
 
 #ifndef __splint__
 #define __splint__
 
+/**
+ * @file
+ * Header file which is included for SPLint code checks
+ *
+ * This header is only included by portab.h if a SPLint code check is
+ * running (when S_SPLINT_S is defined). It makes some definitions to
+ * prevent SPLint from issuing false warnings.
+ */
 
 #define SYSCONFDIR "/"
 #define LOCALSTATEDIR "/"