changeset 20429:d9405f00ecf0 draft

(svn r25387) -Fix: "typos" in @file filename
author rubidium <rubidium@openttd.org>
date Sun, 09 Jun 2013 18:58:36 +0000
parents cf6b8b4eeeaf
children 2f3a3ed664a2
files src/linkgraph/linkgraphjob.h src/saveload/story_sl.cpp src/story_gui.cpp src/widgets/story_widget.h
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <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
 #define LINKGRAPHJOB_H
--- 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 <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 "../story_base.h"
--- 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 <http://www.gnu.org/licenses/>.
  */
 
-/** @file goal_gui.cpp GUI for goals. */
+/** @file story_gui.cpp GUI for stories. */
 
 #include "stdafx.h"
 #include "window_gui.h"
--- 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 <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
 #define WIDGETS_STORY_WIDGET_H