Browse Source

doc: minor changes

Michele Caini 5 years ago
parent
commit
90a97b90bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/entt/core/any.hpp

+ 1 - 0
src/entt/core/any.hpp

@@ -313,6 +313,7 @@ private:
 
 /**
  * @brief Performs type-safe access to the contained object.
+ * @tparam Type Type to which conversion is required.
  * @param data Target any object.
  * @return The element converted to the requested type.
  */