summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/dirent.h3
-rw-r--r--utils/inet.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/utils/dirent.h b/utils/dirent.h
index a22e21ac3..fa78e1491 100644
--- a/utils/dirent.h
+++ b/utils/dirent.h
@@ -17,7 +17,8 @@
*/
/**
- * \file directory traversal and entry
+ * \file
+ * directory traversal and entry
*
* This allows the obtaining of standard directory entry routines
* functions in a uniform way despite any oddities in headers and
diff --git a/utils/inet.h b/utils/inet.h
index a79f293c8..da1798432 100644
--- a/utils/inet.h
+++ b/utils/inet.h
@@ -17,7 +17,8 @@
*/
/**
- * \file internet structures and defines
+ * \file
+ * internet structures and defines
*
* This allows the obtaining of standard bsd sockets and associated
* functions in a uniform way despite any oddities in headers and