summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Stop documenting ignored nodesTopi Reinio2021-06-1711-35/+38
* qdoc: Drop 'module' attribute from the index for page nodesTopi Reinio2021-06-147-9/+9
* qdoc: \generatelist: Ensure we link to the main namespace referenceTopi Reinio2021-06-1418-5/+203
* qdoc: Fix incorrect parameters generated for QML signalsTopi Reinio2021-06-105-0/+32
* QDoc: clean up html outputPaul Wicking2021-05-2545-168/+182
* QDoc: Improve Text::operator<<()Paul Wicking2021-05-2035-35/+0
* qdoc: Skip multi-line descriptions of enum values marked with \omitvalueTopi Reinio2021-05-124-4/+15
* qdoc: Remove unused files from generatedoutput autotestTopi Reinio2021-05-1018-974/+0
* Doc: Improve \deprecated commandPaul Wicking2021-05-1018-13/+74
* qdoc: Remove Node::Obsolete statusTopi Reinio2021-05-109-34/+34
* qdoc: Check if the module version no. is emptyVenugopal Shivashankar2021-05-0815-6/+160
* qdoc: Remove defunct command \granularityTopi Reinio2021-05-041-2/+0
* Revert "QDoc: Add \deprecatedsince command"Paul Wicking2021-04-3021-103/+38
* qdoc: Omit descriptions of enum values marked with \omitvalueTopi Reinio2021-04-301-1/+2
* QDoc: Add \deprecatedsince commandPaul Wicking2021-04-2821-38/+103
* QDoc: Stop writing <a name=> html tagsPaul Wicking2021-04-2655-354/+229
* qdoc: Fix linking to scoped enumsTopi Reinio2021-04-238-2/+110
* qdoc: Tag Q_INVOKABLE functions with [invokable]Topi Reinio2021-04-157-1/+38
* Revert "QDoc: Make Generator::fileBase static"Topi Reinio2021-04-151-1/+1
* qdoc: Stop auto-linking to section titlesTopi Reinio2021-03-228-0/+79
* qdoc: Correctly handle const property typesTopi Reinio2021-03-196-1/+50
* qdoc: Re-implement \default commandTopi Reinio2021-03-176-4/+6
* QDoc: Let default be qmldefaultPaul Wicking2021-03-172-2/+2
* qdoc: Drop \internal entities from the indexTopi Reinio2021-03-023-28/+0
* qdoc: Fix regression in handling of global functionsTopi Reinio2021-02-226-0/+140
* Remove QMake project filesJoerg Bornemann2021-02-121-15/+0
* qdoc: Fix generation of TOC for basic QML/JS typesTopi Reinio2021-01-281-0/+2
* qdoc: Allow overriding documentation from abstract QML base typesTopi Reinio2021-01-217-0/+161
* qdoc: Fix handling of overloads when adopting functions between parentsTopi Reinio2021-01-148-1/+81
* qdoc: Fix addendums for QML signals that contain '.' in the nameTopi Reinio2021-01-116-0/+34
* qdoc: Fix Section::reduce() omitting sections with obsolete membersTopi Reinio2021-01-0714-0/+106
* qdoc: Recursively resolve QML type inheritanceTopi Reinio2020-12-173-1/+36
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-091-0/+2
* Doc: Use PRIVATE linkage with target_link_librariesKai Koehne2020-11-3018-18/+18
* qdoc: Fix CMake statementKai Koehne2020-11-2718-36/+36
* qdoc: Fix example attributes being incorrectly appliedKai Koehne2020-11-241-1/+1
* qdoc: Allow \generatelist to list collections with no membersTopi Reinio2020-11-165-0/+69
* tst_generatedoutput: find expected files correctlyDavid Faure2020-11-111-1/+1
* qdoc: Fix linking to property groupsTopi Reinio2020-11-118-8/+97
* qdoc: Unify generated documentation between \typedef and \typealiasTopi Reinio2020-11-0920-57/+48
* qdoc: Allow type aliases as a parameter to \class commandTopi Reinio2020-11-094-0/+52
* qdoc: Allow excluding examples from the generated manifest fileTopi Reinio2020-11-095-3/+43
* qdoc: Fix issues in \include commandTopi Reinio2020-10-288-0/+21
* qdoc: Fix handling of \fn signatures with unnamed parametersTopi Reinio2020-10-2716-45/+56
* qdoc: Add 'private signal' attribute for private signalsTopi Reinio2020-10-202-2/+2
* qdoc: Fix parsing of private signalsTopi Reinio2020-10-206-0/+35
* qdoc: Allow documenting implicitly generated special member functionsTopi Reinio2020-10-1617-1/+163
* qdoc: Store group membership for all node types into index filesTopi Reinio2020-10-126-11/+30
* qdoc: Fix processing of related non-members read from indexTopi Reinio2020-10-123-12/+12
* qdoc: generatedOutput autotest: Don't regenerate files twiceTopi Reinio2020-10-091-1/+4