Skip to content

Commit 63f69c5

Browse files
author
jef
committed
doxygen fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15147 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 469f908 commit 63f69c5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/core/qgsclipper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class CORE_EXPORT QgsClipper
118118
@param y1 y-coordinate of the second line start
119119
@param clipRect clip rectangle
120120
@param pts: in/out array of clipped points
121-
@param writePtr in/out: writing poisiton in the wkb array*/
121+
*/
122122
static void connectSeparatedLines( double x0, double y0, double x1, double y1,
123123
const QgsRectangle& clipRect, QPolygonF& pts );
124124

src/core/qgsmaplayer.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ class CORE_EXPORT QgsMapLayer : public QObject
374374

375375

376376
/** Read custom properties from project file. Added in v1.4
377-
@param keyStartsWith reads only properties starting with the specified string (or all if the string is empty)*/
377+
@param layerNode note to read from
378+
@param keyStartsWith reads only properties starting with the specified string (or all if the string is empty)*/
378379
void readCustomProperties( QDomNode & layerNode, const QString& keyStartsWith = "" );
379380

380381
/** Write custom properties to project file. Added in v1.4 */

src/core/qgsproject.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,9 @@ bool QgsProject::read( QFileInfo const &file )
748748

749749

750750

751-
/*
751+
/**
752752
@note it's presumed that the caller has already reset the map canvas, map registry, and legend
753-
*/
753+
*/
754754
bool QgsProject::read()
755755
{
756756
clearError();

src/gui/qgisgui.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ namespace QgisGui
7878

7979
/** A helper function to get an image name from the user. It will nicely
8080
* provide filters with all available writable image formats.
81-
* @param QWidget - widget that should act as the parent for the file dialog
82-
* @param QString the message to display to the user
81+
* @param theParent widget that should act as the parent for the file dialog
82+
* @param theMessage the message to display to the user
8383
* @return QPair<QString, QString> where first is the file name and second is
8484
* the file type
8585
* @note added in 1.6

src/gui/qgssearchquerybuilder.h

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class GUI_EXPORT QgsSearchQueryBuilder : public QDialog, private Ui::QgsQueryBui
7373

7474
/*! Test the constructed search string to see if it's correct.
7575
* The number of rows that would be returned is displayed in a message box.
76-
* @param showResults If true, the results are displayed in a QMessageBox
7776
*/
7877
void on_btnTest_clicked();
7978

0 commit comments

Comments
 (0)