Skip to content

Commit

Permalink
@Class -> \class
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2017
1 parent 60ae5a5 commit 0f6452c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/app/qgisappstylesheet.h
Expand Up @@ -23,7 +23,7 @@
#include <QMap>
#include "qgis_app.h"

/** @class QgisAppStyleSheet
/** \class QgisAppStyleSheet
* @brief Adjustable stylesheet for the Qgis application
*/
class APP_EXPORT QgisAppStyleSheet: public QObject
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgslabelingengine.h
Expand Up @@ -263,7 +263,7 @@ Q_DECLARE_OPERATORS_FOR_FLAGS( QgsLabelingEngine::Flags )


/** \ingroup core
* @class QgsLabelingUtils
* \class QgsLabelingUtils
* @brief Contains helper utilities for working with QGIS' labeling engine.
* \note this class is not a part of public API yet. See notes in QgsLabelingEngine
* \since QGIS 2.14
Expand Down
6 changes: 3 additions & 3 deletions src/core/qgsrulebasedlabeling.h
Expand Up @@ -33,7 +33,7 @@ class QgsGeometry;
class QgsRuleBasedLabelProvider;

/** \ingroup core
* @class QgsRuleBasedLabeling
* \class QgsRuleBasedLabeling
* \note not available in Python bindings
* \note this class is not a part of public API yet. See notes in QgsLabelingEngine
*/
Expand All @@ -47,7 +47,7 @@ class CORE_EXPORT QgsRuleBasedLabeling : public QgsAbstractVectorLayerLabeling

/**
* \ingroup core
* @class QgsRuleBasedLabeling::Rule
* \class QgsRuleBasedLabeling::Rule
* \note not available in Python bindings
* \note this class is not a part of public API yet. See notes in QgsLabelingEngine
*/
Expand Down Expand Up @@ -340,7 +340,7 @@ class CORE_EXPORT QgsRuleBasedLabeling : public QgsAbstractVectorLayerLabeling


/** \ingroup core
* @class QgsRuleBasedLabelProvider
* \class QgsRuleBasedLabelProvider
* \note not available in Python bindings
* \note this class is not a part of public API yet. See notes in QgsLabelingEngine
*/
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionlineedit.h
Expand Up @@ -29,7 +29,7 @@ class QgsExpressionContextGenerator;
class QgsCodeEditorSQL;

/** \ingroup gui
* @class QgsExpressionLineEdit
* \class QgsExpressionLineEdit
* @brief The QgsExpressionLineEdit widget includes a line edit for entering expressions
* together with a button to open the expression creation dialog.
*
Expand Down
8 changes: 4 additions & 4 deletions src/providers/db2/qgsdb2dataitems.h
Expand Up @@ -25,7 +25,7 @@ class QgsDb2SchemaItem;
class QgsDb2LayerItem;

/**
* @class QgsDb2RootItem
* \class QgsDb2RootItem
* @brief Browser Panel DB2 root object.
*/
class QgsDb2RootItem : public QgsDataCollectionItem
Expand All @@ -51,7 +51,7 @@ class QgsDb2RootItem : public QgsDataCollectionItem
};

/**
* @class QgsDb2ConnectionItem
* \class QgsDb2ConnectionItem
* @brief Browser Panel DB2 connection object (under root).
*/
class QgsDb2ConnectionItem : public QgsDataCollectionItem
Expand Down Expand Up @@ -125,7 +125,7 @@ class QgsDb2ConnectionItem : public QgsDataCollectionItem
};

/**
* @class QgsDb2SchemaItem
* \class QgsDb2SchemaItem
* @brief Browser Panel DB2 schema object (under connections).
*/
class QgsDb2SchemaItem : public QgsDataCollectionItem
Expand All @@ -146,7 +146,7 @@ class QgsDb2SchemaItem : public QgsDataCollectionItem
};

/**
* @class QgsDb2LayerItem
* \class QgsDb2LayerItem
* @brief Browser Panel DB2 layer object (under schemas).
*/
class QgsDb2LayerItem : public QgsLayerItem
Expand Down
2 changes: 1 addition & 1 deletion src/providers/db2/qgsdb2geometrycolumns.h
Expand Up @@ -22,7 +22,7 @@
#include <QtSql>

/**
* @class QgsDb2GeometryColumns
* \class QgsDb2GeometryColumns
* @brief Data provider for DB2 server.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/providers/db2/qgsdb2provider.h
Expand Up @@ -26,7 +26,7 @@
#include <QtSql>

/**
* @class QgsDb2Provider
* \class QgsDb2Provider
* @brief Data provider for DB2 server.
*/
class QgsDb2Provider : public QgsVectorDataProvider
Expand Down

0 comments on commit 0f6452c

Please sign in to comment.