(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.

This commit is contained in:
alberth
2010-06-27 09:05:10 +00:00
parent b3a707ae4b
commit 604e56adc2
5 changed files with 25 additions and 12 deletions

View File

@@ -410,7 +410,8 @@ static Vehicle *EnsureNoVehicleProcZ(Vehicle *v, void *data)
return v;
}
/* Ensure there is no vehicle at the ground at the given position.
/**
* Ensure there is no vehicle at the ground at the given position.
* @param tile Position to examine.
* @return Succeeded command (ground is free) or failed command (a vehicle is found).
*/