diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.co.uk> | 2011-01-08 20:02:34 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.co.uk> | 2011-01-08 20:02:34 +0200 |
commit | 9e8a84eb130a601b0b0621f75138884b50daf319 (patch) | |
tree | d692bd7039da157c2cbb2646a58630d303103387 | |
parent | e324fb1b604a9c7f8440644205dac651a4b07264 (diff) |
Hide the export macros from the documentation.
-rw-r--r-- | Doxyfile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index e2299fd..ef54f09 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1304,7 +1304,10 @@ PREDEFINED = QGLIB_HAVE_CXX0X \ Q_GLOBAL_STATIC(x,y)= \ Q_DECLARE_FLAGS(x,y)= \ Q_DECLARE_OPERATORS_FOR_FLAGS(x)= \ - Q_DISABLE_COPY(x)= + Q_DISABLE_COPY(x)= \ + QTGLIB_EXPORT= \ + QTGSTREAMER_EXPORT = \ + QTGSTREAMERUI_EXPORT= # 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. |