(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).

This commit is contained in:
celestar
2007-02-23 08:37:33 +00:00
parent 798c95a228
commit 0ed4b64e64
30 changed files with 97 additions and 65 deletions

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file follow_track.hpp Template function for track followers */
#ifndef FOLLOW_TRACK_HPP
#define FOLLOW_TRACK_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file nodelist.hpp */
#ifndef NODELIST_HPP
#define NODELIST_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf.h */
#ifndef YAPF_H
#define YAPF_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_base.hpp */
#ifndef YAPF_BASE_HPP
#define YAPF_BASE_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_common.hpp */
#ifndef YAPF_COMMON_HPP
#define YAPF_COMMON_HPP

View File

@@ -1,4 +1,7 @@
/* $Id$ */
/** @file yapf_costcache.hpp */
#ifndef YAPF_COSTCACHE_HPP
#define YAPF_COSTCACHE_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_costrail.hpp */
#ifndef YAPF_COSTRAIL_HPP
#define YAPF_COSTRAIL_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_destrail.hpp */
#ifndef YAPF_DESTRAIL_HPP
#define YAPF_DESTRAIL_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_node.hpp */
#ifndef YAPF_NODE_HPP
#define YAPF_NODE_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_node_rail.hpp */
#ifndef YAPF_NODE_RAIL_HPP
#define YAPF_NODE_RAIL_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_node_road.hpp */
#ifndef YAPF_NODE_ROAD_HPP
#define YAPF_NODE_ROAD_HPP

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_rail.cpp */
#include "../stdafx.h"
#include "yapf.hpp"

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_road.cpp */
#include "../stdafx.h"
#include "yapf.hpp"

View File

@@ -1,4 +1,7 @@
/* $Id$ */
/** @file yapf_settings.h */
#if !defined(YAPF_SETTINGS_H) || defined(YS_DEF)
# ifndef YAPF_SETTINGS_H

View File

@@ -1,5 +1,7 @@
/* $Id$ */
/** @file yapf_ship.cpp */
#include "../stdafx.h"
#include "yapf.hpp"