From 8000d21ca46e1789e4c386f1527ed073e0ba97fb Mon Sep 17 00:00:00 2001 From: dankers Date: Fri, 16 Jul 2010 02:29:25 +0000 Subject: [PATCH] Doxygen... git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1105 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/plugins/dial/dialgadget.cpp | 3 ++- ground/src/plugins/dial/dialgadget.h | 3 ++- ground/src/plugins/dial/dialgadgetconfiguration.cpp | 3 ++- ground/src/plugins/dial/dialgadgetconfiguration.h | 3 ++- ground/src/plugins/dial/dialgadgetfactory.cpp | 3 ++- ground/src/plugins/dial/dialgadgetfactory.h | 3 ++- ground/src/plugins/dial/dialgadgetoptionspage.cpp | 3 ++- ground/src/plugins/dial/dialgadgetoptionspage.h | 3 ++- ground/src/plugins/dial/dialgadgetwidget.cpp | 3 ++- ground/src/plugins/dial/dialgadgetwidget.h | 3 ++- ground/src/plugins/dial/dialplugin.cpp | 3 ++- ground/src/plugins/dial/dialplugin.h | 3 ++- 12 files changed, 24 insertions(+), 12 deletions(-) diff --git a/ground/src/plugins/dial/dialgadget.cpp b/ground/src/plugins/dial/dialgadget.cpp index f4777c6b8..4e7c6a30a 100644 --- a/ground/src/plugins/dial/dialgadget.cpp +++ b/ground/src/plugins/dial/dialgadget.cpp @@ -5,9 +5,10 @@ * @author Edouard Lafargue and David Carlson Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadget.h b/ground/src/plugins/dial/dialgadget.h index 9843bb062..f184bfba8 100644 --- a/ground/src/plugins/dial/dialgadget.h +++ b/ground/src/plugins/dial/dialgadget.h @@ -5,9 +5,10 @@ * @author Edouard Lafargue and David Carlson Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetconfiguration.cpp b/ground/src/plugins/dial/dialgadgetconfiguration.cpp index f4f6ae928..bc6828da7 100644 --- a/ground/src/plugins/dial/dialgadgetconfiguration.cpp +++ b/ground/src/plugins/dial/dialgadgetconfiguration.cpp @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief Dial Plugin Gadget configuration + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetconfiguration.h b/ground/src/plugins/dial/dialgadgetconfiguration.h index 44844eaa7..22b1d752d 100644 --- a/ground/src/plugins/dial/dialgadgetconfiguration.h +++ b/ground/src/plugins/dial/dialgadgetconfiguration.h @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief Dial Plugin Gadget configuration + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetfactory.cpp b/ground/src/plugins/dial/dialgadgetfactory.cpp index 53b4852f4..35293a743 100644 --- a/ground/src/plugins/dial/dialgadgetfactory.cpp +++ b/ground/src/plugins/dial/dialgadgetfactory.cpp @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetfactory.h b/ground/src/plugins/dial/dialgadgetfactory.h index ccee8e4df..ed7622f4d 100644 --- a/ground/src/plugins/dial/dialgadgetfactory.h +++ b/ground/src/plugins/dial/dialgadgetfactory.h @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetoptionspage.cpp b/ground/src/plugins/dial/dialgadgetoptionspage.cpp index f5ea0adae..fdfff6819 100644 --- a/ground/src/plugins/dial/dialgadgetoptionspage.cpp +++ b/ground/src/plugins/dial/dialgadgetoptionspage.cpp @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief Dial Plugin Gadget configuration + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetoptionspage.h b/ground/src/plugins/dial/dialgadgetoptionspage.h index 174eea6a5..32c432211 100644 --- a/ground/src/plugins/dial/dialgadgetoptionspage.h +++ b/ground/src/plugins/dial/dialgadgetoptionspage.h @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetwidget.cpp b/ground/src/plugins/dial/dialgadgetwidget.cpp index a40588618..cd1e4163c 100644 --- a/ground/src/plugins/dial/dialgadgetwidget.cpp +++ b/ground/src/plugins/dial/dialgadgetwidget.cpp @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief The main widget, where most action takes place + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialgadgetwidget.h b/ground/src/plugins/dial/dialgadgetwidget.h index 594d8d5bd..6c51194a0 100644 --- a/ground/src/plugins/dial/dialgadgetwidget.h +++ b/ground/src/plugins/dial/dialgadgetwidget.h @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialplugin.cpp b/ground/src/plugins/dial/dialplugin.cpp index 7ce4fa154..b90b63d7b 100644 --- a/ground/src/plugins/dial/dialplugin.cpp +++ b/ground/src/plugins/dial/dialplugin.cpp @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify diff --git a/ground/src/plugins/dial/dialplugin.h b/ground/src/plugins/dial/dialplugin.h index 1bee3fe5b..e1abf1b0d 100644 --- a/ground/src/plugins/dial/dialplugin.h +++ b/ground/src/plugins/dial/dialplugin.h @@ -5,9 +5,10 @@ * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010. * @see The GNU Public License (GPL) Version 3 * @addtogroup GCSPlugins GCS Plugins + * @{ * @addtogroup DialPlugin Dial Plugin * @{ - * @brief + * @brief Plots flight information rotary style dials *****************************************************************************/ /* * This program is free software; you can redistribute it and/or modify