mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:48:05 +00:00
doxygen, comments
This commit is contained in:
parent
f61f1d288f
commit
687977b452
@ -10,7 +10,10 @@
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
*/
|
||||
|
||||
//! @file animated_editor.cpp
|
||||
//! Template instantiations for wesnoth-editor.
|
||||
|
||||
#include "animated.i"
|
||||
// Force compilation of the following template instantiations
|
||||
@ -20,3 +23,4 @@
|
||||
|
||||
template class animated< image::locator >;
|
||||
template class animated< std::string >;
|
||||
|
||||
|
@ -10,7 +10,10 @@
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
*/
|
||||
|
||||
//! @file animated_game.cpp
|
||||
//! Template instantiations for wesnoth-game.
|
||||
|
||||
#include "animated.i"
|
||||
// Force compilation of the following template instantiations
|
||||
@ -21,3 +24,4 @@
|
||||
template class animated< image::locator >;
|
||||
template class animated< std::string >;
|
||||
template class animated< unit_frame >;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user