We use Qt 5.x now, so no need to keep that.
Change-Id: I8c84ad10ce5a8b7e166babd2bc3c4ed4a7d78da3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Missed the Extending Qt Creator Manual the last time I did this.
Change-Id: I33b9b59ef204d0f7c6a5f98665c4839c6646c9b1
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Use double quotes if you need quotes.
Use QDir::toNativeSeparators() for file and directory names that you
pass to \c{tr().arg().
Do not use markup that spans the whole string.
Change-Id: I364f5b12d2d9c68c104bf8ff6a12d9e4fbab4514
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This patch fixes ~1100 warnings from qdoc
Change-Id: Ia9555db675acbf8083b2f87d9855a62a3a34ccb9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Remove the \contextpage commands, as they are only used
in some of the files.
Task-number: QTBUG-31106
Change-Id: Iacbf15a33ab6cb426c2fbfb6fbed03310095f2ba
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
The script can also be used to check the capitalization of
headings in Qt docs.
Change-Id: If338d0ee7fd2c764171bf9e70091721d0397e86b
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>