Changeset - r18987:2b7290d5b94c
[Not reviewed]
master
0 3 0
rubidium - 13 years ago 2012-01-25 22:10:14
rubidium@openttd.org
(svn r23853) -Fix: several incorrect @files
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/saveload/storage_sl.cpp
Show inline comments
 
@@ -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"
src/strgen/strgen_base.cpp
Show inline comments
 
@@ -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"
src/widgets/toolbar_widget.h
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)