]> git.tuebingen.mpg.de Git - adu.git/commitdiff
Add \brief command to file header to make doxygen happy.
authorAndre Noll <maan@systemlinux.org>
Mon, 10 Nov 2008 00:39:18 +0000 (01:39 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 10 Nov 2008 00:39:18 +0000 (01:39 +0100)
adu.c
create.c
fd.c
format.c
select.c
string.c
user.c

diff --git a/adu.c b/adu.c
index 409aed0966bed2b5765227c7e4690d93e7dd1237..dda9fd24ccd33fa1875d0a8f2e8a33d02ba2d723 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file adu.c The main functions used by all modes of operation. */
+/** \file adu.c \brief The main functions used by all modes of operation. */
 #include "adu.h"
 #include <dirent.h> /* readdir() */
 #include <pwd.h>
 #include "adu.h"
 #include <dirent.h> /* readdir() */
 #include <pwd.h>
index 29b46edb5d63dc6432b110ac8215acb02d0f441c..3a221ca58947eab378543717714593270a6ceb24 100644 (file)
--- a/create.c
+++ b/create.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file create.c The create mode of adu. */
+/** \file create.c \brief The create mode of adu. */
 
 #include <dirent.h> /* readdir() */
 #include "format.h"
 
 #include <dirent.h> /* readdir() */
 #include "format.h"
diff --git a/fd.c b/fd.c
index 5c125faaf90e9cdd5e7d725a933c30eddc6d7e32..e1d243e1e8f34006326bdfab72f24455ad801eff 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file fd.c Helper functions for file descriptor handling. */
+/** \file fd.c \brief Helper functions for file descriptor handling. */
 
 #include <sys/types.h>
 #include <dirent.h>
 
 #include <sys/types.h>
 #include <dirent.h>
index 02edf37aaf15f27154fd1cefbb7c02515f7b3ba2..f1d1247074da8c97c41368aa3663b037dbbfc4bd 100644 (file)
--- a/format.c
+++ b/format.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file format.c Functions for pretty-printing numbers and strings. */
+/** \file format.c \brief Functions for pretty-printing numbers and strings. */
 
 #include <dirent.h> /* readdir() */
 #include "adu.h"
 
 #include <dirent.h> /* readdir() */
 #include "adu.h"
index cd18beeb1e0f72e8bd8a10748f0f49fe0c5a9e4b..209bf144a9e99e1bc2a27e67139459a9b2e6f302 100644 (file)
--- a/select.c
+++ b/select.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file select.c The select mode of adu. */
+/** \file select.c \brief The select mode of adu. */
 
 #include <dirent.h> /* readdir() */
 #include <sys/types.h>
 
 #include <dirent.h> /* readdir() */
 #include <sys/types.h>
index aec62ae9918f298578ec4881d7e9eebd63a1197f..d42a31b5cb84df53ea8c6d3efed7f5d8f5c4c4af 100644 (file)
--- a/string.c
+++ b/string.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file string.c Memory allocation and string handling functions. */
+/** \file string.c \brief Memory allocation and string handling functions. */
 
 #include "adu.h"
 #include "string.h"
 
 #include "adu.h"
 #include "string.h"
diff --git a/user.c b/user.c
index 0de05d04073b06828a92d57e0679f7ab45437bb9..8959c847b0b2069c76965850fc2acc07a8cfa097 100644 (file)
--- a/user.c
+++ b/user.c
@@ -4,7 +4,7 @@
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
-/** \file user.c uid User and user ID handling. */
+/** \file user.c \brief User and user ID handling. */
 
 #include "adu.h"
 #include <dirent.h> /* readdir() */
 
 #include "adu.h"
 #include <dirent.h> /* readdir() */