mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 17:00:09 +00:00
Update doxygen comment style.
This commit is contained in:
parent
bd3a80e350
commit
7d2d567553
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user