(svn r18368) -Fix: alignment of comment and 'add' some missing comments

This commit is contained in:
rubidium
2009-12-02 00:01:07 +00:00
parent 2341c2e283
commit 46e9043b14
4 changed files with 21 additions and 4 deletions

View File

@@ -15,7 +15,8 @@
#include "../../direction_type.h"
#include "../../station_type.h"
/** Finds the best path for given ship.
/**
* Finds the best path for given ship using YAPF.
* @param v the ship that needs to find a path
* @param tile the tile to find the path from (should be next tile the ship is about to enter)
* @param enterdir diagonal direction which the ship will enter this new tile from