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