Prechádzať zdrojové kódy

doc: suppress warnings from doc generation

Michele Caini 4 rokov pred
rodič
commit
29c2c94784
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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.
      * @tparam Args Types of optional arguments.
      * @param first An iterator to the first element of the range of entities.
      * @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 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>
     template<typename It, typename... Args>
     void insert(It first, It last, Args &&...) {
     void insert(It first, It last, Args &&...) {