[GRASS-SVN] r38359 - in grass/trunk/lib: . rowio
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 10 17:43:27 EDT 2009
Author: martinl
Date: 2009-07-10 17:43:26 -0400 (Fri, 10 Jul 2009)
New Revision: 38359
Added:
grass/trunk/lib/rowio/rowiolib.dox
Modified:
grass/trunk/lib/grasslib.dox
grass/trunk/lib/rowio/Makefile
Log:
doxygen page for rowiolib
Modified: grass/trunk/lib/grasslib.dox
===================================================================
--- grass/trunk/lib/grasslib.dox 2009-07-10 21:05:13 UTC (rev 38358)
+++ grass/trunk/lib/grasslib.dox 2009-07-10 21:43:26 UTC (rev 38359)
@@ -95,7 +95,7 @@
- psdriver: PostScript display driver library - \ref psdriver
- python: \ref pythonlib
- raster: \ref rasterlib
- - rowio: Raster row in/out library - \ref rowio
+ - rowio: \ref rowiolib
- rst: Library for interpolation with regularized splines with tension - \ref rst
- segment: \ref segmentlib (segment library for segmented raster reading)
- sites: Old Sites library, now interfaced to \ref vectorlib - \ref sites
Modified: grass/trunk/lib/rowio/Makefile
===================================================================
--- grass/trunk/lib/rowio/Makefile 2009-07-10 21:05:13 UTC (rev 38358)
+++ grass/trunk/lib/rowio/Makefile 2009-07-10 21:43:26 UTC (rev 38359)
@@ -1,8 +1,10 @@
-
MODULE_TOPDIR = ../..
LIB_NAME = $(ROWIO_LIBNAME)
include $(MODULE_TOPDIR)/include/Make/Lib.make
+include $(MODULE_TOPDIR)/include/Make/Doxygen.make
default: lib
+
+DOXNAME = rowiolib
Added: grass/trunk/lib/rowio/rowiolib.dox
===================================================================
--- grass/trunk/lib/rowio/rowiolib.dox (rev 0)
+++ grass/trunk/lib/rowio/rowiolib.dox 2009-07-10 21:43:26 UTC (rev 38359)
@@ -0,0 +1,28 @@
+/*! \page rowiolib GRASS Row Input/Output Library
+
+by GRASS Development Team (http://grass.osgeo.org)
+
+This library is used for reading/writing raster rows.
+
+TODO: Explain in detail.
+
+\code
+#include <grass/rowio.h>
+\endcode
+
+\section listOfFunctions List of functions
+
+ - Rowio_fileno()
+
+ - Rowio_flush()
+
+ - Rowio_forget()
+
+ - Rowio_get()
+
+ - Rowio_put()
+
+ - Rowio_release()
+
+ - Rowio_setup()
+*/
Property changes on: grass/trunk/lib/rowio/rowiolib.dox
___________________________________________________________________
Added: svn:mime-type
+ text/x-plain
Added: svn:keywords
+ Author Date Id
Added: svn:eol-style
+ native
More information about the grass-commit
mailing list