aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-07 20:28:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-07 20:28:28 +0000
commitb6151e98ce10aaea4b9bd2be0dee4f07b068b4ed (patch)
treeb313f742481e7bcc1e2b7397a490402e4afe75d3 /src/microspdy
parentd86385c9b4cc3a13835579611b08ed713ee17a29 (diff)
downloadlibmicrohttpd-b6151e98ce10aaea4b9bd2be0dee4f07b068b4ed.tar.gz
libmicrohttpd-b6151e98ce10aaea4b9bd2be0dee4f07b068b4ed.zip
-doxygen fixes
Diffstat (limited to 'src/microspdy')
-rw-r--r--src/microspdy/daemon.c2
-rw-r--r--src/microspdy/internal.c2
-rw-r--r--src/microspdy/internal.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/microspdy/daemon.c b/src/microspdy/daemon.c
index 77129894..93cda875 100644
--- a/src/microspdy/daemon.c
+++ b/src/microspdy/daemon.c
@@ -17,7 +17,7 @@
17*/ 17*/
18 18
19/** 19/**
20 * @file daemon.c 20 * @file microspdy/daemon.c
21 * @brief daemon functionality 21 * @brief daemon functionality
22 * @author Andrey Uzunov 22 * @author Andrey Uzunov
23 */ 23 */
diff --git a/src/microspdy/internal.c b/src/microspdy/internal.c
index 6bcfdbf9..0ba83768 100644
--- a/src/microspdy/internal.c
+++ b/src/microspdy/internal.c
@@ -17,7 +17,7 @@
17*/ 17*/
18 18
19/** 19/**
20 * @file internal.c 20 * @file microspdy/internal.c
21 * @brief internal functions and macros for the framing layer 21 * @brief internal functions and macros for the framing layer
22 * @author Andrey Uzunov 22 * @author Andrey Uzunov
23 */ 23 */
diff --git a/src/microspdy/internal.h b/src/microspdy/internal.h
index a7aec14f..72dfd3ec 100644
--- a/src/microspdy/internal.h
+++ b/src/microspdy/internal.h
@@ -17,7 +17,7 @@
17*/ 17*/
18 18
19/** 19/**
20 * @file structures.h 20 * @file microspdy/internal.h
21 * @brief internal functions and macros for the framing layer 21 * @brief internal functions and macros for the framing layer
22 * @author Andrey Uzunov 22 * @author Andrey Uzunov
23 */ 23 */