From a25715a29b0587ae6795eef63a575172e2cb971d Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Sat, 4 Aug 2018 16:57:41 +0200 Subject: MUTATIONOFJB: Fix code formatting issues (with astyle). --- engines/mutationofjb/commands/camefromcommand.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'engines/mutationofjb/commands/camefromcommand.cpp') 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" - - 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" + * + * 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 { -- cgit v1.2.3