소스 검색

add template for arraystats library

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63905 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 년 전
부모
커밋
0d2c98beb7
2개의 변경된 파일23개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lib/arraystats/Makefile
  2. 20 0
      lib/arraystats/arraystatslib.dox

+ 3 - 1
lib/arraystats/Makefile

@@ -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

+ 20 - 0
lib/arraystats/arraystatslib.dox

@@ -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()
+
+*/
+