summaryrefslogtreecommitdiff
path: root/src/lib/fdio
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/fdio')
-rw-r--r--src/lib/fdio/fdio.c6
-rw-r--r--src/lib/fdio/fdio.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/fdio/fdio.c b/src/lib/fdio/fdio.c
index 21577e1845..afb57e03dd 100644
--- a/src/lib/fdio/fdio.c
+++ b/src/lib/fdio/fdio.c
@@ -3,6 +3,12 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file fdio.c
+ *
+ * \brief Low-level compatibility wrappers for fd-based IO.
+ **/
+
#include "orconfig.h"
#ifdef HAVE_UNISTD_H
diff --git a/src/lib/fdio/fdio.h b/src/lib/fdio/fdio.h
index 0fb3ed1e62..c8f05455b7 100644
--- a/src/lib/fdio/fdio.h
+++ b/src/lib/fdio/fdio.h
@@ -3,6 +3,12 @@
* Copyright (c) 2007-2018, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file fdio.h
+ *
+ * \brief Header for fdio.c
+ **/
+
#ifndef TOR_FDIO_H
#define TOR_FDIO_H