summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2005-08-06 02:07:55 +0000
committerBrad Hards <bradh@frogmouth.net>2005-08-06 02:07:55 +0000
commitedbd7957b393eb63f48df7db6b220b355d4fc461 (patch)
treea49eeef0540f4fd924a5acef663db3a9f619cec0
parentf43a6f1d1c27c042f5736746c94430083baa4c1d (diff)
Make API extraction work again.
-rw-r--r--ChangeLog3
-rw-r--r--qt4/src/Doxyfile2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bed0e34..4f4d8061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-08-06 Brad Hards <bradh@frogmouth.net>
+ * qt4/src/Doxyfile: Add define so doxygen can extract the
+ API for Qt4 bindings again.
+
* qt4/tests/test-password-qt4.cpp: new test framework for
encrypted files.
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 5d071e6e..9fdce14c 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -980,7 +980,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED =
+PREDEFINED = UNSTABLE_POPPLER_QT4
# 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.