[QGIS Commit] r15147 - in trunk/qgis/src: core gui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Feb 9 11:27:05 EST 2011


Author: jef
Date: 2011-02-09 08:27:05 -0800 (Wed, 09 Feb 2011)
New Revision: 15147

Modified:
   trunk/qgis/src/core/qgsclipper.h
   trunk/qgis/src/core/qgsmaplayer.h
   trunk/qgis/src/core/qgsproject.cpp
   trunk/qgis/src/gui/qgisgui.h
   trunk/qgis/src/gui/qgssearchquerybuilder.h
Log:
doxygen fixes

Modified: trunk/qgis/src/core/qgsclipper.h
===================================================================
--- trunk/qgis/src/core/qgsclipper.h	2011-02-09 08:33:10 UTC (rev 15146)
+++ trunk/qgis/src/core/qgsclipper.h	2011-02-09 16:27:05 UTC (rev 15147)
@@ -118,7 +118,7 @@
       @param y1 y-coordinate of the second line start
       @param clipRect clip rectangle
       @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,
                                        const QgsRectangle& clipRect, QPolygonF& pts );
 

Modified: trunk/qgis/src/core/qgsmaplayer.h
===================================================================
--- trunk/qgis/src/core/qgsmaplayer.h	2011-02-09 08:33:10 UTC (rev 15146)
+++ trunk/qgis/src/core/qgsmaplayer.h	2011-02-09 16:27:05 UTC (rev 15147)
@@ -374,7 +374,8 @@
 
 
     /** 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 = "" );
 
     /** Write custom properties to project file. Added in v1.4 */

Modified: trunk/qgis/src/core/qgsproject.cpp
===================================================================
--- trunk/qgis/src/core/qgsproject.cpp	2011-02-09 08:33:10 UTC (rev 15146)
+++ trunk/qgis/src/core/qgsproject.cpp	2011-02-09 16:27:05 UTC (rev 15147)
@@ -748,9 +748,9 @@
 
 
 
-/*
+/**
    @note it's presumed that the caller has already reset the map canvas, map registry, and legend
-*/
+ */
 bool QgsProject::read()
 {
   clearError();

Modified: trunk/qgis/src/gui/qgisgui.h
===================================================================
--- trunk/qgis/src/gui/qgisgui.h	2011-02-09 08:33:10 UTC (rev 15146)
+++ trunk/qgis/src/gui/qgisgui.h	2011-02-09 16:27:05 UTC (rev 15147)
@@ -78,8 +78,8 @@
 
   /** A helper function to get an image name from the user. It will nicely
    * provide filters with all available writable image formats.
-   * @param QWidget - widget that should act as the parent for the file dialog
-   * @param QString the message to display to the user
+   * @param theParent widget that should act as the parent for the file dialog
+   * @param theMessage the message to display to the user
    * @return QPair<QString, QString> where first is the file name and second is
    * the file type
    * @note added in 1.6

Modified: trunk/qgis/src/gui/qgssearchquerybuilder.h
===================================================================
--- trunk/qgis/src/gui/qgssearchquerybuilder.h	2011-02-09 08:33:10 UTC (rev 15146)
+++ trunk/qgis/src/gui/qgssearchquerybuilder.h	2011-02-09 16:27:05 UTC (rev 15147)
@@ -73,7 +73,6 @@
 
     /*! 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.
-     * @param showResults If true, the results are displayed in a QMessageBox
      */
     void on_btnTest_clicked();
 



More information about the QGIS-commit mailing list