doxygen seems to get confused if a ///< line is followed by a /// line
authorsheepluva
Sat, 22 Oct 2011 20:49:26 +0200
changeset 6188 e48280142001
parent 6187 59ff93c0ae2d
child 6189 d0d666503fd5
doxygen seems to get confused if a ///< line is followed by a /// line
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