[PPL-devel] [GIT] ppl/ppl(master): Let Doxygen expand macro PPL_USE_SPARSE_MATRIX as defined.

Enea Zaffanella zaffanella at cs.unipr.it
Mon Nov 7 09:51:37 CET 2011


Module: ppl/ppl
Branch: master
Commit: 1597df4105756ddeab2027e8e837d97c9924bb4b
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1597df4105756ddeab2027e8e837d97c9924bb4b

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Mon Nov  7 09:50:41 2011 +0100

Let Doxygen expand macro PPL_USE_SPARSE_MATRIX as defined.

---

 doc/devref-language-interface.doxyconf.in |    3 ++-
 doc/devref.doxyconf-html.in               |    3 ++-
 doc/devref.doxyconf-latex.in              |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/devref-language-interface.doxyconf.in b/doc/devref-language-interface.doxyconf.in
index 9f5204b..32c1bb5 100644
--- a/doc/devref-language-interface.doxyconf.in
+++ b/doc/devref-language-interface.doxyconf.in
@@ -223,7 +223,8 @@ PREDEFINED             = <PPL_SED_CONFIGURED_MANUAL> \
                          PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS \
                          PPL_PROTO(protos):=protos
 EXPAND_AS_DEFINED      = DECLARE_CONVERSIONS \
-                         CATCH_ALL
+                         CATCH_ALL \
+                         PPL_USE_SPARSE_MATRIX
 SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
 # Configuration::additions related to external references
diff --git a/doc/devref.doxyconf-html.in b/doc/devref.doxyconf-html.in
index 99bfb68..8a67bd5 100644
--- a/doc/devref.doxyconf-html.in
+++ b/doc/devref.doxyconf-html.in
@@ -521,7 +521,8 @@ SEARCH_INCLUDES        = YES
 INCLUDE_PATH           =
 INCLUDE_FILE_PATTERNS  =
 PREDEFINED             = PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS
-EXPAND_AS_DEFINED      = PPL_OUTPUT_DECLARATIONS
+EXPAND_AS_DEFINED      = PPL_OUTPUT_DECLARATIONS \
+                         PPL_USE_SPARSE_MATRIX
 SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
 # Configuration::additions related to external references
diff --git a/doc/devref.doxyconf-latex.in b/doc/devref.doxyconf-latex.in
index 500665e..dce5cac 100644
--- a/doc/devref.doxyconf-latex.in
+++ b/doc/devref.doxyconf-latex.in
@@ -519,7 +519,8 @@ SEARCH_INCLUDES        = YES
 INCLUDE_PATH           =
 INCLUDE_FILE_PATTERNS  =
 PREDEFINED             = PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS
-EXPAND_AS_DEFINED      = PPL_OUTPUT_DECLARATIONS
+EXPAND_AS_DEFINED      = PPL_OUTPUT_DECLARATIONS \
+                         PPL_USE_SPARSE_MATRIX
 SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
 # Configuration::additions related to external references




More information about the PPL-devel mailing list