Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
@throws -> \throws
  • Loading branch information
nyalldawson committed Apr 3, 2017
1 parent f3ae103 commit 8bc77af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/core/pal/layer.h
Expand Up @@ -223,7 +223,7 @@ namespace pal
*
* Does not take ownership of the label feature (it is owned by its provider).
*
* @throws PalException::FeatureExists
* \throws PalException::FeatureExists
*
* \returns true on success (i.e. valid geometry)
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/pal/pal.h
Expand Up @@ -113,7 +113,7 @@ namespace pal
* \param toLabel the layer will be labeled only if toLablel is true
* \param displayAll if true, all features will be labelled even though overlaps occur
*
* @throws PalException::LayerExists
* \throws PalException::LayerExists
*
* @todo add symbolUnit
*/
Expand Down
8 changes: 4 additions & 4 deletions src/providers/grass/qgsgrass.h
Expand Up @@ -360,13 +360,13 @@ class GRASS_LIB_EXPORT QgsGrass : public QObject
struct Cell_head *window );

/** Read mapset current region (WIND)
* @throws QgsGrass::Exception
* \throws QgsGrass::Exception
*/
static void region( const QString &gisdbase, const QString &location, const QString &mapset,
struct Cell_head *window );

/** Read default mapset current region (WIND)
* @throws QgsGrass::Exception
* \throws QgsGrass::Exception
*/
static void region( struct Cell_head *window );

Expand Down Expand Up @@ -417,7 +417,7 @@ class GRASS_LIB_EXPORT QgsGrass : public QObject
* \param mapset if empty a first mapset owned by user will be used, if no mapset is owned
* by user, exception is thrown.
* \param qgisModule append GRASS major version (for modules built in qgis)
* @throws QgsGrass::Exception */
* \throws QgsGrass::Exception */
static QProcess *startModule( const QString &gisdbase, const QString &location,
const QString &mapset, const QString &moduleName,
const QStringList &arguments, QTemporaryFile &gisrcFile,
Expand Down Expand Up @@ -514,7 +514,7 @@ class GRASS_LIB_EXPORT QgsGrass : public QObject
static bool isExternal( const QgsGrassObject &object );

/** Adjust cell header, G_adjust_Cell_head wrapper
* @throws QgsGrass::Exception */
* \throws QgsGrass::Exception */
static void adjustCellHead( struct Cell_head *cellhd, int row_flag, int col_flag );

//! Get map of vector types / names
Expand Down

0 comments on commit 8bc77af

Please sign in to comment.