Skip to content

Commit

Permalink
doxygen fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15147 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 9, 2011
1 parent bccd2df commit e66690f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsclipper.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class CORE_EXPORT QgsClipper
@param y1 y-coordinate of the second line start @param y1 y-coordinate of the second line start
@param clipRect clip rectangle @param clipRect clip rectangle
@param pts: in/out array of clipped points @param pts: in/out array of clipped points
@param writePtr in/out: writing poisiton in the wkb array*/ */
static void connectSeparatedLines( double x0, double y0, double x1, double y1, static void connectSeparatedLines( double x0, double y0, double x1, double y1,
const QgsRectangle& clipRect, QPolygonF& pts ); const QgsRectangle& clipRect, QPolygonF& pts );


Expand Down
3 changes: 2 additions & 1 deletion src/core/qgsmaplayer.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ class CORE_EXPORT QgsMapLayer : public QObject




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


/** Write custom properties to project file. Added in v1.4 */ /** Write custom properties to project file. Added in v1.4 */
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsproject.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -748,9 +748,9 @@ bool QgsProject::read( QFileInfo const &file )






/* /**
@note it's presumed that the caller has already reset the map canvas, map registry, and legend @note it's presumed that the caller has already reset the map canvas, map registry, and legend
*/ */
bool QgsProject::read() bool QgsProject::read()
{ {
clearError(); clearError();
Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgisgui.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ namespace QgisGui


/** A helper function to get an image name from the user. It will nicely /** A helper function to get an image name from the user. It will nicely
* provide filters with all available writable image formats. * provide filters with all available writable image formats.
* @param QWidget - widget that should act as the parent for the file dialog * @param theParent widget that should act as the parent for the file dialog
* @param QString the message to display to the user * @param theMessage the message to display to the user
* @return QPair<QString, QString> where first is the file name and second is * @return QPair<QString, QString> where first is the file name and second is
* the file type * the file type
* @note added in 1.6 * @note added in 1.6
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgssearchquerybuilder.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class GUI_EXPORT QgsSearchQueryBuilder : public QDialog, private Ui::QgsQueryBui


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


Expand Down

0 comments on commit e66690f

Please sign in to comment.