Skip to content

Commit 28a2120

Browse files
committedApr 30, 2017
[sipify] seealso
1 parent 897e2f0 commit 28a2120

File tree

71 files changed

+1189
-1139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1189
-1139
lines changed
 

‎python/auto_sip.blacklist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ gui/qgstreewidgetitem.sip
401401
gui/qgsunitselectionwidget.sip
402402
gui/qgsuserinputdockwidget.sip
403403
gui/qgsvariableeditorwidget.sip
404-
gui/qgsvertexmarker.sip
405404
gui/attributetable/qgsattributetabledelegate.sip
406405
gui/attributetable/qgsattributetablefiltermodel.sip
407406
gui/attributetable/qgsattributetablemodel.sip

‎python/core/annotations/qgsannotationmanager.sip

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class QgsAnnotationManager : QObject
4242
%Docstring
4343
Adds an annotation to the manager. Ownership of the annotation is transferred to the manager.
4444
Returns true if the addition was successful, or false if the annotation could not be added.
45-
\see removeAnnotation()
46-
\see annotationAdded()
45+
.. seealso:: removeAnnotation()
46+
.. seealso:: annotationAdded()
4747
:rtype: bool
4848
%End
4949

@@ -52,23 +52,23 @@ class QgsAnnotationManager : QObject
5252
Removes an annotation from the manager. The annotation is deleted.
5353
Returns true if the removal was successful, or false if the removal failed (eg as a result
5454
of removing an annotation which is not contained in the manager).
55-
\see addAnnotation()
56-
\see compositionRemoved()
57-
\see compositionAboutToBeRemoved()
58-
\see clear()
55+
.. seealso:: addAnnotation()
56+
.. seealso:: compositionRemoved()
57+
.. seealso:: compositionAboutToBeRemoved()
58+
.. seealso:: clear()
5959
:rtype: bool
6060
%End
6161

6262
void clear();
6363
%Docstring
6464
Removes and deletes all annotations from the manager.
65-
\see removeAnnotation()
65+
.. seealso:: removeAnnotation()
6666
%End
6767

6868
QList< QgsAnnotation * > annotations() const;
6969
%Docstring
7070
Returns a list of all annotations contained in the manager.
71-
\see cloneAnnotations()
71+
.. seealso:: cloneAnnotations()
7272
:rtype: list of QgsAnnotation
7373
%End
7474

@@ -77,22 +77,22 @@ class QgsAnnotationManager : QObject
7777
Returns a list containing clones of all annotations contained
7878
in the manager. The caller takes responsibility for deleting
7979
all returned annotations.
80-
\see annotations()
80+
.. seealso:: annotations()
8181
:rtype: list of QgsAnnotation
8282
%End
8383

8484
bool readXml( const QDomElement &element, const QDomDocument &doc );
8585
%Docstring
8686
Reads the manager's state from a DOM element, restoring all annotations
8787
present in the XML document.
88-
\see writeXml()
88+
.. seealso:: writeXml()
8989
:rtype: bool
9090
%End
9191

9292
QDomElement writeXml( QDomDocument &doc ) const;
9393
%Docstring
9494
Returns a DOM element representing the state of the manager.
95-
\see readXml()
95+
.. seealso:: readXml()
9696
:rtype: QDomElement
9797
%End
9898

0 commit comments

Comments
 (0)
Please sign in to comment.