diff -r c780b8cf4d75 -r 863d3edf5690 QTfrontend/ui/widget/HistoryLineEdit.h --- 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 QLineEdit 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 thread-safe. + * * @author sheepluva * @since 0.9.17 */