aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/qtdoc/qtdocgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-081-3/+10
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-091-10/+3
* shiboken2: Use an AbstractMetaType for "void"Friedemann Kleint2020-10-131-1/+1
* shiboken2: Add convenience for indenterFriedemann Kleint2020-09-291-12/+7
* shiboken2: Change AbstractMetaClass::enums() to return const refFriedemann Kleint2020-09-291-2/+1
* shiboken2: MetaBuilder/ApiExtractor/Generator: Return class/enum/function lis...Friedemann Kleint2020-09-281-4/+2
* shiboken2: Move class PropertySpec into its own source fileFriedemann Kleint2020-09-221-0/+1
* shiboken2: Refactor primitive type lists in overload decisorFriedemann Kleint2020-09-111-16/+14
* Add support for briefdescription in doxygen parseRenato Araujo Oliveira Filho2020-09-021-14/+16
* Skip sphinx indexing for functions with multiple signaturesRenato Araujo Oliveira Filho2020-09-021-3/+8
* Fix constructor documentation for classes with namespaceRenato Araujo Oliveira Filho2020-09-021-8/+4
* Fix documentation for functions argumentRenato Araujo Oliveira Filho2020-09-021-15/+34
* Make sure to document class names without constructorsRenato Araujo Oliveira Filho2020-08-311-19/+23
* Fix doc generation for class with namespaceRenato Araujo Oliveira Filho2020-08-311-18/+20
* shiboken: Constify GeneratorContextFriedemann Kleint2020-05-151-3/+3
* shiboken: Introduce a separate logging category for documentation generationFriedemann Kleint2020-04-161-22/+22
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-01-061-2/+2
|\
| * Shiboken: QtDoc: Change the order of entries at the beginningVenugopal Shivashankar2020-01-051-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2019-12-131-0/+3
|\|
| * Shiboken: QtDoc: Fix the fancy TOC in the module index pageVenugopal Shivashankar2019-12-121-0/+3
* | shiboken: Fix usage of Qt's endl, preparing for Qt 6Friedemann Kleint2019-12-061-76/+71
|/
* Shiboken: QtDoc: Fix the new filename logic for the extras foundVenugopal Shivashankar2019-11-251-1/+1
* Doc: Drop PySide prefix from the RST filenamesVenugopal Shivashankar2019-11-181-2/+10
* shiboken/Doc generator: Refactor the Table classFriedemann Kleint2019-11-151-38/+39
* shiboken: Remove more usages of QListFriedemann Kleint2019-11-151-3/+3
* Shiboken: QtDoc: Fix how brief and class tags are handledVenugopal Shivashankar2019-10-251-5/+1
* Shiboken: QtDoc generator: Handle 'group' tag as a 'page' tagVenugopal Shivashankar2019-10-151-4/+6
* Shiboken: Provide a context for the additional docsVenugopal Shivashankar2019-10-071-1/+2
* Shiboken: Add check for 'external' link typeVenugopal Shivashankar2019-09-251-0/+2
* shiboken: Fix various clang warningsFriedemann Kleint2019-06-251-11/+10
* shiboken: Replace 'typedef' by 'using'Friedemann Kleint2019-06-251-1/+1
* shiboken: Introduce autoFriedemann Kleint2019-06-251-2/+2
* shiboken: Introduce nullptrFriedemann Kleint2019-06-251-6/+6
* shiboken: Remove some special handling for QObject'sFriedemann Kleint2019-04-101-1/+1
* shiboken/Documentation: Move brief to top of class documentationFriedemann Kleint2019-03-251-2/+41
* shiboken/documentation: Shorten the types in link texts and parametersFriedemann Kleint2019-03-141-18/+23
* shiboken: Generate deprecation information for functions and classesFriedemann Kleint2019-03-131-0/+12
* shiboken: Fix the formatting of function signaturesFriedemann Kleint2019-03-131-28/+53
* Replace QString::null/isNull() by QString()/isEmpty()Friedemann Kleint2019-02-061-3/+3
* Replace the deprecated Qt algorithms by their std:: equivalentsFriedemann Kleint2019-02-051-3/+3
* Documentation: Replace nullptr by None in signaturesFriedemann Kleint2019-01-101-3/+7
* shiboken: Centralize most msg* functions in a separate fileFriedemann Kleint2018-09-101-30/+3
* Merge remote-tracking branch 'origin/5.11' into devFriedemann Kleint2018-09-041-0/+2
|\
| * shiboken/doc generator: Add FunctionMask case to avoid warningCristian Maureira-Fredes2018-09-031-0/+2
* | shiboken/doc generator: Fix crash when normalizing tablesFriedemann Kleint2018-08-211-1/+7
* | Fix some clang-tidy warnings in shibokenFriedemann Kleint2018-07-231-16/+15
* | shiboken: Fix command line helpFriedemann Kleint2018-07-191-6/+6
* | shiboken: Refactor command line arguments handlingFriedemann Kleint2018-07-161-11/+37
|/
* shiboken/doc generator: Search snippets with to suffix "py" firstFriedemann Kleint2018-06-221-1/+7
* QtXmlToSphinx::transform(): Improve XML error messageFriedemann Kleint2018-05-181-2/+4