doc: minor changes

This commit is contained in:
Michele Caini
2021-01-21 10:10:33 +01:00
parent d1901a97d1
commit fdde216f0e
2 changed files with 2 additions and 1 deletions

2
TODO
View File

@@ -18,7 +18,7 @@
- ...
WIP:
* HP: meta, type.func<Args...>(name)
* HP: invalid view auto-refresh
* HP: paginate pools
* HP: headless (sparse set only) view
* HP: pass the registry to pools, basic poly storage should have only component member

View File

@@ -1418,6 +1418,7 @@ public:
/**
* @brief Returns a constructor for a given list of types of arguments.
* @tparam Args Constructor arguments.
* @return The requested constructor, if any.
*/
template<typename... Args>