aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/systemlib.h
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.h
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.h')
-rw-r--r--apps/systemlib/systemlib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/systemlib/systemlib.h b/apps/systemlib/systemlib.h
index e75f6ec9c..eec43a5b4 100644
--- a/apps/systemlib/systemlib.h
+++ b/apps/systemlib/systemlib.h
@@ -3,7 +3,6 @@
* Copyright (C) 2012 PX4 Development Team. All rights reserved.
* Author: Lorenz Meier <lm@inf.ethz.ch>
*
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -33,7 +32,10 @@
*
****************************************************************************/
-/** @file definition of commonly used low-level system-call like functions */
+/**
+ * @file systemlib.h
+ * Definition of commonly used low-level system-call like functions
+ */
#ifndef SYSTEMLIB_H_
#define SYSTEMLIB_H_