# HG changeset patch
# User sheepluva
# Date 1319309366 -7200
# Node ID e48280142001e47ec2eb8d8a7215a6d893e8e88f
# Parent  59ff93c0ae2d30c8f9708195f004970c22fc0799
doxygen seems to get confused if a ///< line is followed by a /// line

diff -r 59ff93c0ae2d -r e48280142001 QTfrontend/ui/widget/SmartLineEdit.h
--- a/QTfrontend/ui/widget/SmartLineEdit.h	Sat Oct 22 20:41:23 2011 +0200
+++ b/QTfrontend/ui/widget/SmartLineEdit.h	Sat Oct 22 20:49:26 2011 +0200
@@ -125,7 +125,8 @@
 
     QStringList * m_cmds;  ///< list of recognized commands
     QStringList * m_nicks; ///< list of recognized nicknames
-    /// list of recognized commands, sorted case-insensitive
+
+    /// recognized nicknames, sorted case-insensitive
     QMap<QString, QString> * m_sorted_nicks;
 
     // these variables contain information about the last replacement