summaryrefslogtreecommitdiffstats
path: root/src/qdoc
Commit message (Expand)AuthorAgeFilesLines
* QDoc: Add a test for a corner case when dealing with page titlesDavid Boddie17 hours4-0/+124
* QDoc: Apply cycle detection to QML base type traversalDavid Boddie3 days26-6/+484
* Adjust to rename of QQmlJS::AST::Expression to CommaExpressionVolker Hilsheimer4 days2-2/+2
* QDoc: Differentiate overload notes from admonitionsPaul Wicking2025-05-085-21/+38
* QDoc: Ignore \overload on non-overloaded functionsPaul Wicking2025-05-0814-23/+246
* QDoc: Move overload command handling in DocParserPaul Wicking2025-05-082-18/+39
* QDoc: Add regression test for macro expansion in linksPaul Wicking2025-05-076-0/+77
* QDoc: Rename a local variablePaul Wicking2025-05-071-3/+3
* QDoc: Viva the Generator::addNodeLink functions!Paul Wicking2025-05-064-37/+59
* QDoc: Clean up some includesPaul Wicking2025-05-064-9/+14
* QDoc: Put Node serialization functions in UtilitiesPaul Wicking2025-05-068-27/+162
* QDoc: Reorganize includes in UtilitiesPaul Wicking2025-05-061-3/+5
* QDoc: Introduce INode interface for NodePaul Wicking2025-05-065-5/+109
* QDoc: Wrap GenusTypes in QT_BEGIN|END_NAMESPACEPaul Wicking2025-05-061-0/+6
* QDoc: Prevent warning on explicitly empty image alt textPaul Wicking2025-05-063-4/+16
* QDoc: Fix static analysis warningsPaul Wicking2025-05-0521-59/+64
* QDoc: Fix annoying whitespace issue in test dataPaul Wicking2025-04-301-1/+1
* Doc: Update the \modulestate commandSafiyyah Moosa2025-04-291-4/+6
* QDoc: Remove an unnecessary parameter from generateIndex() functionsDavid Boddie2025-04-295-10/+7
* QDoc: Unify parsing code for image commandsPaul Wicking2025-04-293-22/+30
* Doc: Improve descriptions of code and documentation command processingDavid Boddie2025-04-244-31/+32
* QDoc: Refactor Node to use strongly typed enumsPaul Wicking2025-04-2347-678/+934
* QDoc: Drop unused includes in HTMLGeneratorPaul Wicking2025-04-231-2/+0
* qdoc: Fix linking to output subdirectories in single-exec modeTopi Reinio2025-04-2211-4/+88
* QDoc: Allow optional extra arguments in output testTopi Reinio2025-04-222-8/+29
* QDoc: Drop 32-bit support in CodeMarkerPaul Wicking2025-04-121-6/+1
* qdoc: Introduce \notranslate commandTopi Reinio2025-04-1111-3/+34
* doc: Mention the enumeration type in QML property documentationDavid Boddie2025-04-101-5/+26
* QDoc: Fix some whitespace issues in HTMLGeneratorPaul Wicking2025-04-081-6/+6
* qdoc: Ensure that access methods are shown for bindable propertiesDavid Boddie2025-04-023-1/+28
* Add a regression test for the updated note formatDavid Boddie2025-04-029-0/+198
* qdoc: Adjust formatting of reportsTopi Reinio2025-03-241-0/+4
* qdoc: Delay caching the value of `reportmissingalttextforimages`Topi Reinio2025-03-241-2/+2
* QDoc: Fix typo in variable namePaul Wicking2025-03-211-1/+1
* QDoc: Make report about missing alt text an opt-inPaul Wicking2025-03-213-1/+10
* QDoc: Strip double quotes that wrap `\image` textPaul Wicking2025-03-118-8/+100
* qdoc: Make match failures for \fn signatures warn correctlyTopi Reinio2025-03-071-0/+1
* QDoc: Turn "Unknown base for QML type" warning into reportPaul Wicking2025-03-041-1/+1
* qdoc: Improve handling and presentation of anonymous enumsTopi Reinio2025-02-2432-12/+518
* qdoc: Skip overwrite warnings for non-library license attributionsTopi Reinio2025-02-2411-14/+30
* qdoc: Fix Aggregate::nonfunctionList()Topi Reinio2025-02-245-8/+9
* qdoc: Write proxy nodes to the index after their membersTopi Reinio2025-02-241-7/+17
* Make module ready for source SBOM checkingLucie Gérard2025-02-204-2/+2
* Revert "Revert "qdoc: Relocate warning for invalid QML property types""Paul Wicking2025-02-202-2/+3
* Mention that tabs are now supported in DocBookThibaut Cuvelier2025-02-181-2/+3
* Revert "qdoc: Relocate warning for invalid QML property types"Paul Wicking2025-02-112-3/+2
* qdoc: Relocate warning for invalid QML property typesTopi Reinio2025-02-102-2/+3
* qdoc: Warn about unknown QML base types after inheritance resolutionDavid Boddie2025-02-0431-23/+197
* qdoc: Exclude snippets from parsingDavid Boddie2025-02-041-4/+4
* QDoc: Write title attribute for images in HTMLPaul Wicking2025-02-0411-20/+104