mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 01:46:23 +00:00
Update doxygen comment style.
This commit is contained in:
parent
8caab64dec
commit
0c1a42f43e
@ -757,9 +757,11 @@ std::string next_filename(const std::string &dirname, unsigned int max)
|
||||
return dirname + "/" + fname.str();
|
||||
}
|
||||
|
||||
//! Returns true if the file ends with '.gz'.
|
||||
//!
|
||||
//! @param filename The name to test.
|
||||
/**
|
||||
* Returns true if the file ends with '.gz'.
|
||||
*
|
||||
* @param filename The name to test.
|
||||
*/
|
||||
bool is_gzip_file(const std::string& filename)
|
||||
{
|
||||
return (filename.length() > 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user