Browse Source

doc: minor changes

skypjack 1 month ago
parent
commit
d43c5427e6
1 changed files with 4 additions and 1 deletions
  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;
 
 
     /**
     /**