summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/cppcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Change remaining uses of qmlClass to qmlTypeMartin Smith2015-02-031-33/+33
* qdoc: Change uses of module and qmlModuleMartin Smith2015-02-031-7/+7
* qdoc: Change name of node typeMartin Smith2015-01-221-5/+5
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qdoc: Add new checkForCollision()Martin Smith2014-08-221-0/+18
* qdoc: Remove all collision node stuff from qdocMartin Smith2014-08-221-46/+0
* qdoc: Distinguish between QML property and attached propertyTopi Reinio2014-08-121-1/+1
* qdoc: Give documenter more control of linkingMartin Smith2014-06-011-10/+5
* qdoc: Simplify config code for reading file pathsTopi Reinio2014-05-021-2/+2
* doc: Remove "current child" codeMartin Smith2014-03-311-1/+0
* qdoc: Teach qdoc to use multiple trees (part 3)Martin Smith2014-03-311-11/+14
* qdoc: Teach qdoc to use multiple trees (part 2)Martin Smith2014-03-311-72/+66
* qdoc: Teach qdoc to use multiple treesMartin Smith2014-03-311-39/+6
* qdoc: Fix Q_PROPERTY parsingTopi Reinio2013-12-311-6/+16
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* qdoc: Documentation for property groups is backMartin Smith2013-09-181-8/+5
* doc: Ensure page name does not changeMartin Smith2013-07-231-32/+32
* qdoc: Implement better handling of QML property groupsMartin Smith2013-07-111-135/+200
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-34/+15
|\
| * qdoc: qdoc was confused by namespace and module with same nameMartin Smith2013-06-111-34/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-1/+17
|\|
| * qdoc: Documentation for QMetaObject::Connection now appearsMartin Smith2013-05-081-1/+17
* | Check 'node' for NULL before derefencing it, not afterMontel Laurent2013-04-021-2/+2
|/
* qdoc: inherited members do not show up for QML componentsMartin Smith2013-02-131-5/+4
* qdoc: Missing links to qRegisterMetaType()Martin Smith2013-02-081-31/+57
* Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* qdoc: Listing group members across modulesMartin Smith2012-11-271-3/+1
* qdoc: Added module attribute to most index elementsMartin Smith2012-11-061-2/+2
* QDoc: remove the experimental basedir variablePierre Rossi2012-09-281-2/+0
* Use QStringList::join(QChar) overload where applicable [tools]Marc Mutz2012-09-231-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* qdoc: Refactoring of qdoc data structuresMartin Smith2012-09-141-258/+78
* doc: Replaced FakeNode with DocNodeMartin Smith2012-08-211-52/+53
* qdoc: Ignore property functions of obsolete propertiesMartin Smith2012-08-021-1/+1
* qdoc: Changed \qmlclass to \qmltype, added \instantiatesMartin Smith2012-07-261-4/+39
* Revert "QDoc: Allow '0' to be used as 2nd arg for \qmlclass."Casper van Donderen2012-07-261-21/+11
* qdoc: Restricted qdoc errors for \reimp commandMartin Smith2012-07-201-26/+28
* QDoc: Allow '0' to be used as 2nd arg for \qmlclass.Casper van Donderen2012-06-281-11/+21
* qdoc: Report multiple topic commands as an errorMartin Smith2012-06-281-0/+13
* qdoc: Better error messages for QML command errorsMartin Smith2012-06-121-40/+45
* Make qdoc compile with QT_STRICT_ITERATORSThiago Macieira2012-05-291-13/+13
* qdoc: Fixed pure doc parserMartin Smith2012-05-251-54/+0
* qdoc: Report multiple QML property docssMartin Smith2012-05-181-20/+31
* qdoc: Fix some QString usage issues (Krazy warnings).Friedemann Kleint2012-05-161-3/+3
* qdoc: Fix warnings about unused variables.Friedemann Kleint2012-05-161-4/+4
* qdoc: Fixed a regression bug caused by fixing error messagesMartin Smith2012-05-111-5/+6
* QDoc: Return correct path when quoting example files.Casper van Donderen2012-05-111-0/+2
* qdoc: Fixed a qdoc error problemMartin Smith2012-05-101-47/+50