Skip to content

Commit 9f650fe

Browse files
committedMay 27, 2018
Fix incorrect param docstring when doxygen \param has extra
trailing spaces or uses tabs
1 parent 4b1b752 commit 9f650fe

File tree

55 files changed

+245
-241
lines changed

Some content is hidden

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

55 files changed

+245
-241
lines changed
 

‎python/analysis/auto_generated/network/qgsgraphbuilderinterface.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Add vertex to the graph
8080
Add edge to the graph
8181

8282
:param pt1id: first vertex identificator
83-
:param pt1: first vertex coordinates
83+
:param pt1: first vertex coordinates
8484
:param pt2id: second vertex identificator
85-
:param pt2: second vertex coordinates
85+
:param pt2: second vertex coordinates
8686
:param strategies: optimization strategies
8787

8888
.. note::

‎python/core/auto_generated/diagram/qgsdiagram.sip.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ Constructor for QgsDiagram.
8383
Changes the pen width to match the current settings and rendering context
8484

8585
:param pen: The pen to modify
86-
:param s: The settings that specify the pen width
87-
:param c: The rendering specifying the proper scale units for pixel conversion
86+
:param s: The settings that specify the pen width
87+
:param c: The rendering specifying the proper scale units for pixel conversion
8888
%End
8989

9090
QSizeF sizePainterUnits( QSizeF size, const QgsDiagramSettings &s, const QgsRenderContext &c );
9191
%Docstring
9292
Calculates a size to match the current settings and rendering context
9393

9494
:param size: The size to convert
95-
:param s: The settings that specify the size type
96-
:param c: The rendering specifying the proper scale units for pixel conversion
95+
:param s: The settings that specify the size type
96+
:param c: The rendering specifying the proper scale units for pixel conversion
9797

9898
:return: The converted size for rendering
9999
%End
@@ -102,9 +102,9 @@ Calculates a size to match the current settings and rendering context
102102
%Docstring
103103
Calculates a length to match the current settings and rendering context
104104

105-
:param l: The length to convert
106-
:param s: Unused
107-
:param c: The rendering specifying the proper scale units for pixel conversion
105+
:param l: The length to convert
106+
:param s: Unused
107+
:param c: The rendering specifying the proper scale units for pixel conversion
108108

109109
:return: The converted length for rendering
110110
%End
@@ -113,8 +113,8 @@ Calculates a length to match the current settings and rendering context
113113
%Docstring
114114
Calculates a size to match the current settings and rendering context
115115

116-
:param s: The settings that contain the font size and size type
117-
:param c: The rendering specifying the proper scale units for pixel conversion
116+
:param s: The settings that contain the font size and size type
117+
:param c: The rendering specifying the proper scale units for pixel conversion
118118

119119
:return: The properly scaled font for rendering
120120
%End

0 commit comments

Comments
 (0)
Please sign in to comment.