summaryrefslogtreecommitdiff
path: root/src/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.cpp')
-rw-r--r--src/console.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console.cpp b/src/console.cpp
index 6e9b46f6b..2cf9d9695 100644
--- a/src/console.cpp
+++ b/src/console.cpp
@@ -235,8 +235,8 @@ void IConsoleAddSorted(T **base, T *item_new)
/**
* Remove underscores from a string; the string will be modified!
- * @param name The string to remove the underscores from.
- * @return #name.
+ * @param[in,out] name String to remove the underscores from.
+ * @return \a name, with its contents modified.
*/
char *RemoveUnderscores(char *name)
{