Tidy up SharedSingleton doc comments

This commit is contained in:
Vinnie Falco
2013-09-15 09:44:14 -07:00
parent aa89f46ae1
commit 9b76638351

View File

@@ -26,7 +26,10 @@
object that depends on it, the order of destruction of objects is assured
to be correct.
class Object must provide the function `Object* Object::createInstance()`
Object Requirements:
DefaultConstructible
TriviallyDestructible (when lifetime == neverDestroyed)
Destructible
@class SharedSingleton
@ingroup beast_core