Fix sipify test

This commit is contained in:
Nyall Dawson 2025-03-31 11:53:57 +10:00
parent 4a10066b69
commit 362f2dd20a
3 changed files with 10 additions and 10 deletions

View File

@ -61,7 +61,7 @@ typedef QtClass<QVariant> QtClassQVariantBase /NoTypeName/;
class QgsSipifyHeader : QtClassQVariantBase
{
%Docstring(signature="appended")
Documentation goes here
Documentation goes here.
Here's some comment mentioning another class :py:class:`QgsAutoAwesomemater`.makeAwesome.
@ -371,7 +371,7 @@ remove argument
class ClassWithPrivateInheritanceOnly /Abstract/
{
%Docstring(signature="appended")
Documentation goes here
Documentation goes here.
%End
%TypeHeaderCode
@ -388,7 +388,7 @@ A constructor with definition in header on several lines
class AbstractClass /Abstract/
{
%Docstring(signature="appended")
Documentation goes here
Documentation goes here.
%End
%TypeHeaderCode

View File

@ -61,7 +61,7 @@ typedef QtClass<QVariant> QtClassQVariantBase /NoTypeName/;
class QgsSipifyHeader : QtClassQVariantBase
{
%Docstring(signature="appended")
Documentation goes here
Documentation goes here.
Here's some comment mentioning another class :py:class:`QgsAutoAwesomemater`.makeAwesome.
@ -371,7 +371,7 @@ remove argument
class ClassWithPrivateInheritanceOnly /Abstract/
{
%Docstring(signature="appended")
Documentation goes here
Documentation goes here.
%End
%TypeHeaderCode
@ -388,7 +388,7 @@ A constructor with definition in header on several lines
class AbstractClass /Abstract/
{
%Docstring(signature="appended")
Documentation goes here
Documentation goes here.
%End
%TypeHeaderCode

View File

@ -56,7 +56,7 @@ typedef QMap<QgsFeatureId, QPair<QMap<Something, Complex> >> SIP_PYALTERNATIVET
/**
* \ingroup core
* A super QGIS class
* A super QGIS class.
*/
#ifndef SIP_RUN // following will be hidden
class CORE_EXPORT QgsSuperClass : public QtClass<QVariant>
@ -87,7 +87,7 @@ typedef QVector<QVariant> QgsSuperClass;
/**
* \ingroup core
* Documentation goes here
* Documentation goes here.
*
* Here's some comment mentioning another class QgsAutoAwesomemater::makeAwesome.
* \note some other note
@ -478,7 +478,7 @@ class CORE_EXPORT QgsSipifyHeader : public QtClass<QVariant>, private Ui::QgsBas
/**
* \class ClassWithPrivateInheritanceOnly
* \ingroup core
* Documentation goes here
* Documentation goes here.
*/
class CORE_EXPORT ClassWithPrivateInheritanceOnly : private QgsBaseClass SIP_ABSTRACT
{
@ -496,7 +496,7 @@ class CORE_EXPORT ClassWithPrivateInheritanceOnly : private QgsBaseClass SIP_ABS
/**
* \class AbstractClass
* \ingroup core
* Documentation goes here
* Documentation goes here.
*/
class CORE_EXPORT AbstractClass SIP_ABSTRACT