Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen ingroup gui -> core for moved classes
  • Loading branch information
elpaso committed Sep 21, 2017
1 parent 15e650d commit 6e5324b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsfieldmodel.h
Expand Up @@ -28,7 +28,7 @@
class QgsVectorLayer;

/**
* \ingroup gui
* \ingroup core
* \brief The QgsFieldModel class is a model to display the list of fields of a layer in widgets.
* If allowed, expressions might be added to the end of the model.
* It can be associated with a QgsMapLayerModel to dynamically display a layer and its fields.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsfieldproxymodel.h
Expand Up @@ -24,7 +24,7 @@

class QgsFieldModel;

/** \ingroup gui
/** \ingroup core
* \brief The QgsFieldProxyModel class provides an easy to use model to display the list of fields of a layer.
* \since QGIS 2.3
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgstrackedvectorlayertools.h
Expand Up @@ -19,7 +19,7 @@
#include "qgis_core.h"
#include "qgsvectorlayertools.h"

/** \ingroup gui
/** \ingroup core
* \class QgsTrackedVectorLayerTools
*/
class CORE_EXPORT QgsTrackedVectorLayerTools : public QgsVectorLayerTools
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayertools.h
Expand Up @@ -26,7 +26,7 @@
class QgsFeatureRequest;
class QgsVectorLayer;

/** \ingroup gui
/** \ingroup core
* Methods in this class are used to handle basic operations on vector layers.
* With an implementation of this class, parts of the application can ask for
* an operation to be done and the implementation will then take care of it.
Expand Down

0 comments on commit 6e5324b

Please sign in to comment.