[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1235: Three more fixes and my Doxygen is happy. (in trunk/src: control gui/tray)
Author: edmanm
Date: 2006-09-23 15:22:03 -0400 (Sat, 23 Sep 2006)
New Revision: 1235
Modified:
trunk/src/control/torcontrol.h
trunk/src/gui/tray/trayicon_mac.cpp
trunk/src/gui/tray/trayicon_mac.h
Log:
Three more fixes and my Doxygen is happy.
Modified: trunk/src/control/torcontrol.h
===================================================================
--- trunk/src/control/torcontrol.h 2006-09-23 19:14:16 UTC (rev 1234)
+++ trunk/src/control/torcontrol.h 2006-09-23 19:22:03 UTC (rev 1235)
@@ -92,7 +92,7 @@
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);
- /** Gets a set of configuration keyvalues and stores them in \emph map. */
+ /** Gets a set of configuration keyvalues and stores them in <b>map</b>. */
bool getConf(QHash<QString,QString> &map, QString *errmsg = 0);
/** Gets a single configuration keyvalue. */
bool getConf(QString key, QString &value, QString *errmsg = 0);
Modified: trunk/src/gui/tray/trayicon_mac.cpp
===================================================================
--- trunk/src/gui/tray/trayicon_mac.cpp 2006-09-23 19:14:16 UTC (rev 1234)
+++ trunk/src/gui/tray/trayicon_mac.cpp 2006-09-23 19:22:03 UTC (rev 1235)
@@ -20,7 +20,7 @@
****************************************************************/
/**
- * \file trayicon_win.cpp
+ * \file trayicon_mac.cpp
* \version $Id$
*/
Modified: trunk/src/gui/tray/trayicon_mac.h
===================================================================
--- trunk/src/gui/tray/trayicon_mac.h 2006-09-23 19:14:16 UTC (rev 1234)
+++ trunk/src/gui/tray/trayicon_mac.h 2006-09-23 19:22:03 UTC (rev 1235)
@@ -20,7 +20,7 @@
****************************************************************/
/**
- * \file trayicon_win.h
+ * \file trayicon_mac.h
* \version $Id: mainwindow.cpp 604 2006-04-08 20:36:55Z edmanm $
*/