Browse Source

doc: cleanup

Michele Caini 1 year ago
parent
commit
4634130d4c
2 changed files with 1 additions and 3 deletions
  1. 1 0
      TODO
  2. 0 3
      src/entt/meta/meta.hpp

+ 1 - 0
TODO

@@ -44,3 +44,4 @@ TODO:
 * built-in no-pagination storage - no_pagination page size as limits::max
 * meta_any ownership construction and from_void
 * sparse_set shrink_to_fit argument for sparse array shrink policy (none, empty, deep, whatever)
+* track meta context on meta elements

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

@@ -1355,9 +1355,6 @@ public:
 
     /**
      * @brief Lookup utility for meta functions (bases are also visited).
-     *
-     * In case of overloaded functions, a random one is returned.
-     *
      * @param id Unique identifier.
      * @return The registered meta function for the given identifier, if any.
      */