diff libgui/src/history-dock-widget.h @ 24109:1d6c940a1b37

doc: Improve Doxygen documentation for some files in libgui.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 28 Sep 2017 10:49:39 +0200
parents 9107bae20480
children 194eb4bd202b
line wrap: on
line diff
--- a/libgui/src/history-dock-widget.h	Wed Sep 27 15:56:39 2017 -0400
+++ b/libgui/src/history-dock-widget.h	Thu Sep 28 10:49:39 2017 +0200
@@ -53,11 +53,14 @@
 
   void information (const QString& message);
 
-  /** Emitted, whenever the user double-clicked a command in the history. */
+  //! Signal emitted, whenever the user double-clicked a command in the
+  //! history.
+
   void command_double_clicked (const QString& command);
 
-  /** Emitted whenever the user selects command and chooses Create
-      script from popupmenu. */
+  //! Signale emitted, whenever the user selects commands and chooses
+  //! "Create script" from the popup menu.
+
   void command_create_script (const QString& commands);
 
 private slots:
@@ -85,7 +88,8 @@
   QListView *m_history_list_view;
   QSortFilterProxyModel m_sort_filter_proxy_model;
 
-  /** Stores the current history_model. */
+  //! Stores the current history_model.
+
   QStringListModel *m_history_model;
 
   QCheckBox *m_filter_checkbox;