Update doxygen comment style.

This commit is contained in:
Mark de Wever 2008-05-24 17:30:03 +00:00
parent bd3a80e350
commit 7d2d567553
2 changed files with 6 additions and 5 deletions

View File

@ -12,8 +12,10 @@
See the COPYING file for more details.
*/
//! @file terrain_translation.cpp
//! Routines for terrain-conversion.
/**
* @file terrain_translation.cpp
* Routines for terrain-conversion.
*/
#include "global.hpp"
#include "gettext.hpp"

View File

@ -12,8 +12,7 @@
See the COPYING file for more details.
*/
//! @file terrain_translation.hpp
//!
/** @file terrain_translation.hpp */
#ifndef TERRAIN_TRANSLATION_H_INCLUDED
#define TERRAIN_TRANSLATION_H_INCLUDED
@ -85,7 +84,7 @@ namespace t_translation {
bool is_empty;
};
//! Contains an x and y coordinate used for starting positions in maps.
/** Contains an x and y coordinate used for starting positions in maps. */
struct coordinate {
size_t x;
size_t y;