summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/cppcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc is moving back to qttoolsOswald Buddenhagen2015-10-221-2611/+0
* qdoc: Warn if a topic command is not allowed in a \qmlpropertygroupTopi Reinio2015-10-191-0/+4
* qdoc: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* qdoc: Check and warn if \relates is used incorrectlyTopi Reinio2015-08-191-1/+4
* qdoc: Improve resolving related non-members and their overload numbersTopi Reinio2015-08-191-2/+8
* qdoc: Instantiator::objectAt now appear in docsMartin Smith2015-08-161-25/+24
* qdoc: Allow formal parameters in link targetsMartin Smith2015-08-161-23/+51
* qdoc: Make private friend publicMartin Smith2015-07-071-0/+8
* qdoc: Parsing of inline friendsMartin Smith2015-07-071-72/+164
* qdoc: Related non-members are now linked correctlyMartin Smith2015-06-101-14/+6
* qdoc: Just reformatting and removing dead codeMartin Smith2015-06-051-23/+6
* qdoc: Update documentation of \qmlabstractMartin Smith2015-05-121-2/+3
* qdoc: Now parses enum values containing commasMartin Smith2015-04-231-2/+10
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+5
|\
| * qdoc: Properly document "private" signalsMartin Smith2015-04-161-0/+5
* | qdoc: Changing InnerNode to AggregateMartin Smith2015-04-131-19/+19
* | qdoc: More data member name changesMartin Smith2015-04-111-3/+3
* | qdoc: Data member name changesMartin Smith2015-04-081-12/+12
|/
* qdoc: Add details to messages about not finding files.Friedemann Kleint2015-03-271-2/+5
* qdoc: Teach qdoc to resolve namespacesMartin Smith2015-03-071-0/+4
* qdoc: Correct parsing of the using clauseMartin Smith2015-02-261-22/+63
* qdoc: Support documentation of JavaScriptMartin Smith2015-02-201-74/+98
* qdoc: Mark Genus of each Node objectMartin Smith2015-02-201-1/+11
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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