Add \brief command to file header to make doxygen happy.
[adu.git] / adu.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.
  */
 
-/** \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>