Added doxygen comment

This commit is contained in:
Mark de Wever 2008-01-20 09:35:42 +00:00
parent da936701f0
commit ea4a319767
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,11 @@
See the COPYING file for more details.
*/
//! @file replay.cpp
//! Replay control code.
//!
//! See http://www.wesnoth.org/wiki/ReplayWML for more info.
#include "global.hpp"
#include "actions.hpp"

View File

@ -11,6 +11,10 @@
See the COPYING file for more details.
*/
//! @file replay.hpp
//! Replay control code.
#ifndef REPLAY_H_INCLUDED
#define REPLAY_H_INCLUDED