aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/renamecommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/renamecommand.cpp')
-rw-r--r--engines/mutationofjb/commands/renamecommand.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/engines/mutationofjb/commands/renamecommand.cpp b/engines/mutationofjb/commands/renamecommand.cpp
index 03a883261c..7bd526974a 100644
--- a/engines/mutationofjb/commands/renamecommand.cpp
+++ b/engines/mutationofjb/commands/renamecommand.cpp
@@ -25,11 +25,12 @@
#include "mutationofjb/gamedata.h"
#include "common/algorithm.h"
-/*
- "REN " <oldName> " " <newName>
- Renames every door, static (in the current scene) and inventory item
- with the name oldName to newName.
-*/
+/** @file
+ * "REN " <oldName> " " <newName>
+ *
+ * Renames every door, static (in the current scene) and inventory item
+ * with the name oldName to newName.
+ */
namespace MutationOfJB {