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.