Changeset 66503


Ignore:
Timestamp:
Oct 15, 2015, 7:02:23 AM (9 years ago)
Author:
wenzeslaus
Message:

dox: add G_matvec_ related defines

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

Location:
grass/trunk/include/Make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/include/Make/Doxyfile_arch_html.in

    r66099 r66503  
    15331533PREDEFINED             = HAVE_OGR \
    15341534                         HAVE_TIFFIO_H \
    1535                          HAVE_GEOS
     1535                         HAVE_GEOS \
     1536                         HAVE_LIBLAPACK \
     1537                         HAVE_LIBBLAS
    15361538
    15371539# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
  • grass/trunk/include/Make/Doxyfile_arch_latex.in

    r62546 r66503  
    15331533PREDEFINED             = HAVE_OGR \
    15341534                         HAVE_TIFFIO_H \
    1535                          HAVE_GEOS
     1535                         HAVE_GEOS \
     1536                         HAVE_LIBLAPACK \
     1537                         HAVE_LIBBLAS
    15361538
    15371539# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
Note: See TracChangeset for help on using the changeset viewer.