Преглед изворни кода

doc: suppress warnings from doc generation

Michele Caini пре 4 година
родитељ
комит
29c2c94784
1 измењених фајлова са 0 додато и 1 уклоњено
  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 &&...) {