aboutsummaryrefslogtreecommitdiff
path: root/src/modules/navigator/geofence.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-15 07:22:36 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-05-15 07:22:36 +0200
commit23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e (patch)
tree504804165c9e43a2e14af4954e1ec5ffa78c5c34 /src/modules/navigator/geofence.h
parent19dc0b950916451c7dad287aed49113b72178c17 (diff)
downloadpx4-firmware-23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e.tar.gz
px4-firmware-23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e.tar.bz2
px4-firmware-23fe9e6dc0cfa77eac0af1a789a22b2e56bdb84e.zip
navigator: comment only changes / code style fixes
Diffstat (limited to 'src/modules/navigator/geofence.h')
-rw-r--r--src/modules/navigator/geofence.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/navigator/geofence.h b/src/modules/navigator/geofence.h
index 9628b7271..2eb126ab5 100644
--- a/src/modules/navigator/geofence.h
+++ b/src/modules/navigator/geofence.h
@@ -1,8 +1,6 @@
/****************************************************************************
*
* Copyright (c) 2013 PX4 Development Team. All rights reserved.
- * Author: @author Jean Cyr <jean.m.cyr@gmail.com>
- * @author Thomas Gubler <thomasgubler@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -35,6 +33,9 @@
/**
* @file geofence.h
* Provides functions for handling the geofence
+ *
+ * @author Jean Cyr <jean.m.cyr@gmail.com>
+ * @author Thomas Gubler <thomasgubler@gmail.com>
*/
#ifndef GEOFENCE_H_