浏览代码

doc: cleanup

Michele Caini 3 年之前
父节点
当前提交
be16418289
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/entt/core/type_traits.hpp

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

@@ -55,7 +55,6 @@ using type_identity_t = typename type_identity<Type>::type;
 /**
 /**
  * @brief A type-only `sizeof` wrapper that returns 0 where `sizeof` complains.
  * @brief A type-only `sizeof` wrapper that returns 0 where `sizeof` complains.
  * @tparam Type The type of which to return the size.
  * @tparam Type The type of which to return the size.
- * @tparam The size of the type if `sizeof` accepts it, 0 otherwise.
  */
  */
 template<typename Type, typename = void>
 template<typename Type, typename = void>
 struct size_of: std::integral_constant<std::size_t, 0u> {};
 struct size_of: std::integral_constant<std::size_t, 0u> {};