Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 7, 2017
1 parent 69aacde commit 476b1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions python/core/layout/qgslayoutitemnodeitem.sip
Expand Up @@ -118,17 +118,12 @@ Returns the number of nodes in the shape.

QgsLayoutNodesItem( QgsLayout *layout );
%Docstring
Constructor
\param tagName tag used in XML file
\param layout parent layout
Constructor for QgsLayoutNodesItem, attached to the specified ``layout``.
%End

QgsLayoutNodesItem( const QPolygonF &polygon, QgsLayout *layout );
%Docstring
Constructor
\param tagName tag used in XML file
\param polygon nodes of the shape
\param layout parent layout
Constructor for a QgsLayoutNodesItem with the given ``polygon`` nodes, attached to the specified ``layout``.
%End

virtual void draw( QgsRenderContext &context, const QStyleOptionGraphicsItem *itemStyle = 0 );
Expand Down
9 changes: 2 additions & 7 deletions src/core/layout/qgslayoutitemnodeitem.h
Expand Up @@ -117,17 +117,12 @@ class CORE_EXPORT QgsLayoutNodesItem: public QgsLayoutItem
protected:

/**
* Constructor
* \param tagName tag used in XML file
* \param layout parent layout
* Constructor for QgsLayoutNodesItem, attached to the specified \a layout.
*/
QgsLayoutNodesItem( QgsLayout *layout );

/**
* Constructor
* \param tagName tag used in XML file
* \param polygon nodes of the shape
* \param layout parent layout
* Constructor for a QgsLayoutNodesItem with the given \a polygon nodes, attached to the specified \a layout.
*/
QgsLayoutNodesItem( const QPolygonF &polygon, QgsLayout *layout );

Expand Down

0 comments on commit 476b1de

Please sign in to comment.