specify namespace scope for doxygen

This commit is contained in:
scawful
2024-04-14 10:08:33 -05:00
parent 2aa9bce9ca
commit 5aae3bb1ef
3 changed files with 23 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ namespace yaze {
namespace app {
/**
* @namespace editor
* @namespace yaze::app::editor
* @brief Editors are the view controllers for the application.
*/
namespace editor {