Michele Caini 3 роки тому
батько
коміт
27e492d750
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      src/entt/meta/meta.hpp

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

@@ -188,7 +188,10 @@ class meta_any {
     }
 
 public:
-    /*! @brief Default constructor. */
+    /**
+     * @brief Context aware constructor.
+     * @param area The context from which to search for meta types.
+     */
     meta_any(const meta_ctx &area = locator<meta_ctx>::value_or()) noexcept
         : storage{},
           ctx{&area},