skypjack 1 месяц назад
Родитель
Сommit
d43c5427e6
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/entt/meta/meta.hpp

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

@@ -372,7 +372,10 @@ public:
         return *this;
     }
 
-    /*! @copydoc any::info */
+    /**
+     * @brief Returns the meta type associated with the contained instance.
+     * @return The meta type associated with the contained instance.
+     */
     [[nodiscard]] inline meta_type type() const noexcept;
 
     /**