[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1234: Correct an unknown Doxygen tag. (trunk/src/control)



Author: edmanm
Date: 2006-09-23 15:14:16 -0400 (Sat, 23 Sep 2006)
New Revision: 1234

Modified:
   trunk/src/control/torcontrol.h
Log:
Correct an unknown Doxygen tag.


Modified: trunk/src/control/torcontrol.h
===================================================================
--- trunk/src/control/torcontrol.h	2006-09-23 19:12:45 UTC (rev 1233)
+++ trunk/src/control/torcontrol.h	2006-09-23 19:14:16 UTC (rev 1234)
@@ -88,7 +88,7 @@
   bool setEvents(QString *errmsg = 0);
   
 
-  /** Sets each configuration key in \emph map to the value associated with its key. */
+  /** Sets each configuration key in <b>map</b> to the value associated with its key. */
   bool setConf(QHash<QString,QString> map, QString *errmsg = 0);
   /** Sets a single configuration key to the given value. */
   bool setConf(QString key, QString value, QString *errmsg = 0);