Explorar o código

dox: add G_matvec_ related defines

This adds previously disabled G_matvec_ functions to the C programming documentation.


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66503 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras %!s(int64=9) %!d(string=hai) anos
pai
achega
65fe2ddf18
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 3 1
      include/Make/Doxyfile_arch_html.in
  2. 3 1
      include/Make/Doxyfile_arch_latex.in

+ 3 - 1
include/Make/Doxyfile_arch_html.in

@@ -1532,7 +1532,9 @@ INCLUDE_FILE_PATTERNS  =
 
 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.

+ 3 - 1
include/Make/Doxyfile_arch_latex.in

@@ -1532,7 +1532,9 @@ INCLUDE_FILE_PATTERNS  =
 
 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.