aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Fix broken consecutive snippetsFriedemann Kleint2023-12-081-1/+1
* Port more strings constants to latin1Friedemann Kleint2023-12-041-4/+4
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-291-2/+2
* shiboken6: Remove inline functions using QStringLiteralFriedemann Kleint2023-11-291-19/+15
* shiboken6: Fix some clang-tidy warningsFriedemann Kleint2023-09-201-10/+8
* shiboken6: Refactor code snippet extractionFriedemann Kleint2023-04-211-31/+84
* Documentation/WebXML conversion: Handle lists nested into tablesFriedemann Kleint2023-02-151-22/+43
* snippets_translate: Warn about possible errorsAdrian Herrmann2023-01-251-3/+25
* shiboken6: Port from QSharedPointer to std::shared_ptrFriedemann Kleint2023-01-051-4/+4
* Port from qAsConst() to std::as_const()Friedemann Kleint2022-10-131-2/+2
* shiboken6: Clean up includesFriedemann Kleint2022-09-211-0/+1
* shiboken6: Remove Python code snippet markersFriedemann Kleint2022-08-101-3/+6
* Use SPDX license identifiersLucie Gérard2022-05-271-27/+2
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-251-35/+39
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-251-13/+13
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-251-23/+23
* doc: use https in some source code filesCristián Maureira-Fredes2022-03-311-1/+1
* shiboken6/documentation generator: Fix handling of <header> tagsFriedemann Kleint2022-03-171-8/+14
* Port code to use size() instead of count() of Qt containersFriedemann Kleint2022-03-171-32/+31
* shiboken6/documentation generator: Handle tables with empty leading/trailing ...Friedemann Kleint2022-03-161-1/+23
* shiboken6: Add debug operators for QtXmlToSphinx::TableFriedemann Kleint2022-03-161-0/+45
* Documentation: Fix snippets resolutionFriedemann Kleint2021-12-071-0/+11
* shiboken6/Documentation: Refactor snippets resolutionFriedemann Kleint2021-12-071-43/+90
* snippets_translate: Handle header files as wellFriedemann Kleint2021-11-271-4/+6
* Doumentation: Suppress nested formattingFriedemann Kleint2021-11-231-10/+20
* Documentation: Fix most sphinx errors "Inline strong start-string without end...Friedemann Kleint2021-11-231-14/+38
* shiboken6/doc generator: Extract method to resolve links to QtXmlToSphinxDocG...Friedemann Kleint2021-06-251-51/+54
* shiboken6/doc generator: Fix tables nested in paragraphsFriedemann Kleint2021-06-251-19/+48
* shiboken6: Small refactoring of QtXmlToSphinxFriedemann Kleint2021-06-241-11/+8
* shiboken6: Use exceptions in the doc generatorFriedemann Kleint2021-06-211-2/+3
* shiboken6/Doc generator: Fix continuation dots in code snippetsFriedemann Kleint2021-06-191-3/+3
* shiboken6/Doc generator: Dedent documentation code snippetsFriedemann Kleint2021-06-181-2/+3
* shiboken6/Doc generator: Fix HTTP URLs in documentationFriedemann Kleint2021-06-181-5/+8
* shiboken6: Fix broken tables in the QLocale documentationFriedemann Kleint2021-02-111-1/+1
* shiboken6/Documentation: Fix table width determinationFriedemann Kleint2021-02-081-3/+3
* shiboken6: Make more functions static using clang tidyFriedemann Kleint2021-01-231-1/+1
* Shiboken6: Decouple QtXmlToSphinx from the doc generatorFriedemann Kleint2020-12-151-133/+85
* shiboken6: Remove unused attribute from qtxmltosphinx.cppFriedemann Kleint2020-12-081-1/+0
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-301-4/+4
* shiboken6: Replace handler map in QtXmlToSphinx by an enumerationFriedemann Kleint2020-11-301-81/+238
* shiboken6: Port QtDocGenerator to the new text streamFriedemann Kleint2020-11-261-97/+65
* shiboken6: Split out the QtXmlToSphinx formatter from the doc generatorFriedemann Kleint2020-11-251-0/+1312