summaryrefslogtreecommitdiffstats
path: root/doc/global/qt-cpp-ignore.qdocconf
Commit message (Collapse)AuthorAgeFilesLines
* Remove left-overs of QT_{BEGIN,END}_HEADERSSergio Ahumada2013-01-311-2/+0
| | | | | | | | | | | | | This macro is useless from Qt 5.1 on, so: - Remove comment about using QT_BEGIN_NAMESPACE after QT_BEGIN_HEADER - There is no need to blacklist these in qt-cpp-ignore.qdocconf Change-Id: I2c3ceb3d77d294a606b87f7486071a2350b3d42f Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Placed missing '\'Jerome Pasion2012-11-071-3/+3
| | | | | Change-Id: I311ea81e2cdd0069f2a93758c3cd38bc75ae0b54 Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Integrated ignoretokens and ignoredirectives from Qt Multimedia.Jerome Pasion2012-11-071-6/+9
| | | | | | | Sorted the entries Change-Id: I6e1716c899e2f7e5360571ccfbde5aaf798d65af Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Consolidated the QDoc variables.Jerome Pasion2012-10-261-48/+58
| | | | | | | | | -Modules only need to include qt-module-defaults.qdocconf -Sorted the variables. -The variables still need to be confirmed to be important. Change-Id: I7b40f665bf6348b668f3bcfd3c5ab4d881ef6aed Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Adding base macros and other QDoc definitionsJerome Pasion2012-10-261-0/+103
| | | | | | | The module documentation require these definitions. Change-Id: Iecef3df5edad761d8c5f67b14783e13952ab2dbb Reviewed-by: Martin Smith <martin.smith@digia.com>
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-60/+0
| | | | | | | | | | All qdocconf settings that should be used by all Qt modules are now in qt-module-defaults.qdocconf. Change-Id: I2a0315a55db3fcbb0160c4392d2da98611043d83 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com> Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Sort qdoc ignores.Frederik Gladhorn2012-08-211-20/+23
| | | | | Change-Id: Icada1b073f12273fe8d7712a82a94bc7f3595d8b Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
* Add Q_DECL_NOTHROW to the tokens qdoc ignoresLars Knoll2012-08-181-1/+2
| | | | | | | | This fixes a couple of qdoc errors on methods that are declared as nothrow. Change-Id: I22bcd18253665280a5c1c3a38539dacf8f869c57 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Make qdoc ignore Q_WIDGETS_EXPORT.Frederik Gladhorn2012-08-171-0/+1
| | | | | Change-Id: Ic76ba6260a219f5a7f336e6bc15654bc827dfcd3 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
* Ignore Q_DECL_NOEXCEPT in qdocLars Knoll2012-08-151-1/+2
| | | | | | | This fixes a large bunch of qdoc errors in Qt Core. Change-Id: Ie3c3cebc730081a0927a0998d8937d721719c1c6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-0/+54
This change fixes most qdoc errors in QtCore. There are about 900 left. The main thing this change does is moving documentation from qtcore from /doc/src to /src/corelib/doc. Other issues resolved are mis-use of qdoc commands. Change-Id: I002d01edfb13575e8bf27ce91596a577a92562d1 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>