Update doxygen comment style.

This commit is contained in:
Mark de Wever 2008-09-21 11:34:04 +00:00
parent 8caab64dec
commit 0c1a42f43e

View File

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