diff --git a/annotated.html b/annotated.html
index d31277e67..0d39422b8 100644
--- a/annotated.html
+++ b/annotated.html
@@ -334,6 +334,18 @@
Classes
class WriteGuard Provides safe read-write access to an object using a lock.
+
+ namespace reflection Reflection module.
+
+ - struct Reflect Defines the reflection function for the given type
T
.
+ -
+ class Type final Describes a reflected type.
+
+ - struct Trait Trait entry in the type.
+
+
+
+
namespace ui User Interface module.
class Settings final Stores settings as key-value pairs and provides methods to retrieve them.
class ThreadPool final Manages a pool of threads, to which tasks can be submitted.
@@ -426,7 +438,10 @@ Classes
+ struct ColorTrait [Position definition]
struct MyAsset A simple serializable type which we will be saving and loading.
+ struct Person [Person definition]
+ struct Position [Person reflection]
class TextBridge
+
+
+