aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/systemlib.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-08-05 11:27:02 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-08-05 11:27:02 +0200
commitb5f7adfc1034f8a32d1528b462333d44f3a0a6b8 (patch)
tree7a8745fa6040e13811c1ae433a99861ee210df26 /apps/systemlib/systemlib.c
parent4f4a3a48bfc5908412ad3bfdf75742f1f73f74b2 (diff)
downloadpx4-firmware-b5f7adfc1034f8a32d1528b462333d44f3a0a6b8.tar.gz
px4-firmware-b5f7adfc1034f8a32d1528b462333d44f3a0a6b8.tar.bz2
px4-firmware-b5f7adfc1034f8a32d1528b462333d44f3a0a6b8.zip
Many Doxygen style fixes
Diffstat (limited to 'apps/systemlib/systemlib.c')
-rw-r--r--apps/systemlib/systemlib.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/systemlib/systemlib.c b/apps/systemlib/systemlib.c
index 6bde8b8ae..609cf5d34 100644
--- a/apps/systemlib/systemlib.c
+++ b/apps/systemlib/systemlib.c
@@ -1,7 +1,7 @@
/****************************************************************************
*
* Copyright (C) 2012 PX4 Development Team. All rights reserved.
- * Author: Lorenz Meier <lm@inf.ethz.ch>
+ * Author: @author Lorenz Meier <lm@inf.ethz.ch>
*
*
* Redistribution and use in source and binary forms, with or without
@@ -33,7 +33,10 @@
*
****************************************************************************/
-/** @file implementation of commonly used low-level system-call like functions */
+/**
+ * @file systemlib.c
+ * Implementation of commonly used low-level system-call like functions
+ */
#include <nuttx/config.h>
#include <unistd.h>