Skip to content

Commit

Permalink
Doxygen test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 12, 2020
1 parent 1814052 commit f2b03a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Expand Up @@ -31,6 +31,9 @@ settings from a QgsTextFormat for individual characters (or sets of characters).
public:

QgsTextCharacterFormat();
%Docstring
Constructor for QgsTextCharacterFormat.
%End

QgsTextCharacterFormat( const QTextCharFormat &format );
%Docstring
Expand Down
1 change: 1 addition & 0 deletions src/core/textrenderer/qgstextblock.h
Expand Up @@ -23,6 +23,7 @@

/**
* \class QgsTextBlock
* \ingroup core
*
* Represents a block of text consisting of one or more QgsTextFragment objects.
*
Expand Down
3 changes: 3 additions & 0 deletions src/core/textrenderer/qgstextcharacterformat.h
Expand Up @@ -40,6 +40,9 @@ class CORE_EXPORT QgsTextCharacterFormat
{
public:

/**
* Constructor for QgsTextCharacterFormat.
*/
QgsTextCharacterFormat() = default;

/**
Expand Down
1 change: 1 addition & 0 deletions src/core/textrenderer/qgstextdocument.h
Expand Up @@ -26,6 +26,7 @@ class QgsTextFragment;

/**
* \class QgsTextDocument
* \ingroup core
*
* Represents a document consisting of one or more QgsTextBlock objects.
*
Expand Down

0 comments on commit f2b03a8

Please sign in to comment.