summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/expected_output/template
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Add meta description header to HTML outputTopi Reinio2023-03-066-0/+6
* QDoc: Tag C++ elements as "noexcept" when they are marked as suchLuca Di Sera2023-01-251-2/+2
* qdoc: Append translate attribute to few more blocksVenugopal Shivashankar2022-11-296-31/+31
* qdoc: Add translate attribute to HTML blocksVenugopal Shivashankar2022-11-186-50/+50
* qdoc: Stop listing invalid group names in type referenceTopi Reinio2022-11-021-1/+1
* QDoc: Fix ordering of detailed members/all members sectionLuca Di Sera2022-09-291-5/+5
* doc: Handle macros while generating since infoVenugopal Shivashankar2022-08-221-1/+1
* QDoc: Add support for en-dash and em-dashPaul Wicking2022-08-181-0/+22
* qdoc: Make types inherit \since statement from their module docsTopi Reinio2022-07-136-0/+6
* QDoc: Assume that aggregates have a single meaningful include fileLuca Di Sera2022-07-085-16/+27
* QDoc: Add reference to groups in class/qmltype pagesLuca Di Sera2022-06-231-0/+1
* qdoc: Improve generated navigation bar for C++ and QML typesTopi Reinio2022-04-286-0/+6
* Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-03-185-5/+5
* QDoc: clean up html outputPaul Wicking2021-05-256-11/+11
* Doc: Improve \deprecated commandPaul Wicking2021-05-101-1/+1
* Revert "QDoc: Add \deprecatedsince command"Paul Wicking2021-04-301-6/+0
* QDoc: Add \deprecatedsince commandPaul Wicking2021-04-281-0/+6
* QDoc: Stop writing <a name=> html tagsPaul Wicking2021-04-266-30/+19
* Doc: Use PRIVATE linkage with target_link_librariesKai Koehne2020-11-305-5/+5
* qdoc: Fix CMake statementKai Koehne2020-11-275-10/+10
* qdoc: Unify generated documentation between \typedef and \typealiasTopi Reinio2020-11-091-5/+4
* qdoc: Allow type aliases as a parameter to \class commandTopi Reinio2020-11-091-0/+35
* qdoc: Fix handling of \fn signatures with unnamed parametersTopi Reinio2020-10-271-3/+3
* qdoc: Allow documenting implicitly generated special member functionsTopi Reinio2020-10-161-0/+10
* qdoc: Document friend functions as related non-membersTopi Reinio2020-10-081-0/+13
* qdoc: Test documentation for a macro parameter with a reference typeTopi Reinio2020-09-261-3/+3
* qdoc: Ignore unnamed declarations when retrieving parameter namesTopi Reinio2020-06-301-0/+5
* qdoc: Extend synopsis for detailed reference sectionsTopi Reinio2020-06-081-3/+2
* qdoc: Improve handling of templated typesTopi Reinio2020-06-043-3/+41
* Merge remote-tracking branch 'origin/5.15' into devTopi Reinio2020-05-291-2/+15
|\
| * qdoc: properly implement \typealias commandTopi Reinio2020-04-231-0/+13
| * qdoc: Fix handling of default values for function parametersTopi Reinio2020-04-211-2/+2
* | QDoc: Add CMake package information to documentationPaul Wicking2020-05-264-4/+8
|/
* QDoc: Use correct node type string for \since in shared commentsPaul Wicking2020-03-061-0/+1
* qdoc: Teach QDoc to output function and class template parametersTopi Reinio2020-01-204-0/+198