aboutsummaryrefslogtreecommitdiff
path: root/gui/debugger.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-08-29 03:28:59 +0200
committerEinar Johan Trøan Sømåen2014-08-29 03:28:59 +0200
commite34a8fe9eb3b53e00a4be0fde51929b853854c42 (patch)
tree74d8bb9da47ec578d6150a418ccd4f385575485b /gui/debugger.h
parent2fa13404380ddb1f9fe364d78d84f2b9309a44b7 (diff)
downloadscummvm-rg350-e34a8fe9eb3b53e00a4be0fde51929b853854c42.tar.gz
scummvm-rg350-e34a8fe9eb3b53e00a4be0fde51929b853854c42.tar.bz2
scummvm-rg350-e34a8fe9eb3b53e00a4be0fde51929b853854c42.zip
GUI: Fix some Doxygen comments that seem wrong.
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);