summaryrefslogtreecommitdiffstats
path: root/src/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/serial.c')
-rw-r--r--src/serial.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/serial.c b/src/serial.c
index b8c347bd..dddad886 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -1,8 +1,6 @@
+/*! \file serial.c
+ * Utility functions to deal with serial ports */
/*
- * serial.c
- *
- * Utility functions to deal with serial ports
- *
* Copyright (C) 2011 Sylvain Munaut <tnt@246tNt.com>
*
* All Rights Reserved
@@ -25,9 +23,8 @@
/*! \addtogroup serial
* @{
* Osmocom serial port helpers
- */
-
-/*! \file serial.c */
+ *
+ * \file serial.c */
#include <errno.h>
#include <fcntl.h>