git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63905 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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
@@ -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()
+*/