Просмотр исходного кода

doc: updated missing description

Michele Caini 5 лет назад
Родитель
Сommit
8b1f703397
1 измененных файлов с 1 добавлено и 1 удалено
  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
      * @brief If a meta type refers to an array type, provides the number of
      * elements along the given dimension of the array.
      * 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
      * @return The number of elements along the given dimension of the array if
      * the underlying type is an array type, 0 otherwise.
      * the underlying type is an array type, 0 otherwise.
      */
      */