aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/items/language/scanner.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation warningsRichard Weickelt2020-10-251-1/+0
| | | | | | | | | | | The \contentspage command is obsolet without replacement. It has not been working since Qt5.2. The link to the Qt resource system does not work locally and should point to the online page instead. Change-Id: Ib065cfd26c90b60d3cd3d72820b16c6601e80ad4 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
* Do not ignore file dependencies in the Scanner itemChristian Kandeler2019-01-181-1/+5
| | | | | | | We used to look only at artifacts when scanning recursively. Change-Id: I39f968c05dd3e6af362bf3bb98380814b01de172 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Fix documentation for Scanner itemChristian Kandeler2019-01-081-4/+3
| | | | | | | | The scanned dependencies of a file have nothing to do with Depends items. Change-Id: I0ac600fa2b12f4d14b9d51f5e5e681d914f2d2d8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Use QDoc QML commands to document Qbs language itemsLeena Miettinen2017-11-301-44/+54
| | | | | | Task-number: QBS-1245 Change-Id: I470a629312b1c65ea9e51c603607c486115a304c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Allow the qbs.Xml extension to work in JavaScript filesJake Petroules2017-10-171-1/+1
| | | | | | | | | | | | | | | We must return a valid object. Also, make the constructors of XmlDomDocument and XmlDomNode members of the returned object instead of polluting the global scope. [ChangeLog] XmlDomDocument and XmlDomElement are deprecated and will be removed in the 1.12 release. Use the names Xml.DomDocument and Xml.DomElement instead, which are also now available in JavaScript files as well as in a QML context. Change-Id: I82e3e33c52ac7c8fdf9ba9c27491088d643b07f7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Doc: Enable context-sensitive help (F1) for Qbs itemsLeena Miettinen2017-07-071-0/+1
| | | | | | | | | | By adding the \keyword command with the value QML.<itemName> to the documentation of each item. Change-Id: Ieb24a33bddafbf135e9477350ba082cf630c9353 Task-number: QBS-1149 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Clean up the documentation for the Scanner itemChristian Kandeler2017-01-051-6/+5
| | | | | Change-Id: Ie80e267263a59458862cfcfb54394b702e201d28 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Documentation: split list of items into language and convenience itemsJake Petroules2016-12-071-0/+95
Change-Id: Ia2f48518a4a78070a05a494c46debc8903308fa2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>