summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Fix handling of -isystem optionDmitry Shachnev2020-03-041-0/+3
* QDoc: Fix handling of -F optionEike Ziller2020-02-271-17/+21
* windeployqt: Use correct file name for ANGLEYuhang Zhao2020-02-181-1/+1
* qdoc: Extend \include command to include exampledirsVenugopal Shivashankar2020-02-142-10/+14
* QDoc: Remove Location::nullPaul Wicking2020-02-128-26/+22
* qdoc: Fix regression in linking to QML properties in offline docsTopi Reinio2020-02-121-2/+4
* Doc: Remove references to 4.x in QDoc manualPaul Wicking2020-02-123-25/+17
* QDoc: Move logging to helper methodPaul Wicking2020-01-301-13/+24
* qdoc: Do not sort nodes based on their addressTopi Reinio2020-01-291-1/+1
* qdoc: Override isObsolete() for a FunctionNodeTopi Reinio2020-01-293-17/+19
* qdoc: Allow per-example override of install pathTopi Reinio2020-01-294-10/+38
* QMake: fix GCC 9 -Wdeprecated-copy warningsThiago Macieira2020-01-282-1/+1
* qdoc: Sort the members of shared comment node collectiveTopi Reinio2020-01-242-0/+7
* qdoc: Fix regression in QML types inheriting property groupsTopi Reinio2020-01-241-31/+9
* QDoc: Let configure accept libclang built from git sourcesPaul Wicking2020-01-211-4/+4
* Remove identical code under if for different branchesLevon Sargsyan2020-01-131-5/+1
* Update internal assistant documentationJarek Kobus2020-01-091-0/+0
* Bump copyright yearJani Heikkinen2020-01-086-12/+12
* Fix empty content and index widgets when qhc is readonlyJarek Kobus2020-01-062-0/+2
* QDoc: clean up ctor/dtor in AtomPaul Wicking2020-01-063-18/+10
* QDoc: Fix whitespace (again)Paul Wicking2020-01-061-5/+3
* QDoc: Use html5 charset declarationPaul Wicking2020-01-051-1/+1
* QDoc: Drop xml prolog from html outputPaul Wicking2020-01-051-5/+0
* qdoc: Fix regression in C++ functions sharing a documentation commentTopi Reinio2020-01-051-4/+2
* windeployqt: Fix deployment of MinGW/release with debug infoFriedemann Kleint2019-12-191-11/+28
* Simplify the code printing the enum valuesThibaut Cuvelier2019-12-191-17/+9
* Add a comment about the replacement of some identifiers by subscriptsThibaut Cuvelier2019-12-191-6/+9
* windeployqt: Refactor platform enumerationFriedemann Kleint2019-12-195-50/+54
* windeployqt: Fix debug detection of "_app" versions of MSVC runtimeOliver Wolff2019-12-191-0/+3
* qdoc: Introduce ignorewords configuration variableTopi Reinio2019-12-184-102/+113
* clang-format QDocPaul Wicking2019-12-1767-4629/+3911
* qdoc: Fix regression in output for QML properties with shared commentsTopi Reinio2019-12-161-51/+38
* Factor out the formatting of the "since" textThibaut Cuvelier2019-12-133-35/+24
* windeployqt: Fix MinGW deploymentFriedemann Kleint2019-12-133-6/+11
* QDoc: Minor cleanup in main.cppPaul Wicking2019-12-121-48/+42
* QDoc: Use QVector instead of QListPaul Wicking2019-12-1229-101/+102
* QDoc: Minor adjustment/cleanupPaul Wicking2019-12-117-59/+59
* QDoc: Get rid of unnecessary castsPaul Wicking2019-12-116-17/+17
* QDoc: Clean up whitespacePaul Wicking2019-12-113-19/+19
* QDoc: Remove unused codePaul Wicking2019-12-111-10/+0
* QDoc: Drop unnecessary sortPaul Wicking2019-12-111-2/+1
* QDoc: Clean up loops with iteratorsPaul Wicking2019-12-1020-1018/+692
* QDoc: Get rid of out-parameterPaul Wicking2019-12-103-4/+5
* Fix wrong filename issue under windwows in webxml/index generationLevon Sargsyan2019-12-101-2/+2
* QDoc: remove dead/unreachable code reported via coverityLevon Sargsyan2019-12-062-23/+1
* Fix null pointer dereferencing coverity issues in qdocLevon Sargsyan2019-12-053-7/+12
* Remove "Node" header dependency from the "Generator"Levon Sargsyan2019-12-042-1/+2
* QDoc: Minor cleanup in doc.cppPaul Wicking2019-12-041-1/+1
* Adapt code to follow coding rulesThibaut Cuvelier2019-12-031-38/+27
* qdoc: Restore alphabetical ordering of generated type listsTopi Reinio2019-12-031-45/+13