graph: doc review

This commit is contained in:
Michele Caini
2023-12-12 14:14:36 +01:00
parent c33bee892d
commit dfd7cb90d0

View File

@@ -13,11 +13,7 @@
namespace entt {
/**
* @cond TURN_OFF_DOXYGEN
* Internal details not to be documented.
*/
/*! @cond TURN_OFF_DOXYGEN */
namespace internal {
template<typename It>
@@ -88,11 +84,7 @@ template<typename Container>
}
} // namespace internal
/**
* Internal details not to be documented.
* @endcond
*/
/*! @endcond */
/**
* @brief Basic implementation of a directed adjacency matrix.