Browse Source

doc: cleanup

skypjack 2 years ago
parent
commit
3a89263e73
1 changed files with 3 additions and 3 deletions
  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 OExclude Filter list of 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 OExclude Filter list of 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 OExclude Filter list of the view to combine with.
      * @param other The view to combine with.