changeset 13033:bc1115a0f463 draft

(svn r17531) -Fix: wrong @file for ai_basestation.hpp
author rubidium <rubidium@openttd.org>
date Sun, 13 Sep 2009 17:58:00 +0000
parents dbc1aa7d826b
children 6eb3f749890a
files src/ai/api/ai_basestation.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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