doxygen
This commit is contained in:
parent
499f9d1251
commit
af277b1b58
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ namespace t_translation {
|
|||
*
|
||||
* @return the letter found in the string
|
||||
*/
|
||||
static t_letter string_to_number_(const std::string& str, const t_layer filler = NO_LAYER);
|
||||
static t_letter string_to_number_(std::string str, int& start_position, const t_layer filler);
|
||||
static t_letter string_to_number_(const std::string& str, const t_layer filler = NO_LAYER);
|
||||
|
||||
/**
|
||||
* Converts a terrain number to a string
|
||||
|
@ -88,8 +88,8 @@ namespace t_translation {
|
|||
* @return the converted string, if no starting position
|
||||
* given it's padded to 4 chars else padded to 7 chars
|
||||
*/
|
||||
static std::string number_to_string_(t_letter terrain, const int start_position = -1);
|
||||
static std::string number_to_string_(t_letter terrain, const int start_position, const size_t min_size);
|
||||
static std::string number_to_string_(t_letter terrain, const int start_position = -1);
|
||||
|
||||
/**
|
||||
* Converts a terrain string to a letter for the builder.
|
||||
|
|
Loading…
Add table
Reference in a new issue