From f3ae103f7ebccfb3c8dea1c3a1c809359c2fa1fd Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 3 Apr 2017 10:43:00 +1000 Subject: [PATCH] @ingroup -> \ingroup --- src/core/qgspainting.h | 2 +- src/gui/editorwidgets/qgskeyvaluewidgetfactory.h | 2 +- src/gui/editorwidgets/qgskeyvaluewidgetwrapper.h | 2 +- src/gui/editorwidgets/qgslistwidgetfactory.h | 2 +- src/gui/editorwidgets/qgslistwidgetwrapper.h | 2 +- src/gui/qgskeyvaluewidget.h | 2 +- src/gui/qgslistwidget.h | 2 +- src/gui/raster/qgshillshaderendererwidget.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/core/qgspainting.h b/src/core/qgspainting.h index bb21a0151e2..daa78565be0 100644 --- a/src/core/qgspainting.h +++ b/src/core/qgspainting.h @@ -6,7 +6,7 @@ #include "qgis_core.h" /** - * @ingroup core + * \ingroup core * Misc painting enums and functions. * * \since QGIS 3.0 diff --git a/src/gui/editorwidgets/qgskeyvaluewidgetfactory.h b/src/gui/editorwidgets/qgskeyvaluewidgetfactory.h index 4d814c55ff5..c3f240000d6 100644 --- a/src/gui/editorwidgets/qgskeyvaluewidgetfactory.h +++ b/src/gui/editorwidgets/qgskeyvaluewidgetfactory.h @@ -19,7 +19,7 @@ #include "qgseditorwidgetfactory.h" #include "qgis_gui.h" -/** @ingroup gui +/** \ingroup gui * Factory for widgets for editing a QVariantMap * \since QGIS 3.0 * \note not available in Python bindings diff --git a/src/gui/editorwidgets/qgskeyvaluewidgetwrapper.h b/src/gui/editorwidgets/qgskeyvaluewidgetwrapper.h index 06bd148ac0e..082cd0be00c 100644 --- a/src/gui/editorwidgets/qgskeyvaluewidgetwrapper.h +++ b/src/gui/editorwidgets/qgskeyvaluewidgetwrapper.h @@ -21,7 +21,7 @@ class QgsKeyValueWidget; -/** @ingroup gui +/** \ingroup gui * Wraps a key/value widget. * \since QGIS 3.0 * \note not available in Python bindings diff --git a/src/gui/editorwidgets/qgslistwidgetfactory.h b/src/gui/editorwidgets/qgslistwidgetfactory.h index 1474053a7c4..869f44395c8 100644 --- a/src/gui/editorwidgets/qgslistwidgetfactory.h +++ b/src/gui/editorwidgets/qgslistwidgetfactory.h @@ -19,7 +19,7 @@ #include "qgseditorwidgetfactory.h" #include "qgis_gui.h" -/** @ingroup gui +/** \ingroup gui * Factory for widgets for editing a QVariantList or a QStringList * \since QGIS 3.0 * \note not available in Python bindings diff --git a/src/gui/editorwidgets/qgslistwidgetwrapper.h b/src/gui/editorwidgets/qgslistwidgetwrapper.h index 1ee054858be..eb155c98cef 100644 --- a/src/gui/editorwidgets/qgslistwidgetwrapper.h +++ b/src/gui/editorwidgets/qgslistwidgetwrapper.h @@ -21,7 +21,7 @@ class QgsListWidget; -/** @ingroup gui +/** \ingroup gui * Wraps a list widget. * \since QGIS 3.0 * \note not available in Python bindings diff --git a/src/gui/qgskeyvaluewidget.h b/src/gui/qgskeyvaluewidget.h index 661cd4d9f92..881f4a3693a 100644 --- a/src/gui/qgskeyvaluewidget.h +++ b/src/gui/qgskeyvaluewidget.h @@ -23,7 +23,7 @@ ///@cond PRIVATE -/** @ingroup gui +/** \ingroup gui * Table model to edit a QVariantMap. * \since QGIS 3.0 * \note not available in Python bindings diff --git a/src/gui/qgslistwidget.h b/src/gui/qgslistwidget.h index 8db60879b4c..6fd98cc1cf5 100644 --- a/src/gui/qgslistwidget.h +++ b/src/gui/qgslistwidget.h @@ -23,7 +23,7 @@ ///@cond PRIVATE -/** @ingroup gui +/** \ingroup gui * Table model to edit a QVariantList. * \since QGIS 3.0 * \note not available in Python bindings diff --git a/src/gui/raster/qgshillshaderendererwidget.h b/src/gui/raster/qgshillshaderendererwidget.h index 542da6de4d2..a026b2a6e00 100644 --- a/src/gui/raster/qgshillshaderendererwidget.h +++ b/src/gui/raster/qgshillshaderendererwidget.h @@ -27,7 +27,7 @@ /** * \brief Renderer widget for the hill shade renderer. - * @ingroup gui + * \ingroup gui * \since QGIS 2.16 */ class GUI_EXPORT QgsHillshadeRendererWidget: public QgsRasterRendererWidget, private Ui::QgsHillShadeWidget