Przeglądaj źródła

doc: minor changes

skypjack 1 miesiąc temu
rodzic
commit
d43c5427e6
1 zmienionych plików z 4 dodań i 1 usunięć
  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;
 
     /**