[GRASS-SVN] r36022 - grass/branches/releasebranch_6_4/tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 21 14:20:52 EST 2009
Author: neteler
Date: 2009-02-21 14:20:52 -0500 (Sat, 21 Feb 2009)
New Revision: 36022
Modified:
grass/branches/releasebranch_6_4/tools/build_html_index.sh
Log:
add missing descriptions for a few modules
Modified: grass/branches/releasebranch_6_4/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/build_html_index.sh 2009-02-21 19:20:32 UTC (rev 36021)
+++ grass/branches/releasebranch_6_4/tools/build_html_index.sh 2009-02-21 19:20:52 UTC (rev 36022)
@@ -24,12 +24,21 @@
check_for_desc_override()
{
case "$BASENAME" in
+ d.font.freetype)
+ SHORTDESC="Selects the font in which text will be displayed on the user's graphics monitor (compatibility alias module for d.font)."
+ ;;
+ d.text.freetype)
+ SHORTDESC="Draws text in the active display frame on the graphics monitor using the current font (compatibility alias module for d.text)."
+ ;;
g.parser)
SHORTDESC="Provides automated parser, GUI, and help support for GRASS scipts."
;;
r.mapcalc)
SHORTDESC="Raster map calculator."
;;
+ r3.mapcalc)
+ SHORTDESC="3D raster map calculator."
+ ;;
r.li.daemon)
SHORTDESC="Support module for r.li landscape index calculations."
;;
More information about the grass-commit
mailing list