Michele Caini 3 лет назад
Родитель
Сommit
3b95cbd697
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      src/entt/meta/meta.hpp

+ 0 - 5
src/entt/meta/meta.hpp

@@ -421,10 +421,6 @@ public:
 
 
     /**
     /**
      * @brief Tries to cast an instance to a given type.
      * @brief Tries to cast an instance to a given type.
-     *
-     * @warning
-     * Attempting to perform an invalid cast results is undefined behavior.
-     *
      * @tparam Type Type to which to cast the instance.
      * @tparam Type Type to which to cast the instance.
      * @return A reference to the contained instance.
      * @return A reference to the contained instance.
      */
      */
@@ -1468,7 +1464,6 @@ public:
 
 
     /**
     /**
      * @copybrief invoke
      * @copybrief invoke
-     *
      * @param id Unique identifier.
      * @param id Unique identifier.
      * @tparam Args Types of arguments to use to invoke the function.
      * @tparam Args Types of arguments to use to invoke the function.
      * @param instance An opaque instance of the underlying type.
      * @param instance An opaque instance of the underlying type.