summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/cxx20/expected/html/cxx20.index
Commit message (Collapse)AuthorAgeFilesLines
* QDoc: Move `cxx20` test projectPaul Wicking2024-01-301-0/+18
This change moves the `cxx20` test project from QDoc's `tst_generatedOutput` to `tst_validateQdocOutputFiles`. The latter is a data-driven test and better suited for the type of test performed with this documentation project. The move involves the following changes: - Modify `outputsubdir` to separate the output for the formats the test generates. - Also move the expected output files from `tst_generatedOutput`. - Remove the case for `orderingCategoryCommand` in `tst_generatedoutput.cpp`. Task-number: QTBUG-119500 Change-Id: Ie20a61b236e91bb087901cfc39f0827ca008328c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>