mirror of
https://github.com/badaix/snapcast.git
synced 2025-09-25 08:55:54 +08:00
Add documentation
This commit is contained in:
@ -30,7 +30,9 @@ namespace detail
|
||||
struct category : public std::error_category
|
||||
{
|
||||
public:
|
||||
/// @return category name
|
||||
const char* name() const noexcept override;
|
||||
/// @return error message for @p value
|
||||
std::string message(int value) const override;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user