summaryrefslogtreecommitdiff
path: root/src/qdoc/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Wrap a <div> around the addendum note6.5Venugopal Shivashankar2023-05-161-1/+4
* qdoc: Warn about documented global functions that generate no docsTopi Reinio2023-03-241-3/+10
* qdoc: Make QDoc's output less noisy by defaultTopi Reinio2023-02-071-17/+3
* QDoc: Remove unused overload of \meta commandPaul Wicking2022-12-301-20/+0
* qdoc: Unify handling of QML types and QML value typesTopi Reinio2022-12-121-22/+9
* qdoc: Fix various clang warningsFriedemann Kleint2022-12-021-3/+4
* qdoc: Fix clang warnings about lambdas returning QStringBuilderFriedemann Kleint2022-12-021-1/+1
* Insert missing ends of paragraphs for reimplementsThibaut Cuvelier2022-11-041-29/+28
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-061-17/+17
* QDoc: Remove unfinished support for documenting javascriptLuca Di Sera2022-09-071-43/+22
* QtTools: port away from deprecated operator""_qs()Ivan Solovev2022-08-301-2/+4
* qdoc: Store BINDABLE property members into PropertyNodeTopi Reinio2022-08-231-7/+7
* doc: Handle macros while generating since infoVenugopal Shivashankar2022-08-221-0/+3
* Use registerRef to ensure xml:id validity and unicityThibaut Cuvelier2022-08-221-3/+18
* Remove an end of para for deprecated commandThibaut Cuvelier2022-08-091-1/+0
* QDoc: Remove Node::setOutputFileName and Node::outputFileNameLuca Di Sera2022-07-221-23/+3
* qdoc: Introduce \modulestate commandTopi Reinio2022-07-151-1/+10
* Use SPDX license identifiersLucie Gérard2022-05-191-27/+2
* QDoc: Apply the FileResolver abstraction to the codeLuca Di Sera2022-05-101-73/+99
* Rename QML basic types to value typesUlf Hermann2022-01-181-2/+2
* qdoc: Teach Config::getCanonicalPathList() to read include pathsTopi Reinio2021-10-081-1/+1
* qdoc: Clean up index file generationTopi Reinio2021-07-011-18/+6
* QDoc: clean up html outputPaul Wicking2021-05-251-2/+2
* QDoc: Code cleanupPaul Wicking2021-05-191-85/+87
* QDoc: Add guard for possible nullptr accessPaul Wicking2021-05-101-1/+1
* Doc: Improve \deprecated commandPaul Wicking2021-05-101-3/+6
* qdoc: Remove Node::Obsolete statusTopi Reinio2021-05-101-15/+5
* QDoc: Code cleanupPaul Wicking2021-05-031-94/+23
* Revert "QDoc: Add \deprecatedsince command"Paul Wicking2021-04-301-4/+1
* QDoc: Add \deprecatedsince commandPaul Wicking2021-04-281-1/+4
* Revert "QDoc: Make Generator::fileBase static"Topi Reinio2021-04-151-2/+2
* qdoc: Fix addendums for QML signals that contain '.' in the nameTopi Reinio2021-01-111-2/+3
* qdoc: Fix linking to property groupsTopi Reinio2020-11-111-0/+4
* qdoc: Unify generated documentation between \typedef and \typealiasTopi Reinio2020-11-091-27/+5
* qdoc: Fix QList::removeAll() invocations to buildFriedemann Kleint2020-10-201-1/+1
* qdoc: Stop removing content of the output directoryTopi Reinio2020-10-101-7/+8
* qdoc: Report file overwrites as debug output instead of errorsTor Arne Vestbø2020-10-051-4/+5
* QDoc: Move separator into utilitiesPaul Wicking2020-10-051-7/+7
* qdoc: Manage logging category in utilities.h/cppTor Arne Vestbø2020-09-241-1/+0
* qdoc: Add support for bindable propertiesTopi Reinio2020-09-211-0/+13
* QDoc: Make Generator::fileBase staticPaul Wicking2020-09-041-2/+2
* QDoc: Remove unused methodPaul Wicking2020-09-041-13/+0
* QDoc: Add Config::showInternal()Paul Wicking2020-09-021-1/+1
* qdoc: Remove unused function used for debuggingTopi Reinio2020-06-171-15/+0
* Port QtTools from QStringRef to QStringViewKarsten Heimrich2020-06-151-5/+5
* QDoc: Use QList instead of QVectorJarek Kobus2020-06-091-6/+6
* QDoc: Clean up members in GeneratorPaul Wicking2020-06-051-25/+17
* QDoc: Remove unused code in GeneratorPaul Wicking2020-06-051-11/+1
* QDoc: Extract Aggregate from NodePaul Wicking2020-06-041-0/+1