Browse Source

doc: add a missing piece

Michele Caini 1 year ago
parent
commit
edee42c11a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/entity/mixin.hpp

+ 1 - 0
src/entt/entity/mixin.hpp

@@ -564,6 +564,7 @@ public:
         return {*this, parent.template storage<std::remove_const_t<Get>>()..., parent.template storage<std::remove_const_t<Exclude>>()...};
     }
 
+    /*! @brief Releases all connections to the underlying registry, if any. */
     void reset() {
         for(auto &&curr: conn) {
             curr.release();