diff --git a/conf/airframes/examples/quadrotor_navstik.xml b/conf/airframes/examples/quadrotor_navstik.xml
index 359f261e7b..206fe52ef7 100644
--- a/conf/airframes/examples/quadrotor_navstik.xml
+++ b/conf/airframes/examples/quadrotor_navstik.xml
@@ -48,7 +48,7 @@
-
+
diff --git a/sw/airborne/modules/loggers/openlog.c b/sw/airborne/modules/loggers/openlog.c
index 31b0edd6a4..2e51ac5c95 100644
--- a/sw/airborne/modules/loggers/openlog.c
+++ b/sw/airborne/modules/loggers/openlog.c
@@ -17,10 +17,11 @@
* along with paparazzi; see the file COPYING. If not, write to
* the Free Software Foundation, 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
- *
*/
/**
+ * @file openlog.c
+ *
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* created by openlog into the pprz-tlm format, to be converted into
@@ -30,7 +31,6 @@
#include "openlog.h"
#include "messages.h"
#include "subsystems/datalink/downlink.h"
-#include "mcu_periph/uart.h"
#include "mcu_periph/sys_time.h"
void periodic_2Hz_openlog(void)
diff --git a/sw/airborne/modules/loggers/openlog.h b/sw/airborne/modules/loggers/openlog.h
index a2d2754901..336dfa7256 100644
--- a/sw/airborne/modules/loggers/openlog.h
+++ b/sw/airborne/modules/loggers/openlog.h
@@ -17,10 +17,11 @@
* along with paparazzi; see the file COPYING. If not, write to
* the Free Software Foundation, 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
- *
*/
-/** \file openlog.h
+/**
+ * @file openlog.h
+ *
* This module provides a timestamp-message, allowing
* sw/logalizer/openlog2tlm to convert a recorded dumpfile,
* created by openlog into the pprz-tlm format, to be converted into