Skip to content
Snippets Groups Projects
Commit cf117db6 authored by Martin Stump's avatar Martin Stump
Browse files

Merge branch 'fix-docs-in-log-utils' into 'main'

Fix missing arg description in `log_utils`

See merge request !166
parents 34851cb3 478fe700
No related branches found
No related tags found
1 merge request!166Fix missing arg description in `log_utils`
......@@ -47,6 +47,9 @@ static inline constexpr auto kLogLevelNames = std::array<std::string_view, 6U>{"
} // namespace log_utils
/// Stream operator for log level
/// @param[in] os The output stream
/// @param[in] level The log level
/// @return The output stream
/// @ingroup logging
inline std::ostream& operator<<(std::ostream& os, mantle_api::LogLevel level) noexcept
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment