summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-25 22:10:14 +0000
committerrubidium <rubidium@openttd.org>2012-01-25 22:10:14 +0000
commitd99eb6aac2c8f772632291d71e5334f13f4d534f (patch)
treea7c7fae84e6bab904fb683a587b6f342ffdc79bd
parentd94dbfad6a4660809491de0c0a68c5f47fc1fd2e (diff)
downloadopenttd-d99eb6aac2c8f772632291d71e5334f13f4d534f.tar.xz
(svn r23853) -Fix: several incorrect @files
-rw-r--r--src/saveload/storage_sl.cpp2
-rw-r--r--src/strgen/strgen_base.cpp2
-rw-r--r--src/widgets/toolbar_widget.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/saveload/storage_sl.cpp b/src/saveload/storage_sl.cpp
index 4cfab44c5..1fa8d2404 100644
--- a/src/saveload/storage_sl.cpp
+++ b/src/saveload/storage_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 persistent_storage_sl.cpp Code handling saving and loading of persistent storages. */
+/** @file storage_sl.cpp Code handling saving and loading of persistent storages. */
#include "../stdafx.h"
#include "../newgrf_storage.h"
diff --git a/src/strgen/strgen_base.cpp b/src/strgen/strgen_base.cpp
index c87c1a06f..3d0c91d30 100644
--- a/src/strgen/strgen_base.cpp
+++ b/src/strgen/strgen_base.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 strgen.cpp Tool to create computer readable (stand-alone) translation files. */
+/** @file strgen_base.cpp Tool to create computer readable (stand-alone) translation files. */
#include "../stdafx.h"
#include "../core/endian_func.hpp"
diff --git a/src/widgets/toolbar_widget.h b/src/widgets/toolbar_widget.h
index 566f941e1..a65674e64 100644
--- a/src/widgets/toolbar_widget.h
+++ b/src/widgets/toolbar_widget.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 tooltype_widget.h Types related to the toolbar widgets. */
+/** @file toolbar_widget.h Types related to the toolbar widgets. */
#ifndef WIDGETS_TOOLBAR_WIDGET_H
#define WIDGETS_TOOLBAR_WIDGET_H