mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
Doxygen updates on the ground side of things.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1103 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
e357607ea4
commit
8f5c0b3b5f
@ -3,11 +3,11 @@
|
||||
*
|
||||
* @file dialgadget.cpp
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -3,11 +3,11 @@
|
||||
*
|
||||
* @file dialgadget.h
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -3,11 +3,11 @@
|
||||
*
|
||||
* @file dialgadgetconfiguration.cpp
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Dial Plugin Gadget configuration
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief Dial Plugin Gadget configuration
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -3,11 +3,11 @@
|
||||
*
|
||||
* @file dialgadgetconfiguration.h
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Dial Plugin Gadget configuration
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief Dial Plugin Gadget configuration
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -2,12 +2,12 @@
|
||||
******************************************************************************
|
||||
*
|
||||
* @file dialgadgetfactory.cpp
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -2,12 +2,12 @@
|
||||
******************************************************************************
|
||||
*
|
||||
* @file dialgadgetfactory.h
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -3,11 +3,11 @@
|
||||
*
|
||||
* @file dialgadgetoptionspage.cpp
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Airspeed Plugin Gadget options page
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief Dial Plugin Gadget configuration
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -3,11 +3,11 @@
|
||||
*
|
||||
* @file dialgadgetoptionspage.h
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @brief Dial Plugin Gadget options page
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -2,12 +2,12 @@
|
||||
******************************************************************************
|
||||
*
|
||||
* @file dialgadgetwidget.cpp
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief The main widget, where most action takes place
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief The main widget, where most action takes place
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -2,12 +2,12 @@
|
||||
******************************************************************************
|
||||
*
|
||||
* @file dialgadgetwidget.h
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -2,12 +2,12 @@
|
||||
******************************************************************************
|
||||
*
|
||||
* @file dialplugin.h
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -2,12 +2,12 @@
|
||||
******************************************************************************
|
||||
*
|
||||
* @file dialplugin.h
|
||||
* @author Edouard Lafargue and David Carlson Copyright (C) 2010.
|
||||
* @brief
|
||||
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
|
||||
* @see The GNU Public License (GPL) Version 3
|
||||
* @defgroup dialplugin
|
||||
* @addtogroup GCSPlugins GCS Plugins
|
||||
* @{
|
||||
*
|
||||
* @addtogroup DialPlugin Dial Plugin
|
||||
* @brief
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
Loading…
x
Reference in New Issue
Block a user