Przeglądaj źródła

doc: minor changes

Michele Caini 5 lat temu
rodzic
commit
1f0acec06c
2 zmienionych plików z 2 dodań i 5 usunięć
  1. 0 1
      TODO
  2. 2 4
      src/entt/entity/registry.hpp

+ 0 - 1
TODO

@@ -20,4 +20,3 @@ Next:
 * WIP: snapshot rework
  - snapshot: support for range-based archives
  - update documentation to describe alternatives
- - storage::object_type -> value_type

+ 2 - 4
src/entt/entity/registry.hpp

@@ -838,8 +838,7 @@ public:
      * In case there are listeners that observe the destruction of components
      * and assign other components to the entity in their bodies, the result of
      * invoking this function may not be as expected. In the worst case, it
-     * could lead to undefined behavior. An assertion will abort the execution
-     * at runtime in debug mode if a violation is detected.
+     * could lead to undefined behavior.
      *
      * @warning
      * Attempting to use an invalid entity results in undefined behavior.<br/>
@@ -1217,8 +1216,7 @@ public:
      *
      * Runtime views are to be used when users want to construct a view from
      * some external inputs and don't know at compile-time what are the required
-     * components.<br/>
-     * This is particularly well suited to plugin systems and mods in general.
+     * components.
      *
      * @tparam It Type of input iterator.
      * @param first An iterator to the first element of the range of components.