QTfrontend/ui/widget/HistoryLineEdit.h
changeset 6160 863d3edf5690
parent 6151 9fd5b70acb1a
child 6161 98486efeb0b7
--- a/QTfrontend/ui/widget/HistoryLineEdit.h	Thu Oct 20 13:10:24 2011 +0200
+++ b/QTfrontend/ui/widget/HistoryLineEdit.h	Thu Oct 20 23:25:16 2011 +0200
@@ -30,11 +30,11 @@
 class QLineEdit;
 
 /**
- * A modification of QLineEdit that features:
- * + History of previous contents, re-selectable using the arrow keys.
+ * @brief A <code>QLineEdit</code> that features a history of previous contents,
+ *        re-selectable using the arrow keys.
  *
- * Note:
- *   * Public methods for accessing history are thread-safe.
+ * Note: Public methods for accessing history are <b>thread-safe</b>.
+ * 
  * @author sheepluva
  * @since 0.9.17
  */