aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy
diff options
context:
space:
mode:
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 */