diff options
author | David Boddie <dboddie@trolltech.com> | 2009-09-21 13:06:57 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-09-21 14:00:23 (GMT) |
commit | 116d48eebc4dc332bcfa6402e53f351e439b8271 (patch) | |
tree | 2a968735ab12b3aff788f9b2c37a1c709b0f0fd2 /tools/qdoc3 | |
parent | f9836ac961d2bfca543dd6f495a248ea531ba57a (diff) | |
download | Qt-116d48eebc4dc332bcfa6402e53f351e439b8271.zip Qt-116d48eebc4dc332bcfa6402e53f351e439b8271.tar.gz Qt-116d48eebc4dc332bcfa6402e53f351e439b8271.tar.bz2 |
Doc: Exclude the Q_CORE_EXPORT_INLINE declaration from the docs.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/test/qt-cpp-ignore.qdocconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt-cpp-ignore.qdocconf b/tools/qdoc3/test/qt-cpp-ignore.qdocconf index 709e336..1efc215 100644 --- a/tools/qdoc3/test/qt-cpp-ignore.qdocconf +++ b/tools/qdoc3/test/qt-cpp-ignore.qdocconf @@ -26,6 +26,7 @@ Cpp.ignoretokens = QAXFACTORY_EXPORT \ QT_WIDGET_PLUGIN_EXPORT \ Q_COMPAT_EXPORT \ Q_CORE_EXPORT \ + Q_CORE_EXPORT_INLINE \ Q_EXPLICIT \ Q_EXPORT \ Q_EXPORT_CODECS_CN \ |