mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tidy up SharedSingleton doc comments
This commit is contained in:
@@ -26,7 +26,10 @@
|
|||||||
object that depends on it, the order of destruction of objects is assured
|
object that depends on it, the order of destruction of objects is assured
|
||||||
to be correct.
|
to be correct.
|
||||||
|
|
||||||
class Object must provide the function `Object* Object::createInstance()`
|
Object Requirements:
|
||||||
|
DefaultConstructible
|
||||||
|
TriviallyDestructible (when lifetime == neverDestroyed)
|
||||||
|
Destructible
|
||||||
|
|
||||||
@class SharedSingleton
|
@class SharedSingleton
|
||||||
@ingroup beast_core
|
@ingroup beast_core
|
||||||
|
|||||||
Reference in New Issue
Block a user