Skip to content

Commit

Permalink
@InGroup -> \ingroup
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2017
1 parent 9c967a6 commit f3ae103
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/core/qgspainting.h
Expand Up @@ -6,7 +6,7 @@
#include "qgis_core.h"

/**
* @ingroup core
* \ingroup core
* Misc painting enums and functions.
*
* \since QGIS 3.0
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgskeyvaluewidgetfactory.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgskeyvaluewidgetwrapper.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgslistwidgetfactory.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgslistwidgetwrapper.h
Expand Up @@ -21,7 +21,7 @@

class QgsListWidget;

/** @ingroup gui
/** \ingroup gui
* Wraps a list widget.
* \since QGIS 3.0
* \note not available in Python bindings
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgskeyvaluewidget.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgslistwidget.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/raster/qgshillshaderendererwidget.h
Expand Up @@ -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
Expand Down

0 comments on commit f3ae103

Please sign in to comment.