Skip to content

Commit

Permalink
More doxy nonsense, pt 2
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b2fc4c)
  • Loading branch information
elpaso authored and nyalldawson committed Feb 19, 2021
1 parent 6155c11 commit 5d701ac
Show file tree
Hide file tree
Showing 561 changed files with 846 additions and 818 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgstiles.sip.in
Expand Up @@ -94,7 +94,7 @@ Returns index of the last row in the range
class QgsTileMatrix class QgsTileMatrix
{ {
%Docstring %Docstring
Defines a matrix of tiles for a single zoom level: it is defined by its size (width * height) Defines a matrix of tiles for a single zoom level: it is defined by its size (width * \brief height)
and map extent that it covers. and map extent that it covers.


Please note that we follow the XYZ convention of X/Y axes, i.e. top-left tile has [0,0] coordinate Please note that we follow the XYZ convention of X/Y axes, i.e. top-left tile has [0,0] coordinate
Expand Down
Expand Up @@ -13,7 +13,7 @@
class QgsCubicRasterResampler: QgsRasterResamplerV2 class QgsCubicRasterResampler: QgsRasterResamplerV2
{ {
%Docstring %Docstring
Cubic Raster Resampler Cubic Raster Resampler.
%End %End


%TypeHeaderCode %TypeHeaderCode
Expand Down
Expand Up @@ -14,6 +14,8 @@
class QgsRuleBasedRenderer : QgsFeatureRenderer class QgsRuleBasedRenderer : QgsFeatureRenderer
{ {
%Docstring %Docstring
Rule based renderer.

When drawing a vector layer with rule-based renderer, it goes through When drawing a vector layer with rule-based renderer, it goes through
the rules and draws features with symbols from rules that match. the rules and draws features with symbols from rules that match.
%End %End
Expand Down Expand Up @@ -72,6 +74,7 @@ Feature to render
{ {
%Docstring %Docstring
This class keeps data about a rules for rule-based renderer. This class keeps data about a rules for rule-based renderer.

A rule consists of a symbol, filter expression and range of scales. A rule consists of a symbol, filter expression and range of scales.
If filter is empty, it matches all features. If filter is empty, it matches all features.
If scale range has both values zero, it matches all scales. If scale range has both values zero, it matches all scales.
Expand Down
4 changes: 3 additions & 1 deletion python/core/auto_generated/symbology/qgssvgcache.sip.in
Expand Up @@ -15,7 +15,9 @@
class QgsSvgCache : QgsAbstractContentCacheBase class QgsSvgCache : QgsAbstractContentCacheBase
{ {
%Docstring %Docstring
A cache for images / pictures derived from svg files. This class supports parameter replacement in svg files A cache for images / pictures derived from svg files.

This class supports parameter replacement in svg files
according to the svg params specification (http://www.w3.org/TR/2009/WD-SVGParamPrimer-20090616/). Supported are according to the svg params specification (http://www.w3.org/TR/2009/WD-SVGParamPrimer-20090616/). Supported are
the parameters 'fill-color', 'pen-color', 'outline-width', 'stroke-width'. E.g. <circle fill="param(fill-color red)" stroke="param(pen-color black)" stroke-width="param(outline-width 1)" the parameters 'fill-color', 'pen-color', 'outline-width', 'stroke-width'. E.g. <circle fill="param(fill-color red)" stroke="param(pen-color black)" stroke-width="param(outline-width 1)"


Expand Down
Expand Up @@ -13,7 +13,6 @@
class QgsProcessingContextGenerator class QgsProcessingContextGenerator
{ {
%Docstring %Docstring

An interface for objects which can create Processing contexts. An interface for objects which can create Processing contexts.


.. versionadded:: 3.4 .. versionadded:: 3.4
Expand Down
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsdoublevalidator.sip.in
Expand Up @@ -14,7 +14,7 @@ class QgsDoubleValidator : QRegularExpressionValidator
%Docstring %Docstring


QgsDoubleValidator is a QLineEdit Validator that combines QDoubleValidator QgsDoubleValidator is a QLineEdit Validator that combines QDoubleValidator
and QRegularExpressionValidator to allow user to enter double with both and QRegularExpressionValidator to allow users to enter doubles with both
local and C interpretation as a fallback. local and C interpretation as a fallback.


.. versionadded:: 3.14 .. versionadded:: 3.14
Expand Down
4 changes: 2 additions & 2 deletions python/gui/auto_generated/symbology/qgsrendererwidget.sip.in
Expand Up @@ -11,7 +11,7 @@
class QgsRendererWidget : QgsPanelWidget class QgsRendererWidget : QgsPanelWidget
{ {
%Docstring %Docstring
Base class for renderer settings widgets Base class for renderer settings widgets.


WORKFLOW: WORKFLOW:
- open renderer dialog with some RENDERER (never null!) - open renderer dialog with some RENDERER (never null!)
Expand Down Expand Up @@ -161,7 +161,7 @@ This can be overwritten in subclasses.
class QgsDataDefinedValueDialog : QDialog class QgsDataDefinedValueDialog : QDialog
{ {
%Docstring %Docstring
Utility classes for "en masse" size definition Utility classes for "en masse" size definition.
%End %End


%TypeHeaderCode %TypeHeaderCode
Expand Down
1 change: 0 additions & 1 deletion src/3d/qgsrulebased3drenderer.h
Expand Up @@ -68,7 +68,6 @@ class _3D_EXPORT QgsRuleBased3DRenderer : public QgsAbstractVectorLayer3DRendere


/** /**
* \ingroup 3d * \ingroup 3d
* \class QgsRuleBased3DRenderer::Rule
* \brief A child rule for a QgsRuleBased3DRenderer * \brief A child rule for a QgsRuleBased3DRenderer
* \since QGIS 3.6 * \since QGIS 3.6
*/ */
Expand Down
2 changes: 1 addition & 1 deletion src/app/devtools/qgsappdevtoolutils.h
Expand Up @@ -22,7 +22,7 @@ class QgsDevToolWidgetFactory;
/** /**
* \ingroup app * \ingroup app
* *
* Manages lifetime of a QgsDevToolWidgetFactory, automatically * \brief Manages lifetime of a QgsDevToolWidgetFactory, automatically
* registering and unregistering it as required. * registering and unregistering it as required.
* *
* \since QGIS 3.14 * \since QGIS 3.14
Expand Down
2 changes: 1 addition & 1 deletion src/app/gps/qgsgpsbearingitem.h
Expand Up @@ -25,7 +25,7 @@ class QgsLineSymbol;


/** /**
* \ingroup app * \ingroup app
* A canvas item for showing the bearing of the GPS device * \brief A canvas item for showing the bearing of the GPS device
*/ */
class QgsGpsBearingItem : public QObject, public QgsMapCanvasLineSymbolItem class QgsGpsBearingItem : public QObject, public QgsMapCanvasLineSymbolItem
{ {
Expand Down
2 changes: 1 addition & 1 deletion src/app/gps/qgsgpsmarker.h
Expand Up @@ -25,7 +25,7 @@ class QPainter;


/** /**
* \ingroup app * \ingroup app
* A class for marking the position of a gps pointer. * \brief A class for marking the position of a gps pointer.
*/ */
class QgsGpsMarker : public QgsMapCanvasItem class QgsGpsMarker : public QgsMapCanvasItem
{ {
Expand Down
2 changes: 1 addition & 1 deletion src/app/locator/qgslocatoroptionswidget.h
Expand Up @@ -55,7 +55,7 @@ class QgsLocatorOptionsWidget : public QTreeView
/** /**
* \class QgsLocatorFiltersModel * \class QgsLocatorFiltersModel
* \ingroup app * \ingroup app
* An list model for displaying available filters and configuring them. * \brief An list model for displaying available filters and configuring them.
* \since QGIS 3.0 * \since QGIS 3.0
*/ */
class QgsLocatorFiltersModel : public QAbstractTableModel class QgsLocatorFiltersModel : public QAbstractTableModel
Expand Down
2 changes: 1 addition & 1 deletion src/app/options/qgsoptionsutils.h
Expand Up @@ -21,7 +21,7 @@ class QgsOptionsWidgetFactory;
/** /**
* \ingroup app * \ingroup app
* *
* Manages lifetime of a QgsOptionsWidgetFactory, automatically * \brief Manages lifetime of a QgsOptionsWidgetFactory, automatically
* registering and unregistering it as required. * registering and unregistering it as required.
* *
* \since QGIS 3.16 * \since QGIS 3.16
Expand Down
2 changes: 1 addition & 1 deletion src/app/pluginmanager/qgsapppluginmanagerinterface.h
Expand Up @@ -23,7 +23,7 @@ class QgsPluginManager;


/** /**
* \ingroup gui * \ingroup gui
* QgsPluginManagerInterface * \brief QgsPluginManagerInterface
* Abstract base class to make QgsPluginManager available to pyplugin_installer. * Abstract base class to make QgsPluginManager available to pyplugin_installer.
*/ */
class QgsAppPluginManagerInterface : public QgsPluginManagerInterface class QgsAppPluginManagerInterface : public QgsPluginManagerInterface
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsselectbyformdialog.h
Expand Up @@ -28,7 +28,7 @@ class QgsMapCanvas;
/** /**
* \ingroup app * \ingroup app
* \class QgsSelectByFormDialog * \class QgsSelectByFormDialog
* A dialog for selecting features from a layer, using a form based off the layer's editor widgets. * \brief A dialog for selecting features from a layer, using a form based off the layer's editor widgets.
* \since QGIS 2.16 * \since QGIS 2.16
*/ */


Expand Down
2 changes: 1 addition & 1 deletion src/app/qgstemporalcontrollerdockwidget.h
Expand Up @@ -26,7 +26,7 @@ class QgsTemporalController;


/** /**
* \ingroup app * \ingroup app
* The QgsTemporalControllerDockWidget class * \brief The QgsTemporalControllerDockWidget class
* *
* \since QGIS 3.14 * \since QGIS 3.14
*/ */
Expand Down
2 changes: 1 addition & 1 deletion src/core/processing/qgsprocessingparameters.h
Expand Up @@ -3106,7 +3106,7 @@ class CORE_EXPORT QgsProcessingParameterVectorDestination : public QgsProcessing
/** /**
* \class QgsProcessingParameterRasterDestination * \class QgsProcessingParameterRasterDestination
* \ingroup core * \ingroup core
* A raster layer destination parameter, for specifying the destination path for a raster layer * \brief A raster layer destination parameter, for specifying the destination path for a raster layer
* created by the algorithm. * created by the algorithm.
* \since QGIS 3.0 * \since QGIS 3.0
*/ */
Expand Down
6 changes: 3 additions & 3 deletions src/core/qgsnetworkaccessmanager.h
Expand Up @@ -143,7 +143,7 @@ class QgsNetworkAccessManager;
* \brief SSL error handler, used for responding to SSL errors encountered during network requests. * \brief SSL error handler, used for responding to SSL errors encountered during network requests.
* \ingroup core * \ingroup core
* *
* QgsSslErrorHandler responds to SSL errors encountered during network requests. The * \brief QgsSslErrorHandler responds to SSL errors encountered during network requests. The
* base QgsSslErrorHandler class responds to SSL errors only by logging the errors, * base QgsSslErrorHandler class responds to SSL errors only by logging the errors,
* and uses the default Qt response, which is to abort the request. * and uses the default Qt response, which is to abort the request.
* *
Expand Down Expand Up @@ -192,7 +192,7 @@ class CORE_EXPORT QgsSslErrorHandler
* \brief Network authentication handler, used for responding to network authentication requests during network requests. * \brief Network authentication handler, used for responding to network authentication requests during network requests.
* \ingroup core * \ingroup core
* *
* QgsNetworkAuthenticationHandler responds to authentication requests encountered during network requests. The * \brief QgsNetworkAuthenticationHandler responds to authentication requests encountered during network requests. The
* base QgsNetworkAuthenticationHandler class responds to requests only by logging the request, * base QgsNetworkAuthenticationHandler class responds to requests only by logging the request,
* but does not provide any username or password to allow the request to proceed. * but does not provide any username or password to allow the request to proceed.
* *
Expand Down Expand Up @@ -236,7 +236,7 @@ class CORE_EXPORT QgsNetworkAuthenticationHandler
* \brief network access manager for QGIS * \brief network access manager for QGIS
* \ingroup core * \ingroup core
* *
* This class implements the QGIS network access manager. It's a singleton * \brief This class implements the QGIS network access manager. It's a singleton
* that can be used across QGIS. * that can be used across QGIS.
* *
* Plugins can insert proxy factories and thereby redirect requests to * Plugins can insert proxy factories and thereby redirect requests to
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsspatialindexkdbushdata.h
Expand Up @@ -25,7 +25,7 @@
* \class QgsSpatialIndexKDBushData * \class QgsSpatialIndexKDBushData
* \ingroup core * \ingroup core
* *
* A container for data stored inside a QgsSpatialIndexKDBush index. * \brief A container for data stored inside a QgsSpatialIndexKDBush index.
* *
* \since QGIS 3.4 * \since QGIS 3.4
*/ */
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsspatialindexutils.h
Expand Up @@ -41,7 +41,7 @@ namespace SpatialIndex
* \ingroup core * \ingroup core
* \class QgsSpatialIndexUtils * \class QgsSpatialIndexUtils
* *
* Contains utility functions for working with spatial indexes. * \brief Contains utility functions for working with spatial indexes.
* *
* \note Not available in Python bindings. * \note Not available in Python bindings.
* \since QGIS 3.12 * \since QGIS 3.12
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsspatialiteutils.h
Expand Up @@ -27,7 +27,7 @@
/** /**
* \ingroup core * \ingroup core
* *
* Closes a spatialite database. * \brief Closes a spatialite database.
* *
* \since QGIS 3.0 * \since QGIS 3.0
*/ */
Expand All @@ -48,7 +48,7 @@ struct CORE_EXPORT QgsSpatialiteCloser
/** /**
* \ingroup core * \ingroup core
* *
* Unique pointer for spatialite databases, which automatically closes * \brief Unique pointer for spatialite databases, which automatically closes
* the database when the pointer goes out of scope or is reset. * the database when the pointer goes out of scope or is reset.
* *
* \since QGIS 3.0 * \since QGIS 3.0
Expand Down
6 changes: 3 additions & 3 deletions src/core/qgssqliteutils.h
Expand Up @@ -33,7 +33,7 @@ class QVariant;
/** /**
* \ingroup core * \ingroup core
* *
* Closes a sqlite3 database. * \brief Closes a sqlite3 database.
* *
* \since QGIS 3.0 * \since QGIS 3.0
*/ */
Expand Down Expand Up @@ -61,7 +61,7 @@ struct CORE_EXPORT QgsSqlite3StatementFinalizer
/** /**
* \ingroup core * \ingroup core
* *
* Unique pointer for sqlite3 prepared statements, which automatically finalizes * \brief Unique pointer for sqlite3 prepared statements, which automatically finalizes
* the statement when the pointer goes out of scope or is reset. * the statement when the pointer goes out of scope or is reset.
* *
* \since QGIS 3.0 * \since QGIS 3.0
Expand Down Expand Up @@ -110,7 +110,7 @@ class CORE_EXPORT sqlite3_statement_unique_ptr : public std::unique_ptr< sqlite3
/** /**
* \ingroup core * \ingroup core
* *
* Unique pointer for sqlite3 databases, which automatically closes * \brief Unique pointer for sqlite3 databases, which automatically closes
* the database when the pointer goes out of scope or is reset. * the database when the pointer goes out of scope or is reset.
* *
* \since QGIS 3.0 * \since QGIS 3.0
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgssqlstatement.cpp
Expand Up @@ -212,8 +212,8 @@ void QgsSQLStatement::RecursiveVisitor::visit( const QgsSQLStatement::NodeJoin &


/** /**
* \ingroup core * \ingroup core
* Internal use. * \brief Internal use.
* \note not available in Python bindings * \note not available in Python bindings
*/ */
class QgsSQLStatementCollectTableNames: public QgsSQLStatement::RecursiveVisitor class QgsSQLStatementCollectTableNames: public QgsSQLStatement::RecursiveVisitor
{ {
Expand Down

0 comments on commit 5d701ac

Please sign in to comment.