summaryrefslogtreecommitdiffstats
path: root/doc/global/compat.qdocconf
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Ignore QML/JavaScript parsing errorsTopi Reinio2017-02-071-1/+2
| | | | | | | | | | QDoc reports warnings for every QML code snippet that's not a complete QML type declaration - ignore these warnings because in majority of the cases, they're not indicative of any actual problems in the code. Change-Id: I53d13e2ae683ca8c5473f68eda17c61199de1ff8 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* qdoc: Fix the qdoc \include commandMartin Smith2013-08-221-2/+0
| | | | | | | | | | | | | | | | qdoc's \include command now works as expected. This command is only for including a file that contains qdoc comments that contain qdoc commands to be processed by qdoc. The file to be included should have the .qdocinc suffix, although qdoc will accept any suffix now. The file must be in one of the directories specified by the sourcedirs variable in the qdocconf file. Task-number: QTBUG-33046 Change-Id: I45ea08932b4218aae369469968117fb5132f764b Reviewed-by: Alex Blasche <alexander.blasche@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Adding base macros and other QDoc definitionsJerome Pasion2012-10-261-0/+11
The module documentation require these definitions. Change-Id: Iecef3df5edad761d8c5f67b14783e13952ab2dbb Reviewed-by: Martin Smith <martin.smith@digia.com>