skypjack 2 лет назад
Родитель
Сommit
3a89263e73
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/entt/entity/view.hpp

+ 3 - 3
src/entt/entity/view.hpp

@@ -539,7 +539,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Combines two views in a _more specific_ one (friend function).
+     * @brief Combines two views in a _more specific_ one.
      * @tparam OGet Component list of the view to combine with.
      * @tparam OGet Component list of the view to combine with.
      * @tparam OExclude Filter list of the view to combine with.
      * @tparam OExclude Filter list of the view to combine with.
      * @param other The view to combine with.
      * @param other The view to combine with.
@@ -832,7 +832,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Combines two views in a _more specific_ one (friend function).
+     * @brief Combines two views in a _more specific_ one.
      * @tparam OGet Component list of the view to combine with.
      * @tparam OGet Component list of the view to combine with.
      * @tparam OExclude Filter list of the view to combine with.
      * @tparam OExclude Filter list of the view to combine with.
      * @param other The view to combine with.
      * @param other The view to combine with.
@@ -1141,7 +1141,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Combines two views in a _more specific_ one (friend function).
+     * @brief Combines two views in a _more specific_ one.
      * @tparam OGet Component list of the view to combine with.
      * @tparam OGet Component list of the view to combine with.
      * @tparam OExclude Filter list of the view to combine with.
      * @tparam OExclude Filter list of the view to combine with.
      * @param other The view to combine with.
      * @param other The view to combine with.