projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af6f28
)
Predefine HAVE_XSLT, HAVE_XML2 for Doxygen
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 4 May 2006 19:59:11 +0000
(19:59 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 4 May 2006 19:59:11 +0000
(19:59 +0000)
Doxyfile.in
patch
|
blob
|
history
diff --git
a/Doxyfile.in
b/Doxyfile.in
index
052549a
..
73a0a80
100644
(file)
--- a/
Doxyfile.in
+++ b/
Doxyfile.in
@@
-950,7
+950,7
@@
INCLUDE_FILE_PATTERNS =
# or name=definition (no spaces). If the definition and the = are
# omitted =1 is assumed.
-PREDEFINED = "YAZ_BEGIN_CDECL= " "YAZ_END_CDECL=" "YAZ_EXPORT="
+PREDEFINED = "YAZ_BEGIN_CDECL= " "YAZ_END_CDECL=" "YAZ_EXPORT=" "HAVE_XML2=1" "HAVE_XSLT=1"
# 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.