mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[doxygen] remove useless @brief
This commit is contained in:
parent
f29306d4af
commit
906259b2f7
@ -97,7 +97,6 @@ Try to create instance of an implementation based on the XML data
|
||||
virtual void writeTextSymbolizer( QDomNode &parent, QgsPalLayerSettings &settings, const QgsStringMap &props ) const;
|
||||
%Docstring
|
||||
Writes a TextSymbolizer element contents based on the provided labeling settings
|
||||
writeTextSymbolizer
|
||||
\param parent the node that will have the text symbolizer element added to it
|
||||
\param settings the settings getting translated to a TextSymbolizer
|
||||
\param props a open ended set of properties that can drive/inform the SLD encoding
|
||||
|
@ -19,7 +19,7 @@ class QgsDial : QDial
|
||||
|
||||
QgsDial( QWidget *parent /TransferThis/ = 0 );
|
||||
%Docstring
|
||||
QgsDial constructor for QgsDial
|
||||
Constructor for QgsDial
|
||||
\param parent parent object
|
||||
%End
|
||||
|
||||
|
@ -25,7 +25,7 @@ class QgsEncodingFileDialog: QFileDialog
|
||||
const QString &caption = QString(), const QString &directory = QString(),
|
||||
const QString &filter = QString(), const QString &encoding = QString() );
|
||||
%Docstring
|
||||
QgsEncodingFileDialog constructor for QgsEncodingFileDialog
|
||||
Constructor for QgsEncodingFileDialog
|
||||
%End
|
||||
QString encoding() const;
|
||||
%Docstring
|
||||
|
@ -19,7 +19,7 @@ class QgsErrorDialog: QDialog
|
||||
|
||||
QgsErrorDialog( const QgsError &error, const QString &title, QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
||||
%Docstring
|
||||
QgsErrorDialog constructor for QgsErrorDialog
|
||||
Constructor for QgsErrorDialog
|
||||
%End
|
||||
|
||||
static void show( const QgsError &error, const QString &title, QWidget *parent = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
||||
|
@ -106,7 +106,6 @@ class CORE_EXPORT QgsAbstractVectorLayerLabeling
|
||||
|
||||
/**
|
||||
* Writes a TextSymbolizer element contents based on the provided labeling settings
|
||||
* @brief writeTextSymbolizer
|
||||
* \param parent the node that will have the text symbolizer element added to it
|
||||
* \param settings the settings getting translated to a TextSymbolizer
|
||||
* \param props a open ended set of properties that can drive/inform the SLD encoding
|
||||
|
@ -60,7 +60,7 @@ class GUI_EXPORT QgsDataSourceManagerDialog : public QgsOptionsDialogBase, priva
|
||||
~QgsDataSourceManagerDialog();
|
||||
|
||||
/**
|
||||
* @brief openPage open a given page in the dialog
|
||||
* Open a given page in the dialog
|
||||
* \param pageName the page name, usually the provider name or "browser" (for the browser panel)
|
||||
* or "ogr" (vector layers) or "raster" (raster layers)
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@ class GUI_EXPORT QgsDial : public QDial
|
||||
public:
|
||||
|
||||
/**
|
||||
* @brief QgsDial constructor for QgsDial
|
||||
* Constructor for QgsDial
|
||||
* \param parent parent object
|
||||
*/
|
||||
QgsDial( QWidget *parent SIP_TRANSFERTHIS = nullptr );
|
||||
|
@ -33,7 +33,7 @@ class GUI_EXPORT QgsEncodingFileDialog: public QFileDialog
|
||||
public:
|
||||
|
||||
/**
|
||||
* @brief QgsEncodingFileDialog constructor for QgsEncodingFileDialog
|
||||
* Constructor for QgsEncodingFileDialog
|
||||
*/
|
||||
QgsEncodingFileDialog( QWidget *parent SIP_TRANSFERTHIS = nullptr,
|
||||
const QString &caption = QString(), const QString &directory = QString(),
|
||||
|
@ -35,7 +35,7 @@ class GUI_EXPORT QgsErrorDialog: public QDialog, private Ui::QgsErrorDialogBase
|
||||
public:
|
||||
|
||||
/**
|
||||
* @brief QgsErrorDialog constructor for QgsErrorDialog
|
||||
* Constructor for QgsErrorDialog
|
||||
*/
|
||||
QgsErrorDialog( const QgsError &error, const QString &title, QWidget *parent SIP_TRANSFERTHIS = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "qgsogrdbtablemodel.h"
|
||||
|
||||
/**
|
||||
* @brief The QgsOgrDbSourceSelect class is a generic class for DB based OGR
|
||||
* The QgsOgrDbSourceSelect class is a generic class for DB based OGR
|
||||
* source selects.
|
||||
*
|
||||
*/
|
||||
|
@ -912,7 +912,7 @@ namespace QgsWms
|
||||
QgsWmsParametersComposerMap composerMapParameters( int mapId ) const;
|
||||
|
||||
/**
|
||||
* @brief externalWMSUri
|
||||
* Return the external WMS uri
|
||||
* \param id the id of the external wms
|
||||
* @return uri string or an empty string if the external wms id does not exist
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user