(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,6 +1,6 @@
/* $Id$ */
/** @file nodelist.hpp */
/** @file nodelist.hpp List of nodes used for the A-star pathfinder. */
#ifndef NODELIST_HPP
#define NODELIST_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf.h */
/** @file yapf.h Entry point for OpenTTD to YAPF. */
#ifndef YAPF_H
#define YAPF_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf.hpp Base includes/functions for YAPF. */
#ifndef YAPF_HPP
#define YAPF_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_base.hpp */
/** @file yapf_base.hpp Base classes for YAPF. */
#ifndef YAPF_BASE_HPP
#define YAPF_BASE_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_common.hpp */
/** @file yapf_common.hpp Commonly used classes for YAPF. */
#ifndef YAPF_COMMON_HPP
#define YAPF_COMMON_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_costbase.hpp Handling of cost determination. */
#ifndef YAPF_COSTBASE_HPP
#define YAPF_COSTBASE_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_costcache.hpp */
/** @file yapf_costcache.hpp Caching of segment costs. */
#ifndef YAPF_COSTCACHE_HPP
#define YAPF_COSTCACHE_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_costrail.hpp */
/** @file yapf_costrail.hpp Cost determination for rails. */
#ifndef YAPF_COSTRAIL_HPP
#define YAPF_COSTRAIL_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_destrail.hpp */
/** @file yapf_destrail.hpp Determining the destination for rail vehicles. */
#ifndef YAPF_DESTRAIL_HPP
#define YAPF_DESTRAIL_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_node.hpp */
/** @file yapf_node.hpp Node in the pathfinder's graph. */
#ifndef YAPF_NODE_HPP
#define YAPF_NODE_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_node_rail.hpp */
/** @file yapf_node_rail.hpp Node tailored for rail pathfinding. */
#ifndef YAPF_NODE_RAIL_HPP
#define YAPF_NODE_RAIL_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_node_road.hpp */
/** @file yapf_node_road.hpp Node tailored for road pathfinding. */
#ifndef YAPF_NODE_ROAD_HPP
#define YAPF_NODE_ROAD_HPP

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_rail.cpp */
/** @file yapf_rail.cpp The rail pathfinding. */
#include "../stdafx.h"

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_road.cpp */
/** @file yapf_road.cpp The road pathfinding. */
#include "../stdafx.h"
#include "../depot_base.h"

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_settings.h */
/** @file yapf_settings.h Penalty settings for YAPF. */
#if !defined(YAPF_SETTINGS_H) || defined(YS_DEF)

View File

@@ -1,6 +1,6 @@
/* $Id$ */
/** @file yapf_ship.cpp */
/** @file yapf_ship.cpp Implementation of YAPF for ships. */
#include "../stdafx.h"