Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 2, 2019
1 parent 50dd2d6 commit f8f319b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/symbology/qgssymbollayer.sip.in
Expand Up @@ -860,7 +860,7 @@ Renders the line symbol layer along the line joining ``points``, using the given
Renders the line symbol layer along the outline of polygon, using the given render ``context``.

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

.. seealso:: :py:func:`renderPolyline`
%End
Expand Down
Expand Up @@ -379,6 +379,11 @@ Creates a new QgsMarkerLineSymbolLayerWidget.

class QgsHashedLineSymbolLayerWidget : QgsSymbolLayerWidget
{
%Docstring
Widget for controlling the properties of a :py:class:`QgsHashedLineSymbolLayer`.

.. versionadded:: 3.8
%End

%TypeHeaderCode
#include "qgssymbollayerwidget.h"
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology/qgssymbollayer.h
Expand Up @@ -803,7 +803,7 @@ class CORE_EXPORT QgsLineSymbolLayer : public QgsSymbolLayer
* Renders the line symbol layer along the outline of polygon, using the given render \a context.
*
* The exterior ring of the polygon is specified in \a points. Optionally, interior
* rings are set via the \a rings arugment.
* rings are set via the \a rings argument.
*
* \see renderPolyline()
*/
Expand Down
2 changes: 2 additions & 0 deletions src/gui/symbology/qgssymbollayerwidget.h
Expand Up @@ -509,6 +509,8 @@ class QgsHashedLineSymbolLayer;
/**
* \ingroup gui
* \class QgsHashedLineSymbolLayerWidget
* Widget for controlling the properties of a QgsHashedLineSymbolLayer.
* \since QGIS 3.8
*/
class GUI_EXPORT QgsHashedLineSymbolLayerWidget : public QgsSymbolLayerWidget, private Ui::WidgetHashedLine
{
Expand Down

0 comments on commit f8f319b

Please sign in to comment.