Skip to content
Snippets Groups Projects
Commit d23ca421 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[BL] Fix documentation generation for function

With the extra line between the comment and function definition
doxygen attributes the documentation to other entity.
parent bc8022ef
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,9 @@ namespace BaseLib
* Implementation from Scott Meyers : Modern effective c++ , Item 10 Scoped
* enums
*/
template <typename E>
constexpr auto to_underlying(E e) noexcept
{
return static_cast<std::underlying_type_t<E>>(e);
}
} // namespace BaseLib
\ No newline at end of file
} // namespace BaseLib
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