(svn r21088) -Doc: Additions/corrections of doxygen comments.

This commit is contained in:
alberth
2010-11-05 16:34:22 +00:00
parent 5e3991e20e
commit fa13971337
13 changed files with 258 additions and 121 deletions

View File

@@ -317,6 +317,11 @@ static bool ShipAccelerate(Vehicle *v)
return (t < v->progress);
}
/**
* Ship arrives at a dock. If it is the first time, send out a news item.
* @param v Ship that arrived.
* @param st Station being visited.
*/
static void ShipArrivesAt(const Vehicle *v, Station *st)
{
/* Check if station was ever visited before */