fixed documentation

This commit is contained in:
john30
2017-02-18 14:03:50 +01:00
parent f1aac4b2cb
commit f7e97a70e3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ class BusHandler : public WaitThread {
/**
* Initiate a scan of the slave addresses.
* @param full true for a full scan (all slaves), false for scanning only already seen slaves.
* @param level the current user's access levels.
* @param levels the current user's access levels.
* @return the result code.
*/
result_t startScan(bool full, string levels);
+3 -3
View File
@@ -175,7 +175,7 @@ class MainLoop : public Thread, DeviceListener {
/**
* Execute the write command.
* @param args the arguments passed to the command (starting with the command itself), or empty for help.
* @param level the current user's access levels.
* @param levels the current user's access levels.
* @return the result string.
*/
string executeWrite(vector<string> &args, const string levels);
@@ -190,7 +190,7 @@ class MainLoop : public Thread, DeviceListener {
/**
* Execute the find command.
* @param args the arguments passed to the command (starting with the command itself), or empty for help.
* @param level the current user's access levels.
* @param levels the current user's access levels.
* @return the result string.
*/
string executeFind(vector<string> &args, string levels);
@@ -220,7 +220,7 @@ class MainLoop : public Thread, DeviceListener {
/**
* Execute the scan command.
* @param args the arguments passed to the command (starting with the command itself), or empty for help.
* @param level the current user's access levels.
* @param levels the current user's access levels.
* @return the result string.
*/
string executeScan(vector<string> &args, const string levels);