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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 15 years ago
parent c03ce4b1c7
commit 765c65b738

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

@ -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"

@ -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

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

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

Loading…
Cancel
Save