Browse Source

resource: doc review

Michele Caini 2 years ago
parent
commit
e4df106417
1 changed files with 2 additions and 10 deletions
  1. 2 10
      src/entt/resource/cache.hpp

+ 2 - 10
src/entt/resource/cache.hpp

@@ -19,11 +19,7 @@
 
 namespace entt {
 
-/**
- * @cond TURN_OFF_DOXYGEN
- * Internal details not to be documented.
- */
-
+/*! @cond TURN_OFF_DOXYGEN */
 namespace internal {
 
 template<typename Type, typename It>
@@ -145,11 +141,7 @@ template<typename... Lhs, typename... Rhs>
 }
 
 } // namespace internal
-
-/**
- * Internal details not to be documented.
- * @endcond
- */
+/*! @endcond */
 
 /**
  * @brief Basic cache for resources of any type.