summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2010-12-26 17:27:56 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.co.uk>2010-12-26 17:27:56 +0200
commiteff0ac209cf4003d696cd8b32d8d0a575db95f7f (patch)
tree0aaa88c1c8e1b2b0307f1cfa2d0ce65a3f26a0c4
parent2f623feaf2093c0b41620ab2c0b3613a68fe51d4 (diff)
Let doxygen expand some macros to make the docs nicer.
-rw-r--r--Doxyfile.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index d6238ad..77af7cb 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -1265,13 +1265,13 @@ ENABLE_PREPROCESSING = YES
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
-MACRO_EXPANSION = NO
+MACRO_EXPANSION = YES
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
# then the macro expansion is limited to the macros specified with the
# PREDEFINED and EXPAND_AS_DEFINED tags.
-EXPAND_ONLY_PREDEF = NO
+EXPAND_ONLY_PREDEF = YES
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
# in the INCLUDE_PATH (see below) will be search if a #include is found.
@@ -1300,14 +1300,19 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = QGLIB_HAVE_CXX0X \
- DOXYGEN_RUN
+ DOXYGEN_RUN \
+ Q_GLOBAL_STATIC(x,y)= \
+ Q_DECLARE_FLAGS(x,y)= \
+ Q_DECLARE_OPERATORS_FOR_FLAGS(x)=
# 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.
# The macro definition that is found in the sources will be used.
# Use the PREDEFINED tag if you want to use a different macro definition.
-EXPAND_AS_DEFINED =
+EXPAND_AS_DEFINED = QGST_WRAPPER_DECLARATION \
+ QGST_WRAPPER_GSTCLASS_DECLARATION \
+ QGST_WRAPPER_REFPOINTER_DECLARATION
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone