浏览代码

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 9 年之前
父节点
当前提交
65fe2ddf18
共有 2 个文件被更改,包括 6 次插入2 次删除
  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.