1
0
Michele Caini 5 жил өмнө
parent
commit
38ab02ff88

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

@@ -623,10 +623,7 @@ struct meta_handle {
         return &any;
     }
 
-    /**
-     * @brief Access operator for accessing the contained opaque object.
-     * @return A meta any that shares a reference to an unmanaged object.
-     */
+    /*! @copydoc operator-> */
     [[nodiscard]] const meta_any * operator->() const {
         return &any;
     }