summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-13 17:58:00 +0000
committerrubidium <rubidium@openttd.org>2009-09-13 17:58:00 +0000
commit5de9cc46b50b8e677395543c10b26b59c860212b (patch)
treed1041681a75b303f19734fe6c43e1c44c7f838d9
parent17313b6e3f875055c148e3543eea9027e554ca70 (diff)
downloadopenttd-5de9cc46b50b8e677395543c10b26b59c860212b.tar.xz
(svn r17531) -Fix: wrong @file for ai_basestation.hpp
-rw-r--r--src/ai/api/ai_basestation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_basestation.hpp b/src/ai/api/ai_basestation.hpp
index e277781bc..3ced2bf56 100644
--- a/src/ai/api/ai_basestation.hpp
+++ b/src/ai/api/ai_basestation.hpp
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file ai_waypoint.hpp Everything to query and build waypoints. */
+/** @file ai_basestation.hpp Base for stations/waypoint handling. */
#ifndef AI_BASESTATION_HPP
#define AI_BASESTATION_HPP