aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/camefromcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/camefromcommand.cpp')
-rw-r--r--engines/mutationofjb/commands/camefromcommand.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/mutationofjb/commands/camefromcommand.cpp b/engines/mutationofjb/commands/camefromcommand.cpp
index 0583187884..485e0c54c9 100644
--- a/engines/mutationofjb/commands/camefromcommand.cpp
+++ b/engines/mutationofjb/commands/camefromcommand.cpp
@@ -25,13 +25,13 @@
#include "mutationofjb/script.h"
#include "common/str.h"
-/*
- "CAMEFROM" <sceneId>
-
- This command tests whether last scene (the scene player came from) is sceneId.
- If true, the execution continues after this command.
- Otherwise the execution continues after first '#' found.
-*/
+/** @file
+ * "CAMEFROM" <sceneId>
+ *
+ * This command tests whether last scene (the scene player came from) is sceneId.
+ * If true, the execution continues after this command.
+ * Otherwise the execution continues after first '#' found.
+ */
namespace MutationOfJB {