aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Documentation generation: Sort classes with digits in the TOCFriedemann Kleint7 days1-2/+4
* Documentation: Ensure deterministic order of function overloadsFriedemann Kleint2024-04-181-3/+8
* shiboken6: Extract common C++ function attributesFriedemann Kleint2024-04-171-1/+1
* Documentation/TOC sorting: Also sort Qt functions by the 2nd characterFriedemann Kleint2024-03-061-2/+2
* Documentation: Improve TOC sortingFriedemann Kleint2024-03-051-6/+19
* Documentation: Add support for decoratorsFriedemann Kleint2024-03-011-29/+47
* Documentation: Generate inheritance graph only when base classes existFriedemann Kleint2024-01-181-5/+7
* Documentation: Use more domain directives from sphinxFriedemann Kleint2024-01-171-152/+70
* shiboken6/Documentation: Add option to disable the inheritance diagramFriedemann Kleint2024-01-081-12/+48
* shiboken6/Documentation: Fix sphinx warnings about indexing functions with th...Friedemann Kleint2024-01-081-8/+13
* Documentation: Enable appending to class descriptionFriedemann Kleint2024-01-051-2/+1
* Documentation: Fix doc modifications for added constructorsFriedemann Kleint2024-01-051-9/+17
* Documentation: Add more string typesFriedemann Kleint2024-01-051-2/+9
* Documentation: Enable injecting added function parameter documentationFriedemann Kleint2023-12-211-13/+21
* Extract global (non-added) function/enum documentationFriedemann Kleint2023-12-191-2/+28
* Document global functionsFriedemann Kleint2023-12-121-8/+72
* DocGenerator: Further preparations for generating global functions/enumsFriedemann Kleint2023-12-121-19/+39
* DocGenerator: Refactor code preparing for generating global functions/enumsFriedemann Kleint2023-12-121-36/+46
* DocGenerator: Refactor doc generation codeFriedemann Kleint2023-12-121-40/+88
* Documentation: Generate enum name for flagsFriedemann Kleint2023-12-061-0/+7
* Refactor QtDocGenerator::translateToPythonType()Friedemann Kleint2023-12-061-28/+31
* Port more strings constants to latin1Friedemann Kleint2023-12-041-4/+4
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-291-3/+3
* shiboken6: Remove inline functions using QStringLiteralFriedemann Kleint2023-11-291-23/+23
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-201-2/+2
* shiboken6: Make more generator methods staticFriedemann Kleint2023-09-191-1/+1
* shiboken6: Move OptionsParser out of the generatorFriedemann Kleint2023-09-191-12/+27
* shiboken6: Extract options parser from the generatorsFriedemann Kleint2023-09-191-9/+7
* shiboken6: Make generator options statically accessibleFriedemann Kleint2023-09-181-35/+50
* shiboken6/Documentation: Generate modified return types of void functionsFriedemann Kleint2023-08-071-14/+8
* shiboken6: Remove left-over debug statementFriedemann Kleint2023-04-271-1/+0
* snippets_translate: Warn about possible errorsAdrian Herrmann2023-01-251-0/+7
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-11/+11
* shiboken6: Use smart pointers for AbstractMetaClass instancesFriedemann Kleint2022-12-061-40/+43
* shiboken6: Make some AbstractMetaClass query functions free functionsFriedemann Kleint2022-12-051-1/+1
* shiboken6: Generate property documentationFriedemann Kleint2022-11-251-3/+144
* shiboken6: Refactor function documentation generationFriedemann Kleint2022-11-241-102/+123
* shiboken6: Use smart pointers for the TypeEntry classesFriedemann Kleint2022-11-171-2/+2
* shiboken6: Fix coding style regarding pointers (Type* v -> Type *v)Friedemann Kleint2022-11-141-13/+13
* shiboken6/Documentation: Use the py:method directivesFriedemann Kleint2022-11-031-2/+6
* shiboken6: Port some loop variables to qsizetypeFriedemann Kleint2022-10-131-4/+4
* Port from qAsConst() to std::as_const()Friedemann Kleint2022-10-131-9/+9
* shiboken6: Clean up header generator.hFriedemann Kleint2022-09-211-0/+1
* shiboken6: Clean up includesFriedemann Kleint2022-09-211-0/+1
* Documentation: Add a way to output inheritance graphsFriedemann Kleint2022-09-141-1/+37
* shiboken6: Split the document modifications in ComplexTypeEntryFriedemann Kleint2022-09-051-15/+13
* shiboken6: Remove most uses of class Indentation for formattingFriedemann Kleint2022-08-261-3/+2
* shiboken6: Use initializer lists for QList instead of operator <<Friedemann Kleint2022-08-261-3/+1
* shiboken6/Doc generator: Fix index pagesFriedemann Kleint2022-06-221-2/+2
* shiboken6: Fix deprecation handlingFriedemann Kleint2022-05-271-2/+2