Browse Source

doc: cleanup

Michele Caini 5 years ago
parent
commit
375d5d3e9b
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/entt/entity/storage.hpp

+ 0 - 8
src/entt/entity/storage.hpp

@@ -777,14 +777,6 @@ private:
 
 /**
  * @brief Defines the component-to-storage conversion.
- *
- * Formally:
- *
- * * If the component type is a non-const one, the member typedef type is the
- *   declared storage type.
- * * If the component type is a const one, the member typedef type is the
- *   declared storage type, except it has a const-qualifier added.
- *
  * @tparam Entity A valid entity type (see entt_traits for more details).
  * @tparam Type Type of objects assigned to the entities.
  */