(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.

This commit is contained in:
rubidium
2008-05-06 15:11:33 +00:00
parent 1b9197d6dd
commit 1ce0b03bf0
360 changed files with 542 additions and 335 deletions

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file cocoa_keys.h Mappings of Cocoa keys. */
#ifndef COCOA_KEYS_H
#define COCOA_KEYS_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file cocoa_v.h The Cocoa video driver. */
#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file dedicated_v.cpp Dedicated server video 'driver'. */
#include "../stdafx.h"
#ifdef ENABLE_NETWORK

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file dedicated_v.h Base for the dedicated video driver. */
#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file null_v.cpp The videio driver that doesn't blit. */
#include "../stdafx.h"
#include "../openttd.h"
#include "../gfx_func.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file null_v.h Base of the video driver that doesn't blit. */
#ifndef VIDEO_NULL_H
#define VIDEO_NULL_H

View File

@@ -1,9 +1,10 @@
/* $Id$ */
#include "../stdafx.h"
/** @file sdl_v.cpp Implementation of the SDL video driver. */
#ifdef WITH_SDL
#include "../stdafx.h"
#include "../openttd.h"
#include "../debug.h"
#include "../gfx_func.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file sdl_v.h Base of the SDL video driver. */
#ifndef VIDEO_SDL_H
#define VIDEO_SDL_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file video_driver.hpp Base of all video drivers. */
#ifndef VIDEO_VIDEO_DRIVER_HPP
#define VIDEO_VIDEO_DRIVER_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file win32_v.cpp Implementation of the Windows (GDI) video driver. */
#include "../stdafx.h"
#include "../openttd.h"
#include "../gfx_func.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file win32_v.h Base of the Windows video driver. */
#ifndef VIDEO_WIN32_H
#define VIDEO_WIN32_H