From dfd7cb90d01ef0dcd82bca83e4ae8d41c1bfc5bc Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 12 Dec 2023 14:14:36 +0100 Subject: [PATCH] graph: doc review --- src/entt/graph/adjacency_matrix.hpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/entt/graph/adjacency_matrix.hpp b/src/entt/graph/adjacency_matrix.hpp index 65efc7d37..779e43ab0 100644 --- a/src/entt/graph/adjacency_matrix.hpp +++ b/src/entt/graph/adjacency_matrix.hpp @@ -13,11 +13,7 @@ namespace entt { -/** - * @cond TURN_OFF_DOXYGEN - * Internal details not to be documented. - */ - +/*! @cond TURN_OFF_DOXYGEN */ namespace internal { template @@ -88,11 +84,7 @@ template } } // namespace internal - -/** - * Internal details not to be documented. - * @endcond - */ +/*! @endcond */ /** * @brief Basic implementation of a directed adjacency matrix.