Browse Source

Fixing a few headers

sbg
Alessandro Simovic 6 years ago committed by Daniel Agar
parent
commit
0c129274af
  1. 4
      src/modules/navigator/rtl.cpp
  2. 3
      src/modules/navigator/rtl.h
  3. 4
      src/modules/navigator/takeoff.cpp

4
src/modules/navigator/rtl.cpp

@ -31,8 +31,10 @@ @@ -31,8 +31,10 @@
*
****************************************************************************/
/**
* @file navigator_rtl.cpp
* @file rtl.cpp
*
* Helper class to access RTL
*
* @author Julian Oes <julian@oes.ch>
* @author Anton Babushkin <anton.babushkin@me.com>
*/

3
src/modules/navigator/rtl.h

@ -31,7 +31,8 @@ @@ -31,7 +31,8 @@
*
****************************************************************************/
/**
* @file navigator_rtl.h
* @file rtl.h
*
* Helper class for RTL
*
* @author Julian Oes <julian@oes.ch>

4
src/modules/navigator/takeoff.cpp

@ -31,11 +31,11 @@ @@ -31,11 +31,11 @@
*
****************************************************************************/
/**
* @file Takeoff.cpp
* @file takeoff.cpp
*
* Helper class to Takeoff
*
* @author Lorenz Meier <lorenz@px4.io
* @author Lorenz Meier <lorenz@px4.io>
*/
#include "takeoff.h"

Loading…
Cancel
Save