summaryrefslogtreecommitdiff
path: root/src/qdoc/docparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Move QDoc source files under a further "qdoc" directoryLuca Di Sera2023-04-121-2576/+0
* Revert "qdoc: Add support for 'category' argument in \generatelist command"Topi Reinio2023-04-111-9/+1
* qdoc: Add support for 'category' argument in \generatelist commandTopi Reinio2023-03-271-1/+9
* qdoc: Remove unnecessary Config access functionsTopi Reinio2023-03-141-4/+4
* QDoc: remove DocParser::terminate() (noop)Paul Wicking2023-03-031-4/+0
* QDoc: Drop support for renaming commands via qdocconf filesPaul Wicking2023-03-031-115/+102
* qdoc: Clean up code related to processing of \include'd linesTopi Reinio2023-02-281-20/+14
* qdoc: Ignore rest of the line for \inlineimageVenugopal Shivashankar2023-01-241-2/+6
* qdoc: Allow snippet marker comments to be indentedTopi Reinio2023-01-051-4/+7
* qdoc: Fix various clang warningsFriedemann Kleint2022-12-021-1/+2
* qdoc: Fix clang warnings about lambdas returning QStringBuilderFriedemann Kleint2022-12-021-1/+1
* qdoc: Attempt to read macro arguments only onceTopi Reinio2022-11-101-59/+46
* Write the \overload text outside the current paragraphThibaut Cuvelier2022-11-041-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-061-28/+28
* QDoc: Remove the "\newcode" and "\oldcode" command pairLuca Di Sera2022-09-131-20/+0
* QDoc: Remove support for javascript codeblocksLuca Di Sera2022-09-091-17/+1
* QDoc: Remove unfinished support for documenting javascriptLuca Di Sera2022-09-071-2/+2
* QtTools: port away from deprecated operator""_qs()Ivan Solovev2022-08-301-2/+4
* QDoc: Add support for en-dash and em-dashPaul Wicking2022-08-181-0/+28
* QDoc: Fix code style issuesPaul Wicking2022-08-181-5/+4
* qdoc: Use QML-specific code marker when parsing a QML topicTopi Reinio2022-06-101-0/+14
* Use SPDX license identifiersLucie Gérard2022-05-191-27/+2
* QDoc: Apply the FileResolver abstraction to the codeLuca Di Sera2022-05-101-19/+62
* qdoc: Respect the contract for DocParser::isAutoLinkString/1Luca Di Sera2022-03-251-53/+12
* qdoc: Stop considering special characters for auto-linkingLuca Di Sera2022-03-211-12/+144
* qdoc: Remove quotefunction from the codebaseLuca Di Sera2022-01-281-24/+0
* qdoc: Allow parameters for the \include commandTopi Reinio2021-12-141-22/+38
* QDoc: Deprecate \oldcode and \newcodeLuca Di Sera2021-11-251-0/+3
* qdoc: Improve link text formattingTopi Reinio2021-11-031-1/+4
* qdoc: Add styling for \note, \important and \warningTopi Reinio2021-10-161-5/+1
* qdoc: Improve function tagging for grouped \fn commandsTopi Reinio2021-08-231-6/+5
* QDoc: Code cleanupPaul Wicking2021-05-191-124/+125
* qdoc: Skip multi-line descriptions of enum values marked with \omitvalueTopi Reinio2021-05-121-2/+16
* Doc: Improve \deprecated commandPaul Wicking2021-05-101-1/+7
* qdoc: Remove defunct command \granularityTopi Reinio2021-05-041-9/+0
* QDoc: Code cleanupPaul Wicking2021-05-031-45/+38
* qdoc: Omit descriptions of enum values marked with \omitvalueTopi Reinio2021-04-301-1/+3
* qdoc: Fix issues in \include commandTopi Reinio2020-10-281-7/+4
* QDoc: Drop ditaref remainsPaul Wicking2020-09-111-39/+1
* qdoc: Fix output of \footnote commandTopi Reinio2020-08-241-2/+0
* QDoc: Drop half-baked translation effortPaul Wicking2020-06-041-61/+75
* QDoc: Extract DocParser from doc.cppPaul Wicking2020-05-191-0/+2516