summaryrefslogtreecommitdiffstats
path: root/src/qdoc
Commit message (Expand)AuthorAgeFilesLines
* Unify license header usagev5.7.0Antti Kokko2016-06-103-9/+39
* Unify license header usageAntti Kokko2016-06-1020-100/+100
* Updated license headers and license testsAntti Kokko2016-06-1064-1088/+768
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* | qdoc: Allow example files to be excludedTopi Reinio2016-05-123-65/+28
* | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-1/+1
|\|
| * QDoc: Add a space between "Note:" and "Signal"hjk2016-04-081-1/+1
* | qdoc: Warn about non-existing sourcedirs and headerdirsTopi Reinio2016-04-061-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Simon Hausmann2016-04-0618-120/+278
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-04-0618-120/+278
| |\|
| | * qdoc: Fix double backslash in link referenceOrgad Shaneh2016-04-061-1/+1
| | * qdoc: Fix incorrect formatting of QML method signaturesTopi Reinio2016-04-051-7/+11
| | * qdoc: Avoid trailing spaces in HTML <title>Topi Reinio2016-04-051-4/+6
| | * qdoc: Correct source line numbers in index fileMartin Smith2016-04-052-8/+27
| | * qdoc: Add Q_DECL_OVERRIDE to virtual functionMartin Smith2016-03-241-1/+1
| | * qdoc: Provide better threadsafeness reportingMartin Smith2016-03-213-94/+156
| | * qdoc: Allows properties in QML basic typesMartin Smith2016-03-091-4/+6
| | * qdoc: Let qdoc run without QtDeclarativeMartin Smith2016-03-0910-1/+70
* | | purge symbian vestigesOswald Buddenhagen2016-04-061-2/+0
|/ /
* / qdoc: Use '//!' as a documentation commentTopi Reinio2016-04-053-15/+38
|/
* qdoc: Fix link disambiguationMartin Smith2016-03-042-19/+26
* qdoc: Ensure all aggregate nodes are processed and added to QHPTopi Reinio2016-02-261-5/+5
* qdoc: Clear node's URL and index flag when reparenting itTopi Reinio2016-02-262-1/+3
* qdoc: Avoid more unnecessary qdoc warningsMartin Smith2016-02-2610-186/+230
* qdoc: Avoid unnecessary qdoc warningsMartin Smith2016-02-2610-64/+116
* qdoc: QML basic types can now have methodsMartin Smith2016-02-2210-32/+95
* qdoc: Don't print unnecessary qdoc warningsMartin Smith2016-02-175-9/+54
* qdoc: Second try on Q_PROPERTY with default and final.Karsten Heimrich2016-02-152-3/+7
* qdoc: accepts C++11 variadic templates ellipsis operatorKarsten Heimrich2016-02-151-1/+1
* Make sure we allow final and default in Q_PROPERTY.Karsten Heimrich2016-02-111-1/+1
* qdoc: OSX C++ complains about ctor orderMartin Smith2016-02-111-4/+4
* qdoc: Warn about ignored -indexdir optionMartin Smith2016-02-101-1/+4
* qdoc: Avoid possible null pointer dereferenceMartin Smith2016-02-101-1/+1
* qdoc: Implement support for C++11 default member initialization.Karsten Heimrich2016-02-091-2/+2
* qdoc: Implement C++11 'final' specifier support.Karsten Heimrich2016-02-088-5/+26
* qdoc: Fix broken attribute, should be 'virtualness'.Karsten Heimrich2016-02-081-1/+1
* qdoc: Implement support for C++11 default/delete declarations.Karsten Heimrich2016-02-088-10/+52
* qdoc: Implement support for C++11 scoped enumerations.Karsten Heimrich2016-02-081-0/+7
* Bump copyright yearKai Koehne2016-01-272-2/+2
* qdoc: Allow wildcards for excludefiles qdocconf variableTopi Reinio2016-01-223-5/+30
* Doc: Fix issues in QDoc Manual documentationTopi Reinio2016-01-192-21/+18
* qdoc: Allow specifying a module name as QHP selectorTopi Reinio2016-01-112-6/+10
* Fix dead URLsFrank Meerkoetter2016-01-081-7/+7
* Fix broken link, dust off the \qmlsignal exampleFrank Meerkoetter2016-01-071-5/+4
* qdoc: Deduplicate adding a slash in both branches of an if/else.Edward Welbourne2016-01-041-3/+3
* qdoc: Unify CodeNew and Code blocks in HTML generationEdward Welbourne2016-01-041-7/+4
* qdoc: Simplify two methods to use ones from the base.Edward Welbourne2016-01-041-2/+2
* qdoc-doc: Combine code snippets into a single block.Edward Welbourne2016-01-041-10/+6
* qdoc: Don't let a QML type be its own base typeMartin Smith2016-01-042-3/+9