Browse Source

doc: cleanup

Michele Caini 3 years ago
parent
commit
4af0a3a0d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/entt/meta/type_traits.hpp

+ 0 - 1
src/entt/meta/type_traits.hpp

@@ -30,7 +30,6 @@ struct meta_associative_container_traits;
 /**
 /**
  * @brief Provides the member constant `value` to true if a given type is a
  * @brief Provides the member constant `value` to true if a given type is a
  * pointer-like type from the point of view of the meta system, false otherwise.
  * pointer-like type from the point of view of the meta system, false otherwise.
- * @tparam Type Potentially pointer-like type.
  */
  */
 template<typename>
 template<typename>
 struct is_meta_pointer_like: std::false_type {};
 struct is_meta_pointer_like: std::false_type {};