aboutsummaryrefslogtreecommitdiff
path: root/gui/debugger.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-08-30 14:14:31 +0200
committerJohannes Schickel2014-08-30 14:14:31 +0200
commitec634ea07c24143e3e1736fec8934d120018fbd6 (patch)
tree5b97922243f19e49f7f9d544502a00eeaf8a4510 /gui/debugger.h
parent1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (diff)
parent06c3a7328964d39cbafab3867b0f590f9da4b161 (diff)
downloadscummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.gz
scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.tar.bz2
scummvm-rg350-ec634ea07c24143e3e1736fec8934d120018fbd6.zip
Merge pull request #495 from somaen/docuFix
Doxygen-fixes
Diffstat (limited to 'gui/debugger.h')
-rw-r--r--gui/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/debugger.h b/gui/debugger.h
index 8c7481b61f..175eb33960 100644
--- a/gui/debugger.h
+++ b/gui/debugger.h
@@ -103,7 +103,7 @@ private:
* @param varname the identifier with which the user may access the variable
* @param variable pointer to the actual storage of the variable
* @param type the type of the variable (byte, int, bool, ...)
- * @paral arraySize for type DVAR_INTARRAY this specifies the size of the array
+ * @param arraySize for type DVAR_INTARRAY this specifies the size of the array
*/
void registerVar(const Common::String &varname, void *variable, VarType type, int arraySize);