From b860353a66c032ba21325fc1ec5051f4ac6bfb32 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 9 Jun 2013 18:58:36 +0000 Subject: (svn r25387) -Fix: "typos" in @file filename --- src/linkgraph/linkgraphjob.h | 2 +- src/saveload/story_sl.cpp | 2 +- src/story_gui.cpp | 2 +- src/widgets/story_widget.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/linkgraph/linkgraphjob.h b/src/linkgraph/linkgraphjob.h index f54270e6d..5a8882da4 100644 --- a/src/linkgraph/linkgraphjob.h +++ b/src/linkgraph/linkgraphjob.h @@ -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 . */ -/** @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 #define LINKGRAPHJOB_H diff --git a/src/saveload/story_sl.cpp b/src/saveload/story_sl.cpp index fd2d142c2..0ee5fe947 100644 --- a/src/saveload/story_sl.cpp +++ b/src/saveload/story_sl.cpp @@ -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 . */ -/** @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 "../story_base.h" diff --git a/src/story_gui.cpp b/src/story_gui.cpp index 48555995a..8ce0dcb82 100644 --- a/src/story_gui.cpp +++ b/src/story_gui.cpp @@ -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 . */ -/** @file goal_gui.cpp GUI for goals. */ +/** @file story_gui.cpp GUI for stories. */ #include "stdafx.h" #include "window_gui.h" diff --git a/src/widgets/story_widget.h b/src/widgets/story_widget.h index 2c1e74914..c3f279444 100644 --- a/src/widgets/story_widget.h +++ b/src/widgets/story_widget.h @@ -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 . */ -/** @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 #define WIDGETS_STORY_WIDGET_H -- cgit v1.2.3-54-g00ecf