diff libgui/src/workspace-view.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 bffd7d826887
children 194eb4bd202b
line wrap: on
line diff
--- a/libgui/src/workspace-view.h	Wed Sep 27 15:56:39 2017 -0400
+++ b/libgui/src/workspace-view.h	Thu Sep 28 10:49:39 2017 +0200
@@ -55,10 +55,12 @@
 
 signals:
 
-  /** signal that user had requested a command on a variable */
+  //! Signal that user had requested a command on a variable.
+
   void command_requested (const QString& cmd);
 
-  /// signal that user wants to edit a variable
+  //! Signal that user wants to edit a variable.
+
   void edit_variable_signal (const QString&);
 
 protected: