소스 검색

group/storage/view: minor changes

Michele Caini 4 년 전
부모
커밋
a4aab8458b
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      src/entt/entity/group.hpp
  2. 2 2
      src/entt/entity/storage.hpp
  3. 2 2
      src/entt/entity/view.hpp

+ 2 - 2
src/entt/entity/group.hpp

@@ -369,7 +369,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Returns an iterable object to use to _visit_ the group.
+     * @brief Returns an iterable object to use to _visit_ a group.
      *
      *
      * The iterable object returns tuples that contain the current entity and a
      * The iterable object returns tuples that contain the current entity and a
      * set of references to its non-empty components. The _constness_ of the
      * set of references to its non-empty components. The _constness_ of the
@@ -809,7 +809,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Returns an iterable object to use to _visit_ the group.
+     * @brief Returns an iterable object to use to _visit_ a group.
      *
      *
      * The iterable object returns tuples that contain the current entity and a
      * The iterable object returns tuples that contain the current entity and a
      * set of references to its non-empty components. The _constness_ of the
      * set of references to its non-empty components. The _constness_ of the

+ 2 - 2
src/entt/entity/storage.hpp

@@ -755,7 +755,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Returns an iterable object to use to _visit_ the storage.
+     * @brief Returns an iterable object to use to _visit_ a storage.
      *
      *
      * The iterable object returns a tuple that contains the current entity and
      * The iterable object returns a tuple that contains the current entity and
      * a reference to its component.
      * a reference to its component.
@@ -916,7 +916,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Returns an iterable object to use to _visit_ the storage.
+     * @brief Returns an iterable object to use to _visit_ a storage.
      *
      *
      * The iterable object returns a tuple that contains the current entity.
      * The iterable object returns a tuple that contains the current entity.
      *
      *

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

@@ -474,7 +474,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Returns an iterable object to use to _visit_ the view.
+     * @brief Returns an iterable object to use to _visit_ a view.
      *
      *
      * The iterable object returns a tuple that contains the current entity and
      * The iterable object returns a tuple that contains the current entity and
      * a set of references to its non-empty components. The _constness_ of the
      * a set of references to its non-empty components. The _constness_ of the
@@ -801,7 +801,7 @@ public:
     }
     }
 
 
     /**
     /**
-     * @brief Returns an iterable object to use to _visit_ the view.
+     * @brief Returns an iterable object to use to _visit_ a view.
      *
      *
      * The iterable object returns a tuple that contains the current entity and
      * The iterable object returns a tuple that contains the current entity and
      * a reference to its component if it's a non-empty one. The _constness_ of
      * a reference to its component if it's a non-empty one. The _constness_ of