mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fix sipify test
This commit is contained in:
parent
4a10066b69
commit
362f2dd20a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user