From a723770836032ec50d32db7f80fcc20c3bc286ea Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 23 Feb 2007 01:48:53 +0000 Subject: (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style --- src/aircraft_cmd.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aircraft_cmd.cpp') diff --git a/src/aircraft_cmd.cpp b/src/aircraft_cmd.cpp index 74c7b6551..7219298fd 100644 --- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -1,5 +1,8 @@ /* $Id$ */ +/** @file aircraft_cmd.cpp + * This file deals with aircraft and airport movements functionalities */ + #include "stdafx.h" #include "openttd.h" #include "aircraft.h" -- cgit v1.2.3-54-g00ecf