Browse Source

doc: updated missing description

Michele Caini 5 years ago
parent
commit
8b1f703397
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/meta/meta.hpp

+ 1 - 1
src/entt/meta/meta.hpp

@@ -1049,7 +1049,7 @@ public:
     /**
      * @brief If a meta type refers to an array type, provides the number of
      * elements along the given dimension of the array.
-     * @param dim
+     * @param dim The dimension of which to return the number of elements.
      * @return The number of elements along the given dimension of the array if
      * the underlying type is an array type, 0 otherwise.
      */