mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-26 04:38:19 +08:00
fix files tags on the header comments (#23564)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file px4_module.h
|
||||
* @file module.h
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file px4_module_params.h
|
||||
* @file module_params.h
|
||||
*
|
||||
* @class ModuleParams is a C++ base class for modules/classes using configuration parameters.
|
||||
*/
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file px4_posix.h
|
||||
* @file posix.h
|
||||
*
|
||||
* Includes POSIX-like functions for virtual character devices
|
||||
*/
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file px4_tasks.h
|
||||
* @file tasks.h
|
||||
*
|
||||
* @author Lorenz Meier <lorenz@px4.io>
|
||||
* @author Mark Charlebois (2015) <charlebm@gmail.com>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file px4_getopt.cpp
|
||||
* @file px4_getopt.c
|
||||
* Minimal, thread safe version of getopt
|
||||
*/
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Publication.hpp
|
||||
* @file PublicationMulti.hpp
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file wqueue_example.cpp
|
||||
* @file wqueue_test.cpp
|
||||
* Example for Linux
|
||||
*
|
||||
* @author Mark Charlebois <charlebm@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user