(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 fb938a2cb3
commit d03994098b
360 changed files with 542 additions and 335 deletions

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file ai.cpp Base for all AIs. */
#include "../stdafx.h"
#include "../openttd.h"
#include "../variables.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file ai.h Base functions for all AIs. */
#ifndef AI_H
#define AI_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file default.cpp The original AI. */
#include "../../stdafx.h"
#include "../../openttd.h"
#include "../../aircraft.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file default.h The original AI. */
#ifndef DEFAULT_H
#define DEFAULT_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file build.cpp Building support for the trolly AI. */
#include "../../stdafx.h"
#include "../../openttd.h"
#include "../../debug.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file pathfinder.cpp Pathfinder support for the trolly AI. */
#include "../../stdafx.h"
#include "../../openttd.h"
#include "../../bridge_map.h"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file shared.cpp Shared functions for the trolly AI. */
#include "../../stdafx.h"
#include "../../openttd.h"
#include "../../debug.h"

View File

@@ -1,6 +1,8 @@
/* $Id$ */
/*
/**
* @file trolly.cpp Implementation of the trolly AI.
*
* This AI was created as a direct reaction to the big demand for some good AIs
* in OTTD. Too bad it never left alpha-stage, and it is considered dead in its
* current form.

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file trolly.h Functions/defines related to the trolly AI. */
#ifndef AI_TROLLY_H
#define AI_TROLLY_H