doc: Added Q_REQUIRED_RESULT to ignored tokens

This macro is apparently knew. It was unknown to qdoc.
Now qdoc knows to ignore it.

Task-number: QTBUG-32344
Change-Id: Id4455ad2329aeb2d2f8cacef99cdd1ff2a72321c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Martin Smith 2013-07-19 12:37:03 +02:00 committed by The Qt Project
parent a7f020fe17
commit 93a3173444

View File

@ -60,6 +60,7 @@ Cpp.ignoretokens += \
Q_OUTOFLINE_TEMPLATE \ Q_OUTOFLINE_TEMPLATE \
Q_PRINTSUPPORT_EXPORT \ Q_PRINTSUPPORT_EXPORT \
Q_QML_EXPORT \ Q_QML_EXPORT \
Q_REQUIRED_RESULT \
Q_SCRIPT_EXPORT \ Q_SCRIPT_EXPORT \
Q_SCRIPTTOOLS_EXPORT \ Q_SCRIPTTOOLS_EXPORT \
Q_SQL_EXPORT \ Q_SQL_EXPORT \