summaryrefslogtreecommitdiff
path: root/doc/config
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Remove unused/old qdoc conf filesSergio Ahumada2015-03-1141-4092/+0
| | | | | Change-Id: Iefecf07553601f3a20a14f86a7e058ef1ccf9ca7 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Change Qt bugtracker URL to qt.ioAlex Blasche2014-12-161-1/+1
| | | | | | Change-Id: I5ecc2a929812667609c938f38c3d9195bda1f1ae Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Remove unused and unlinked qdocconf file from the project.Jędrzej Nowacki2014-03-141-33/+0
| | | | | Change-Id: I24ba7ae438d4763ca065d88147ff0a023c0ce85c Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* doc: Removed the HTML template from the .qdocconf filesLaszlo Papp2013-04-051-1/+0
| | | | | | | qt-module-defaults.qdocconf already contains the HTML template. Change-Id: I06218652147efeb1f86b34e0d52ae413987e4e87 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Don't use QT_{BEGIN,END}_HEADER macrosSergio Ahumada2013-01-281-2/+0
| | | | | | | | | | This macro is useless from Qt 5.1 on, so: - Don't generate these macros when using make_sensor.pl - There is no need to blacklist these in qt-cpp-ignore.qdocconf Change-Id: I91b1050aaf406fb140ab9d28369992e4d08b5cd0 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
* Update docs after modularization of docsTor Arne Vestbø2012-10-111-1/+3
| | | | | | | | The global files now live in qtbase only, and are made available to the other modules via the $QT_INSTALL_DOCS variable. Change-Id: I4f77194f9c1e0c65636430ac22de3241b49d4641 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-243-7/+7
| | | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I85014238e262cb59d8d92b0d708851e82e5633da Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Hook doc generation into global QMAKE_DOCS contextalex2012-06-222-42/+1
| | | | | Change-Id: I3b654018a9d29719e56b928205f441e193fc01a3 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* tweak to projects so that files show up in creatorLincoln Ramsay2012-06-201-10/+3
| | | | | Change-Id: Ice3f2df6b26995a21c0ec681245a7d54a0a01674 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Docs go in the build tree, not the source tree!Lincoln Ramsay2012-04-022-3/+3
| | | | | | Change-Id: I2d489c0ea78019e7b5ce5ea52868119baddffbd6 Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Docs: fix \e problem by not including compat.qdocconf file.Peter Yard2012-03-091-1/+1
| | | | | Change-Id: I24e7031a0138be40caa2b3e2edc98ec53489850c Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
| | | | | Change-Id: Iba572fa483fff03877336600112414971296f933 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-012-23/+23
| | | | | | | | | | QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I9e809abef666b8498bc481aae9f324b954eff387 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Docs: allow standalone builds of documentation.Peter Yard2012-02-2743-0/+4174
Change-Id: Iafd4dd55fbbf726e8991365b154e36642cc2688a Reviewed-by: Alex <alex.blasche@nokia.com>