mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-22 22:19:08 +00:00
(svn r16493) -Fix: missing/wrong @file doxygen 'headers'
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file ai_info_dummy.cpp Implementation of a dummy AI. */
|
||||||
|
|
||||||
#include <squirrel.h>
|
#include <squirrel.h>
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file network_gui.cpp Implementation of the Network related GUIs. */
|
/** @file network_content_gui.cpp Implementation of the Network Content related GUIs. */
|
||||||
|
|
||||||
#if defined(ENABLE_NETWORK)
|
#if defined(ENABLE_NETWORK)
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file squirrel_class.cpp defines templates for converting C++ classes to Squirrel classes */
|
/** @file squirrel_class.hpp Defines templates for converting C++ classes to Squirrel classes */
|
||||||
|
|
||||||
#ifndef SQUIRREL_CLASS_HPP
|
#ifndef SQUIRREL_CLASS_HPP
|
||||||
#define SQUIRREL_CLASS_HPP
|
#define SQUIRREL_CLASS_HPP
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file squirrel_std.cpp Implements the Squirrel Standard Function class */
|
||||||
|
|
||||||
#include <squirrel.h>
|
#include <squirrel.h>
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../debug.h"
|
#include "../debug.h"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file waypoint_cmp.cpp Command Handling for waypoints. */
|
/** @file waypoint_cmd.cpp Command Handling for waypoints. */
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user