Skip to content

Commit

Permalink
Reformat the QgsMessageLogConsole class docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine committed Sep 11, 2018
1 parent e33954c commit 369587d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/core/qgsmessagelog.h
Expand Up @@ -128,11 +128,11 @@ class CORE_EXPORT QgsMessageLogNotifyBlocker

/**
* \ingroup core
\brief Default implementation of message logging interface
This class outputs log messages to the standard output. Therefore it might
be the right choice for apps without GUI.
*/
* \brief Default implementation of message logging interface
*
* This class outputs log messages to the standard output. Therefore it might
* be the right choice for apps without GUI.
*/
class CORE_EXPORT QgsMessageLogConsole : public QObject
{
Q_OBJECT
Expand Down

0 comments on commit 369587d

Please sign in to comment.