doxygen, comments

This commit is contained in:
Hans Joachim Gurt 2007-09-14 01:50:13 +00:00
parent f61f1d288f
commit 687977b452
2 changed files with 10 additions and 2 deletions

View File

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

View File

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