[GRASS-SVN] r63905 - grass/trunk/lib/arraystats
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 1 10:53:50 PST 2015
Author: martinl
Date: 2015-01-01 10:53:50 -0800 (Thu, 01 Jan 2015)
New Revision: 63905
Added:
grass/trunk/lib/arraystats/arraystatslib.dox
Modified:
grass/trunk/lib/arraystats/Makefile
Log:
add template for arraystats library
Modified: grass/trunk/lib/arraystats/Makefile
===================================================================
--- grass/trunk/lib/arraystats/Makefile 2015-01-01 18:23:38 UTC (rev 63904)
+++ grass/trunk/lib/arraystats/Makefile 2015-01-01 18:53:50 UTC (rev 63905)
@@ -1,9 +1,11 @@
-
MODULE_TOPDIR = ../..
LIB = ARRAYSTATS
include $(MODULE_TOPDIR)/include/Make/Lib.make
+include $(MODULE_TOPDIR)/include/Make/Doxygen.make
default: lib
+
+DOXNAME = arraystats
Added: grass/trunk/lib/arraystats/arraystatslib.dox
===================================================================
--- grass/trunk/lib/arraystats/arraystatslib.dox (rev 0)
+++ grass/trunk/lib/arraystats/arraystatslib.dox 2015-01-01 18:53:50 UTC (rev 63905)
@@ -0,0 +1,20 @@
+/*! \page arraystatslib GRASS array statistics Library
+
+by GRASS Development Team (http://grass.osgeo.org)
+
+\tableofcontents
+
+\section listOfFunctios List of functions
+
+- class_apply_algorithm()
+- class_interval()
+- class_quant()
+- class_discont()
+- class_stdev()
+- class_equiprob()
+- class_frequencies()
+- eqdrt()
+- basic_stats()
+
+*/
+
Property changes on: grass/trunk/lib/arraystats/arraystatslib.dox
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:keywords
+ Author Date Id
Added: svn:eol-style
+ native
More information about the grass-commit
mailing list