mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 10:13:16 +00:00
Added doxygen comment
This commit is contained in:
parent
da936701f0
commit
ea4a319767
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user