summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/node.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc is moving back to qttoolsOswald Buddenhagen2015-10-221-3038/+0
* qdoc: Fix write to invalid memoryTopi Reinio2015-09-251-4/+12
* qdoc: Allow linking to QML signals with their proper nameTopi Reinio2015-09-111-2/+6
* qdoc: Check and warn if \relates is used incorrectlyTopi Reinio2015-08-191-0/+3
* qdoc: Improve resolving related non-members and their overload numbersTopi Reinio2015-08-191-23/+71
* Merge dev into 5.6Oswald Buddenhagen2015-08-171-23/+78
|\
| * qdoc: Allow formal parameters in link targetsMartin Smith2015-08-161-23/+78
* | Fix -Wcast-qual warningsThiago Macieira2015-08-131-1/+1
|/
* qdoc: Improve searching of collection nodesTopi Reinio2015-07-241-1/+1
* qdoc: Improve documentation for propertiesMartin Smith2015-06-101-9/+39
* qdoc: Related non-members are now linked correctlyMartin Smith2015-06-101-143/+144
* qdoc: Always try to use the declaration locationMartin Smith2015-06-091-8/+26
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-6/+6
|\
| * Don't assign iterator to const_iteratorSérgio Martins2015-06-021-6/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+2
|\|
| * qdoc: Properly document "private" signalsMartin Smith2015-04-161-0/+2
* | qdoc: Changing InnerNode to AggregateMartin Smith2015-04-131-55/+55
* | qdoc: More data member name changesMartin Smith2015-04-111-23/+23
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-1/+1
|\|
| * qdoc: Use the title instead of plain name when listing groupsTopi Reinio2015-04-071-1/+1
* | qdoc: Data member name changesMartin Smith2015-04-081-80/+77
|/
* qdoc: No internal qmlabstract types in the "inherited by" listMartin Smith2015-03-271-2/+3
* qdoc: Update for classes in namespacesMartin Smith2015-03-271-2/+4
* qdoc: Remove obsolete stuff from the qdoc manualMartin Smith2015-03-251-5/+0
* qdoc: Recursively set the output subdirectory for InnerNodeTopi Reinio2015-03-161-0/+10
* qdoc: Show correct method signatures for QML typesMartin Smith2015-03-121-0/+1
* qdoc: Fix const correctness in old style castsThiago Macieira2015-03-111-3/+3
* qdoc: Teach qdoc to resolve namespacesMartin Smith2015-03-071-2/+13
* qdoc: Correct parsing of the using clauseMartin Smith2015-02-261-0/+11
* qdoc: Support documentation of JavaScriptMartin Smith2015-02-201-152/+106
* qdoc: Mark Genus of each Node objectMartin Smith2015-02-201-3/+14
* qdoc: Reduce size of Node classMartin Smith2015-02-201-22/+22
* 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-3/+3
* qdoc: Change uses of module and qmlModuleMartin Smith2015-02-031-29/+29
* qdoc: Change name of node typeMartin Smith2015-01-221-21/+21
* qdoc: qdoc's 'square bracket' parameters were evaluated too earlyMartin Smith2015-01-121-1/+1
* qdoc: qdoc was too slowMartin Smith2014-10-171-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QDoc: fix Node::setPageType() when type name is "faq"Maks Naumov2014-08-311-2/+2
* qdoc: Remove all collision node stuff from qdocMartin Smith2014-08-221-167/+6
* qdoc: Allow choice of linking to QML or CPPMartin Smith2014-08-201-18/+71
* Create.tag entries for QML classesDavid Edmundson2014-08-131-0/+3
* qdoc: Distinguish between QML property and attached propertyTopi Reinio2014-08-121-1/+25
* qdoc: Give documenter more control of linkingMartin Smith2014-06-261-0/+8
* qdoc: Give documenter more control of linkingMartin Smith2014-06-011-36/+74
* qdoc: attaching type of attached properties was missingMartin Smith2014-05-021-0/+10
* qdoc: \l now works with QML property groupsMartin Smith2014-04-171-1/+1
* qdoc: fix inheritance information for some QML typesMartin Smith2014-03-311-7/+15