[GRASS-SVN] r66503 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 15 07:02:24 PDT 2015
Author: wenzeslaus
Date: 2015-10-15 07:02:23 -0700 (Thu, 15 Oct 2015)
New Revision: 66503
Modified:
grass/trunk/include/Make/Doxyfile_arch_html.in
grass/trunk/include/Make/Doxyfile_arch_latex.in
Log:
dox: add G_matvec_ related defines
This adds previously disabled G_matvec_ functions to the C programming documentation.
Modified: grass/trunk/include/Make/Doxyfile_arch_html.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_html.in 2015-10-15 13:59:31 UTC (rev 66502)
+++ grass/trunk/include/Make/Doxyfile_arch_html.in 2015-10-15 14:02:23 UTC (rev 66503)
@@ -1532,7 +1532,9 @@
PREDEFINED = HAVE_OGR \
HAVE_TIFFIO_H \
- HAVE_GEOS
+ HAVE_GEOS \
+ HAVE_LIBLAPACK \
+ HAVE_LIBBLAS
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
Modified: grass/trunk/include/Make/Doxyfile_arch_latex.in
===================================================================
--- grass/trunk/include/Make/Doxyfile_arch_latex.in 2015-10-15 13:59:31 UTC (rev 66502)
+++ grass/trunk/include/Make/Doxyfile_arch_latex.in 2015-10-15 14:02:23 UTC (rev 66503)
@@ -1532,7 +1532,9 @@
PREDEFINED = HAVE_OGR \
HAVE_TIFFIO_H \
- HAVE_GEOS
+ HAVE_GEOS \
+ HAVE_LIBLAPACK \
+ HAVE_LIBBLAS
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
More information about the grass-commit
mailing list