(svn r16493) -Fix: missing/wrong @file doxygen 'headers'

This commit is contained in:
rubidium 2009-06-01 12:56:18 +00:00
parent c03ce4b1c7
commit 765c65b738
5 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,7 @@
/* $Id$ */
/** @file ai_info_dummy.cpp Implementation of a dummy AI. */
#include <squirrel.h>
#include "../stdafx.h"

View File

@ -1,6 +1,6 @@
/* $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)
#include "../stdafx.h"

View File

@ -1,6 +1,6 @@
/* $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
#define SQUIRREL_CLASS_HPP

View File

@ -1,5 +1,7 @@
/* $Id$ */
/** @file squirrel_std.cpp Implements the Squirrel Standard Function class */
#include <squirrel.h>
#include "../stdafx.h"
#include "../debug.h"

View File

@ -1,6 +1,6 @@
/* $Id$ */
/** @file waypoint_cmp.cpp Command Handling for waypoints. */
/** @file waypoint_cmd.cpp Command Handling for waypoints. */
#include "stdafx.h"