summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/node.h
Commit message (Expand)AuthorAgeFilesLines
* qdoc is moving back to qttoolsOswald Buddenhagen2015-10-221-1167/+0
* qdoc: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* qdoc: Improve resolving related non-members and their overload numbersTopi Reinio2015-08-191-0/+3
* qdoc: Allow formal parameters in link targetsMartin Smith2015-08-161-12/+14
* qdoc: Improve searching of collection nodesTopi Reinio2015-07-241-2/+2
* tools: mark some types movable/primitiveMarc Mutz2015-07-221-0/+1
* qdoc: Add the noautolist command to qdocMartin Smith2015-07-101-1/+6
* qdoc: Improve documentation for propertiesMartin Smith2015-06-101-8/+16
* qdoc: Related non-members are now linked correctlyMartin Smith2015-06-101-8/+10
* qdoc: Always try to use the declaration locationMartin Smith2015-06-091-3/+6
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+4
|\
| * Fix inconsistent overrides. [-Winconsistent-missing-override]Sérgio Martins2015-04-201-1/+1
| * qdoc: Properly document "private" signalsMartin Smith2015-04-161-0/+3
* | qdoc: Changing InnerNode to AggregateMartin Smith2015-04-131-41/+41
* | qdoc: More data member name changesMartin Smith2015-04-111-20/+20
* | qdoc: Data member name changesMartin Smith2015-04-081-112/+106
|/
* qdoc: Update for classes in namespacesMartin Smith2015-03-271-1/+5
* qdoc: Remove obsolete stuff from the qdoc manualMartin Smith2015-03-251-4/+0
* qdoc: Recursively set the output subdirectory for InnerNodeTopi Reinio2015-03-161-1/+2
* qdoc: Show correct method signatures for QML typesMartin Smith2015-03-121-0/+1
* qdoc: Fix const correctness in old style castsThiago Macieira2015-03-111-2/+2
* qdoc: Fix regression in Node type testingMartin Smith2015-03-071-6/+18
* qdoc: Teach qdoc to resolve namespacesMartin Smith2015-03-071-4/+7
* qdoc: Correct parsing of the using clauseMartin Smith2015-02-261-0/+16
* qdoc: Support documentation of JavaScriptMartin Smith2015-02-201-94/+70
* qdoc: Mark Genus of each Node objectMartin Smith2015-02-201-20/+14
* qdoc: Reduce size of Node classMartin Smith2015-02-201-19/+19
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* qdoc: Change remaining uses of qmlClass to qmlTypeMartin Smith2015-02-031-2/+2
* qdoc: Change uses of module and qmlModuleMartin Smith2015-02-031-32/+54
* qdoc: Change name of node typeMartin Smith2015-01-221-13/+13
* qdoc: qdoc's 'square bracket' parameters were evaluated too earlyMartin Smith2015-01-121-1/+3
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-133/+133
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qdoc: Remove all collision node stuff from qdocMartin Smith2014-08-221-22/+0
* qdoc: Allow choice of linking to QML or CPPMartin Smith2014-08-201-3/+30
* qdoc: Distinguish between QML property and attached propertyTopi Reinio2014-08-121-0/+2
* qdoc: Give documenter more control of linkingMartin Smith2014-06-261-2/+2
* qdoc: Give documenter more control of linkingMartin Smith2014-06-011-10/+16
* qdoc: attaching type of attached properties was missingMartin Smith2014-05-021-4/+4
* qdoc: Unexplained empty ref attributes in qhp filesMartin Smith2014-03-311-0/+2
* qdoc: fix inheritance information for some QML typesMartin Smith2014-03-311-12/+14
* doc: Remove "current child" codeMartin Smith2014-03-311-10/+0
* qdoc: Teach qdoc to use multiple trees (part 3)Martin Smith2014-03-311-72/+132
* qdoc: Teach qdoc to use multiple trees (part 2)Martin Smith2014-03-311-6/+5
* qdoc: Teach qdoc to use multiple treesMartin Smith2014-03-311-28/+35
* qdoc: Part 2 of fix for inheriting abstract QML typesMartin Smith2013-11-011-0/+2
* qdoc: Eliminate uses of qmlModuleIdentifier()Martin Smith2013-10-041-2/+2
* qdoc: Fixed handling of QML referencesMartin Smith2013-10-011-7/+33