[GRASS-SVN] r55460 - in grass/trunk: . gui/wxpython/core gui/wxpython/dbmgr gui/wxpython/iclass gui/wxpython/lmgr gui/wxpython/web_services lib/display lib/gis lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 19 14:02:09 PDT 2013


Author: wenzeslaus
Date: 2013-03-19 14:02:09 -0700 (Tue, 19 Mar 2013)
New Revision: 55460

Modified:
   grass/trunk/grasslib.dox
   grass/trunk/gui/wxpython/core/utils.py
   grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py
   grass/trunk/gui/wxpython/iclass/frame.py
   grass/trunk/gui/wxpython/lmgr/giface.py
   grass/trunk/gui/wxpython/web_services/dialogs.py
   grass/trunk/lib/display/symbol.c
   grass/trunk/lib/gis/gislib.dox
   grass/trunk/lib/ogsf/gvl_file.c
Log:
dox: syntax errors

Modified: grass/trunk/grasslib.dox
===================================================================
--- grass/trunk/grasslib.dox	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/grasslib.dox	2013-03-19 21:02:09 UTC (rev 55460)
@@ -89,7 +89,7 @@
 \subsection vectoribs Vector Libraries
 
  - %vector: \ref vectorlib
-  - dglib: \ref dglib
+  - dglib (internal library)
   - vedit: \ref veditlib - %vector editing
   - neta: \ref netalib
  - sites:	Old Sites library, now interfaced to \ref vectorlib - \ref sites

Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/gui/wxpython/core/utils.py	2013-03-19 21:02:09 UTC (rev 55460)
@@ -848,8 +848,8 @@
 def SetAddOnPath(addonPath = None, key = 'PATH'):
     """!Set default AddOn path
 
-    @addonPath path to addons (None for default)
-    @key env key - 'PATH' or 'BASE'
+    @param addonPath path to addons (None for default)
+    @param key env key - 'PATH' or 'BASE'
     """
     gVersion = grass.version()['version'].split('.', 1)[0]
     # update env file

Modified: grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/gui/wxpython/dbmgr/sqlbuilder.py	2013-03-19 21:02:09 UTC (rev 55460)
@@ -20,7 +20,7 @@
 
 @author Jachym Cepicky <jachym.cepicky gmail.com> (original author)
 @author Martin Landa <landa.martin gmail.com>
- at author Hamish Bowman <hamish_b yahoo com>
+ at author Hamish Bowman <hamish_b yahoo.com>
 @author Refactoring, SQLBUilderUpdate by Stepan Turek <stepan.turek seznam.cz> (GSoC 2012, mentor: Martin Landa)
 """
 

Modified: grass/trunk/gui/wxpython/iclass/frame.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/frame.py	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/gui/wxpython/iclass/frame.py	2013-03-19 21:02:09 UTC (rev 55460)
@@ -1080,7 +1080,7 @@
     def OnPointer(self, event):
         """!Set pointer mode.
 
-        @fixme: needs refactoring
+        @todo: pointers need refactoring
         """
         toolbar = self.GetMapToolbar()
 

Modified: grass/trunk/gui/wxpython/lmgr/giface.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/giface.py	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/gui/wxpython/lmgr/giface.py	2013-03-19 21:02:09 UTC (rev 55460)
@@ -137,8 +137,8 @@
     """
     def __init__(self, giface, tree):
         """!
-        @giface original grass interface
-        @tree tree which will be used instead of the tree from giface
+        @param giface original grass interface
+        @param tree tree which will be used instead of the tree from giface
         """
         self._giface = giface
         self.tree = tree

Modified: grass/trunk/gui/wxpython/web_services/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/web_services/dialogs.py	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/gui/wxpython/web_services/dialogs.py	2013-03-19 21:02:09 UTC (rev 55460)
@@ -644,7 +644,7 @@
     def LoadCapFiles(self, ws_cap_files, cmd):
         """!Parse cap files and update dialog.
 
-        @params for description see constructor
+        For parameters description, see the constructor.
         """
         self.ch_ws_sizer.Clear(deleteWindows = True)
 

Modified: grass/trunk/lib/display/symbol.c
===================================================================
--- grass/trunk/lib/display/symbol.c	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/lib/display/symbol.c	2013-03-19 21:02:09 UTC (rev 55460)
@@ -131,13 +131,16 @@
  * The symbol must be pre-processed with S_stroke() before being sent
  * to this function.
  *
- * example:
+ * \par Example
+ * \code
  *   #include <grass/display.h>
  *   #include <grass/symbol.h>
+ *   ...
  *   SYMBOL *Symb;
  *   Symb = S_read( symbol_name );
  *   S_stroke( Symb, size, rotation, tolerance );
  *   D_symbol( Symb, x0, y0, line_color, fill_color );
+ * \endcode
  *
  *  \param Symb The symbol name (e.g. basic/circle)
  *  \param x0   The starting x display coordinate (pixel)

Modified: grass/trunk/lib/gis/gislib.dox
===================================================================
--- grass/trunk/lib/gis/gislib.dox	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/lib/gis/gislib.dox	2013-03-19 21:02:09 UTC (rev 55460)
@@ -1058,13 +1058,13 @@
  - G_plot_where_en()
 
 The pixel coordinates <i>x,y</i> are converted to map coordinates
-east,north</i>. See G_setup_plot() for the required coordinate
+<i>east,north</i>. See G_setup_plot() for the required coordinate
 initialization procedure.
 
  - G_plot_where_xy()
 
 The map coordinates <i>east,north</i> are converted to pixel
-coordinates <i>x,y.</i>. See G_setup_plot() for the required
+coordinates <i>x,y</i>. See G_setup_plot() for the required
 coordinate initialization procedure.
 
  - G_plot_fx()

Modified: grass/trunk/lib/ogsf/gvl_file.c
===================================================================
--- grass/trunk/lib/ogsf/gvl_file.c	2013-03-19 17:31:21 UTC (rev 55459)
+++ grass/trunk/lib/ogsf/gvl_file.c	2013-03-19 21:02:09 UTC (rev 55460)
@@ -412,7 +412,7 @@
    \param[out] min min value
    \param[out] max max value
 
-   \pointer to data
+   \returns pointer to data
  */
 void *open_g3d_file(const char *filename, IFLAG * type, double *min,
 		    double *max)



More information about the grass-commit mailing list