Skip to content

Commit

Permalink
Merge pull request #36369 from signedav/siplinks
Browse files Browse the repository at this point in the history
Links to another sip doc host
  • Loading branch information
m-kuhn committed May 12, 2020
2 parents b2890f0 + 5d4ab68 commit e04b28e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/core/qgis_sip.h
Expand Up @@ -29,7 +29,7 @@


/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=keepreference#function-annotation-Transfer
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-Transfer
*
* Example QgsVectorLayer::setDiagramRenderer
*/
Expand All @@ -43,80 +43,80 @@
#define SIP_GETWRAPPER

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=keepreference#function-annotation-TransferBack
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-TransferBack
*/
#define SIP_TRANSFERBACK

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=keepreference#function-annotation-TransferThis
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-TransferThis
*/
#define SIP_TRANSFERTHIS

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#argument-annotation-Out
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-Out
*/
#define SIP_OUT

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#argument-annotation-In
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-In
*/
#define SIP_IN

/*
* Combination of
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#argument-annotation-In
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-In
* and
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#argument-annotation-Out
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-Out
*/
#define SIP_INOUT

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#function-annotation-Factory
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#function-annotation-Factory
*/
#define SIP_FACTORY

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#class-annotation-PyName
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#class-annotation-PyName
*/
#define SIP_PYNAME(name)

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#argument-annotation-KeepReference
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-KeepReference
*/
#define SIP_KEEPREFERENCE

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#argument-annotation-Array
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-Array
*/
#define SIP_ARRAY

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#argument-annotation-ArraySize
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#argument-annotation-ArraySize
*/
#define SIP_ARRAYSIZE

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html#class-annotation-NoDefaultCtors
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html#class-annotation-NoDefaultCtors
*/
#define SIP_NODEFAULTCTORS

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=deprecated#function-annotation-Deprecated
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=deprecated#function-annotation-Deprecated
*/
#define SIP_DEPRECATED

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=constrained#argument-annotation-Constrained
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=constrained#argument-annotation-Constrained
*/
#define SIP_CONSTRAINED

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=external#class-annotation-External
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=external#class-annotation-External
*/
#define SIP_EXTERNAL

/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=allownone
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=allownone
*/
#define SIP_ALLOWNONE

Expand Down Expand Up @@ -147,7 +147,7 @@


/*
* http://pyqt.sourceforge.net/Docs/sip4/annotations.html?highlight=keepreference#function-annotation-ReleaseGIL
* https://www.riverbankcomputing.com/static/Docs/sip/annotations.html?highlight=keepreference#function-annotation-ReleaseGIL
*/
#define SIP_RELEASEGIL

Expand Down

0 comments on commit e04b28e

Please sign in to comment.