From 799f30c66347f0edc36323d48f6e589e980908a1 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 3 Jan 2009 22:20:18 +0000 Subject: (svn r14817) -Cleanup: unify the place where the @file header is placed --- src/newgrf_text.h | 7 +++---- src/tar_type.h | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/newgrf_text.h b/src/newgrf_text.h index e5f4f09ea..1b72a8c94 100644 --- a/src/newgrf_text.h +++ b/src/newgrf_text.h @@ -1,11 +1,10 @@ /* $Id$ */ + +/** @file newgrf_text.h Header of Action 04 "universal holder" structure and functions */ + #ifndef NEWGRF_TEXT_H #define NEWGRF_TEXT_H -/** @file newgrf_text.h - * Header of Action 04 "universal holder" structure and functions - */ - StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string); StringID GetGRFStringID(uint32 grfid, uint16 stringid); const char *GetGRFStringPtr(uint16 stringid); diff --git a/src/tar_type.h b/src/tar_type.h index 233b0eada..2cfbc4fb6 100644 --- a/src/tar_type.h +++ b/src/tar_type.h @@ -1,10 +1,10 @@ /* $Id$ */ +/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */ + #ifndef TAR_TYPE_H #define TAR_TYPE_H -/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */ - #include #include -- cgit v1.2.3-70-g09d2