about summary refs log tree commit diff
path: root/src/tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool')
-rw-r--r--src/tool/tool.c8
-rw-r--r--src/tool/tool.h8
2 files changed, 11 insertions, 5 deletions
diff --git a/src/tool/tool.c b/src/tool/tool.c
index dbdb49a2..ef3fb5d7 100644
--- a/src/tool/tool.c
+++ b/src/tool/tool.c
@@ -7,13 +7,15 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * Tool functions
  */
 
-
 #include "portab.h"
 
+/**
+ * @file
+ * Tool functions
+ */
+
 #include "imp.h"
 #include <assert.h>
 #include <ctype.h>
diff --git a/src/tool/tool.h b/src/tool/tool.h
index 4513a232..ba52f66b 100644
--- a/src/tool/tool.h
+++ b/src/tool/tool.h
@@ -7,13 +7,17 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * Tool functions (Header)
  */
 
 
 #ifndef __tool_h__
 #define __tool_h__
+
+/**
+ * @file
+ * Tool functions (Header)
+ */
+
 #include "portab.h"
 
 #ifdef HAVE_ARPA_INET_H