1
0
Fork 0

(svn r25387) -Fix: "typos" in @file filename

release/1.4
rubidium 2013-06-09 18:58:36 +00:00
parent 9e7513d9e8
commit b860353a66
4 changed files with 4 additions and 4 deletions

View File

@ -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/>. * 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 linkgraph.h Declaration of link graph job classes used for cargo distribution. */ /** @file linkgraphjob.h Declaration of link graph job classes used for cargo distribution. */
#ifndef LINKGRAPHJOB_H #ifndef LINKGRAPHJOB_H
#define LINKGRAPHJOB_H #define LINKGRAPHJOB_H

View File

@ -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/>. * 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 story_page_sl.cpp Code handling saving and loading of story pages */ /** @file story_sl.cpp Code handling saving and loading of story pages */
#include "../stdafx.h" #include "../stdafx.h"
#include "../story_base.h" #include "../story_base.h"

View File

@ -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/>. * 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 goal_gui.cpp GUI for goals. */ /** @file story_gui.cpp GUI for stories. */
#include "stdafx.h" #include "stdafx.h"
#include "window_gui.h" #include "window_gui.h"

View File

@ -8,7 +8,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/>. * 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 goal_widget.h Types related to the goal widgets. */ /** @file story_widget.h Types related to the story widgets. */
#ifndef WIDGETS_STORY_WIDGET_H #ifndef WIDGETS_STORY_WIDGET_H
#define WIDGETS_STORY_WIDGET_H #define WIDGETS_STORY_WIDGET_H