(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:
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file cocoa_keys.h Mappings of Cocoa keys. */
|
||||
|
||||
#ifndef COCOA_KEYS_H
|
||||
#define COCOA_KEYS_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file cocoa_v.h The Cocoa video driver. */
|
||||
|
||||
#ifndef VIDEO_COCOA_H
|
||||
#define VIDEO_COCOA_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file dedicated_v.cpp Dedicated server video 'driver'. */
|
||||
|
||||
#include "../stdafx.h"
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file dedicated_v.h Base for the dedicated video driver. */
|
||||
|
||||
#ifndef VIDEO_DEDICATED_H
|
||||
#define VIDEO_DEDICATED_H
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file sdl_v.h Base of the SDL video driver. */
|
||||
|
||||
#ifndef VIDEO_SDL_H
|
||||
#define VIDEO_SDL_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file video_driver.hpp Base of all video drivers. */
|
||||
|
||||
#ifndef VIDEO_VIDEO_DRIVER_HPP
|
||||
#define VIDEO_VIDEO_DRIVER_HPP
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file win32_v.h Base of the Windows video driver. */
|
||||
|
||||
#ifndef VIDEO_WIN32_H
|
||||
#define VIDEO_WIN32_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user