Jelajahi Sumber

doc: minor changes

skypjack 5 bulan lalu
induk
melakukan
d43c5427e6
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      src/entt/meta/meta.hpp

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

@@ -372,7 +372,10 @@ public:
         return *this;
         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;
     [[nodiscard]] inline meta_type type() const noexcept;
 
 
     /**
     /**