瀏覽代碼

doc: updated inline doc (close #640)

Michele Caini 5 年之前
父節點
當前提交
4b5c2c85a5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/entt/entity/registry.hpp

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

@@ -454,8 +454,8 @@ public:
     /**
     /**
      * @brief Assigns entities to an empty registry.
      * @brief Assigns entities to an empty registry.
      *
      *
-     * This function is intended for use in conjunction with `raw` and
-     * `assign`.<br/>
+     * This function is intended for use in conjunction with `data`, `size` and
+     * `destroyed`.<br/>
      * Don't try to inject ranges of randomly generated entities nor the _wrong_
      * Don't try to inject ranges of randomly generated entities nor the _wrong_
      * head for the list of destroyed entities. There is no guarantee that a
      * head for the list of destroyed entities. There is no guarantee that a
      * registry will continue to work properly in this case.
      * registry will continue to work properly in this case.