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

[vidalia-svn] r1212: Add a comment to a function I added in my last commit. (trunk/src/config)



Author: edmanm
Date: 2006-09-20 16:35:49 -0400 (Wed, 20 Sep 2006)
New Revision: 1212

Modified:
   trunk/src/config/torsettings.cpp
Log:
Add a comment to a function I added in my last commit.


Modified: trunk/src/config/torsettings.cpp
===================================================================
--- trunk/src/config/torsettings.cpp	2006-09-20 18:47:29 UTC (rev 1211)
+++ trunk/src/config/torsettings.cpp	2006-09-20 20:35:49 UTC (rev 1212)
@@ -85,6 +85,8 @@
   setValue(SETTING_TOR_EXECUTABLE, torExecutable);
 }
 
+/** Formats the argument name <b>name</b> with the given value <b>value</b>.
+ * If <b>value</b> contains a space, <b>value</b> will be wrapped in quotes. */
 QString
 TorSettings::formatArgument(QString name, QString value)
 {