summaryrefslogtreecommitdiffstats
path: root/src/qdoc
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Fix incorrect loop when processing tagged \fn parametersTopi Reinio2020-08-241-1/+1
* qdoc: Fix regression in processing macro parametersTopi Reinio2020-08-121-0/+9
* qdoc: Fix assert in the DocBook generator when writing property docsTopi Reinio2020-08-121-2/+8
* qdoc: Correctly handle default values for \qmlmethod parametersTopi Reinio2020-08-072-10/+10
* Replace qInstallMsgHandler() with qInstallMessageHandler()Edward Welbourne2020-08-051-2/+2
* Doc: Remove obsolete warning from QDoc manualTopi Reinio2020-07-271-4/+0
* qdoc: DocBook generator: Stop generating empty synopsis for shared nodesTopi Reinio2020-07-141-2/+3
* qdoc: Prefer sorting nodes based on the nameTopi Reinio2020-07-011-1/+1
* qdoc: Ensure QML method parameter types are generated correctlyTopi Reinio2020-06-041-20/+8
* qdoc: Improve handling of templated typesTopi Reinio2020-06-042-14/+31
* CMake: Fix name of host tools on WindowsKai Koehne2020-05-191-0/+2
* qdoc: Fix regression in HeaderNode name handlingTopi Reinio2020-05-191-0/+2
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-1419-52/+196
|\
| * qdoc: properly implement \typealias commandTopi Reinio2020-04-2319-52/+196
* | qdoc: QML parser: Fix parsing of function parametersTopi Reinio2020-05-141-1/+8
* | qdoc: Output status and since information for all modulesTopi Reinio2020-05-122-11/+15
* | QDoc: Cleanup in htmlgenerator (refactoring)Paul Wicking2020-05-072-5/+4
* | qdoc: Fix parsing of QML signals that take parametersTopi Reinio2020-05-061-1/+1
* | QDoc: Extract helper method from generateManifestFile (refactoring)Paul Wicking2020-05-052-7/+17
|/
* qdoc: Fix handling of default values for function parametersTopi Reinio2020-04-212-11/+21
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-201-0/+4
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-201-0/+4
| |\
| | * Doc: Add note about the llvm installer on WindowsJoerg Bornemann2020-04-151-0/+4
* | | Doc: QDoc Manual: Document \readonly and \inheaderfile commandsTopi Reinio2020-04-203-1/+39
* | | Doc: QDoc Manual: Refer to the tool as 'QDoc' consistentlyTopi Reinio2020-04-209-49/+51
|/ /
* | qdoc: Remove defunct code for 'edition' qdocconf variableTopi Reinio2020-04-205-52/+2
* | Doc: Document 'depends' qdocconf variable in QDoc Manualv5.15.0-beta4Topi Reinio2020-04-062-32/+99
* | qdoc: Suppress excessive logging for index filesTopi Reinio2020-04-031-2/+2
* | qdoc: Fix regression in resolved example file pathsTopi Reinio2020-03-291-2/+1
* | QDoc: Remove commented out codePaul Wicking2020-03-261-1/+0
* | qdoc: Ensure macros as a macro parameter are expandedTopi Reinio2020-03-261-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-241-17/+24
|\|
| * QDoc: Fix handling of -isystem optionDmitry Shachnev2020-03-041-0/+3
| * QDoc: Fix handling of -F optionEike Ziller2020-02-271-17/+21
| * 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
* | qdoc: Extend \example command to consider CMake projectsVenugopal Shivashankar2020-03-206-82/+65
* | qdoc: Support relative paths in the master qdocconf fileTopi Reinio2020-03-201-1/+2
* | QDoc: Code cleanup in ConfigPaul Wicking2020-03-192-78/+78
* | qdoc: Expand \noautolist to cover also C++ module pagesTopi Reinio2020-03-142-37/+41
* | qdoc: Add -fvisibility=default to the default arguments passed to ClangTopi Reinio2020-03-131-0/+1
* | QDoc: Add warning to use of \contentspage commandv5.15.0-beta2Paul Wicking2020-03-119-44/+3
* | qdoc: Fix regression in .index file outputTopi Reinio2020-03-101-18/+21
* | qdoc: ClangCodeParser: Clear the stored namespaceTopi Reinio2020-03-101-0/+1