Explorar el Código

doc: suppress warnings from doc generation

Michele Caini hace 4 años
padre
commit
29c2c94784
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/entt/entity/storage.hpp

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

@@ -843,7 +843,6 @@ public:
      * @tparam Args Types of optional arguments.
      * @param first An iterator to the first element of the range of entities.
      * @param last An iterator past the last element of the range of entities.
-     * @param args Parameters to use to construct an object for the entity.
      */
     template<typename It, typename... Args>
     void insert(It first, It last, Args &&...) {