From a5ed6e17ccfc976acac3863526349a8587342e40 Mon Sep 17 00:00:00 2001 From: johns <> Date: Wed, 12 Jul 2000 22:47:48 +0000 Subject: [PATCH] AutoDoc comments must start with /**. --- src/stratagus/spells.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratagus/spells.cpp b/src/stratagus/spells.cpp index 773e623b2..540e71df7 100644 --- a/src/stratagus/spells.cpp +++ b/src/stratagus/spells.cpp @@ -402,7 +402,7 @@ global int CanCastSpell( Unit* unit, int SpellId ) } */ -/* +/** ** Spell cast! ** ** @param SpellId Spell id (index in the spell type table).