From 1919020a13be5603789c644a4e7ca82b1e68461c Mon Sep 17 00:00:00 2001 From: Ricardo Antunes Date: Sun, 10 Sep 2023 18:28:03 +0100 Subject: [PATCH] docs(core): link sample in ConstructibleTrait docs --- core/include/cubos/core/reflection/traits/constructible.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/include/cubos/core/reflection/traits/constructible.hpp b/core/include/cubos/core/reflection/traits/constructible.hpp index 5fd7efb0a6..a2760463f9 100644 --- a/core/include/cubos/core/reflection/traits/constructible.hpp +++ b/core/include/cubos/core/reflection/traits/constructible.hpp @@ -9,6 +9,7 @@ namespace cubos::core::reflection { /// @brief Describes how a reflected type may be constructed and destructed. + /// @see See @ref examples-core-reflection-traits-constructible for an example. /// @ingroup core-reflection class ConstructibleTrait {