mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Merge pull request #63014 from ValentinBuira/update-sip-doc
Update broken links to sip documentation
This commit is contained in:
commit
1aec670885
@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-Transfer
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#function-annotation-Transfer
|
||||
*
|
||||
* Example QgsVectorLayer::setDiagramRenderer
|
||||
*/
|
||||
@ -37,23 +37,23 @@
|
||||
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-GetWrapper
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-GetWrapper
|
||||
*
|
||||
*/
|
||||
#define SIP_GETWRAPPER
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-TransferBack
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#function-annotation-TransferBack
|
||||
*/
|
||||
#define SIP_TRANSFERBACK
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-TransferThis
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#function-annotation-TransferThis
|
||||
*/
|
||||
#define SIP_TRANSFERTHIS
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-Out
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-Out
|
||||
*/
|
||||
#define SIP_OUT
|
||||
|
||||
@ -66,65 +66,65 @@
|
||||
#define SIP_DOCSTRING_OUT
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-In
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-In
|
||||
*/
|
||||
#define SIP_IN
|
||||
|
||||
/*
|
||||
* Combination of
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-In
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-In
|
||||
* and
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-Out
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-Out
|
||||
*/
|
||||
#define SIP_INOUT
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#function-annotation-Factory
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#function-annotation-Factory
|
||||
*/
|
||||
#define SIP_FACTORY
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#class-annotation-PyName
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#class-annotation-PyName
|
||||
*/
|
||||
#define SIP_PYNAME(name)
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-KeepReference
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-KeepReference
|
||||
*/
|
||||
#define SIP_KEEPREFERENCE
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-Array
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-Array
|
||||
*/
|
||||
#define SIP_ARRAY
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-ArraySize
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-ArraySize
|
||||
*/
|
||||
#define SIP_ARRAYSIZE
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#class-annotation-NoDefaultCtors
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#class-annotation-NoDefaultCtors
|
||||
*/
|
||||
#define SIP_NODEFAULTCTORS
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=deprecated#function-annotation-Deprecated
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#function-annotation-Deprecated
|
||||
*/
|
||||
#define SIP_DEPRECATED
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=constrained#argument-annotation-Constrained
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-Constrained
|
||||
*/
|
||||
#define SIP_CONSTRAINED
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=external#class-annotation-External
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#class-annotation-External
|
||||
*/
|
||||
#define SIP_EXTERNAL
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=allownone
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#argument-annotation-AllowNone
|
||||
*/
|
||||
#define SIP_ALLOWNONE
|
||||
|
||||
@ -169,12 +169,12 @@
|
||||
#define SIP_PYARGRENAME(pyname)
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-ReleaseGIL
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#function-annotation-ReleaseGIL
|
||||
*/
|
||||
#define SIP_RELEASEGIL
|
||||
|
||||
/*
|
||||
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-HoldGIL
|
||||
* https://python-sip.readthedocs.io/en/stable/annotations.html#function-annotation-HoldGIL
|
||||
*/
|
||||
#define SIP_HOLDGIL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user