fix files tags on the header comments (#23564)

This commit is contained in:
BazookaJoe1900
2024-09-19 09:25:18 +03:00
committed by GitHub
parent d01a3d8f04
commit 4d83badba1
305 changed files with 305 additions and 305 deletions

View File

@@ -32,7 +32,7 @@
****************************************************************************/
/**
* @file px4_module.h
* @file module.h
*/
#pragma once

View File

@@ -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.
*/

View File

@@ -32,7 +32,7 @@
****************************************************************************/
/**
* @file px4_posix.h
* @file posix.h
*
* Includes POSIX-like functions for virtual character devices
*/

View File

@@ -32,7 +32,7 @@
****************************************************************************/
/**
* @file px4_tasks.h
* @file tasks.h
*
* @author Lorenz Meier <lorenz@px4.io>
* @author Mark Charlebois (2015) <charlebm@gmail.com>

View File

@@ -32,7 +32,7 @@
****************************************************************************/
/**
* @file px4_getopt.cpp
* @file px4_getopt.c
* Minimal, thread safe version of getopt
*/

View File

@@ -32,7 +32,7 @@
****************************************************************************/
/**
* @file Publication.hpp
* @file PublicationMulti.hpp
*
*/

View File

@@ -33,7 +33,7 @@
****************************************************************************/
/**
* @file wqueue_example.cpp
* @file wqueue_test.cpp
* Example for Linux
*
* @author Mark Charlebois <charlebm@gmail.com>