From c711fba70ccf0fe23db645e1eac586eddc566855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20Mendon=C3=A7a?= Date: Wed, 20 Sep 2023 11:48:00 +0100 Subject: [PATCH] fix(engine): split function from plugin documentation --- engine/include/cubos/engine/tools/scene_editor/plugin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/include/cubos/engine/tools/scene_editor/plugin.hpp b/engine/include/cubos/engine/tools/scene_editor/plugin.hpp index 89c82cbd4a..58291e518f 100644 --- a/engine/include/cubos/engine/tools/scene_editor/plugin.hpp +++ b/engine/include/cubos/engine/tools/scene_editor/plugin.hpp @@ -22,7 +22,7 @@ namespace cubos::engine::tools /// - @ref scene-plugin /// - @ref asset-explorer-tool-plugin /// - @ref entity-selector-tool-plugin - /// + /// @brief Plugin entry function. /// @param cubos @b CUBOS. main class /// @ingroup scene-editor-tool-plugin