Skip to content

Commit f8f319b

Browse files
committed
Fix dox
1 parent 50dd2d6 commit f8f319b

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

python/core/auto_generated/symbology/qgssymbollayer.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ Renders the line symbol layer along the line joining ``points``, using the given
860860
Renders the line symbol layer along the outline of polygon, using the given render ``context``.
861861

862862
The exterior ring of the polygon is specified in ``points``. Optionally, interior
863-
rings are set via the ``rings`` arugment.
863+
rings are set via the ``rings`` argument.
864864

865865
.. seealso:: :py:func:`renderPolyline`
866866
%End

python/gui/auto_generated/symbology/qgssymbollayerwidget.sip.in

+5
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,11 @@ Creates a new QgsMarkerLineSymbolLayerWidget.
379379

380380
class QgsHashedLineSymbolLayerWidget : QgsSymbolLayerWidget
381381
{
382+
%Docstring
383+
Widget for controlling the properties of a :py:class:`QgsHashedLineSymbolLayer`.
384+
385+
.. versionadded:: 3.8
386+
%End
382387

383388
%TypeHeaderCode
384389
#include "qgssymbollayerwidget.h"

src/core/symbology/qgssymbollayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ class CORE_EXPORT QgsLineSymbolLayer : public QgsSymbolLayer
803803
* Renders the line symbol layer along the outline of polygon, using the given render \a context.
804804
*
805805
* The exterior ring of the polygon is specified in \a points. Optionally, interior
806-
* rings are set via the \a rings arugment.
806+
* rings are set via the \a rings argument.
807807
*
808808
* \see renderPolyline()
809809
*/

src/gui/symbology/qgssymbollayerwidget.h

+2
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,8 @@ class QgsHashedLineSymbolLayer;
509509
/**
510510
* \ingroup gui
511511
* \class QgsHashedLineSymbolLayerWidget
512+
* Widget for controlling the properties of a QgsHashedLineSymbolLayer.
513+
* \since QGIS 3.8
512514
*/
513515
class GUI_EXPORT QgsHashedLineSymbolLayerWidget : public QgsSymbolLayerWidget, private Ui::WidgetHashedLine
514516
{

0 commit comments

Comments
 (0)