Tidy up SharedSingleton doc comments

This commit is contained in:
Vinnie Falco
2013-09-15 09:44:14 -07:00
parent 001997e088
commit f343941a96

View File

@@ -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