Michele Caini 4 лет назад
Родитель
Сommit
57a5faa448
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/entt/entity/sparse_set.hpp

+ 2 - 1
src/entt/entity/sparse_set.hpp

@@ -322,7 +322,8 @@ public:
         : basic_sparse_set{type_id<void>(), pol, allocator} {}
 
     /**
-     * @brief Constructs an empty container with the given policy and allocator.
+     * @brief Constructs an empty container with the given value type, policy
+     * and allocator.
      * @param value Returned value type, if any.
      * @param pol Type of deletion policy.
      * @param allocator The allocator to use (possibly default-constructed).