From: Stephen Seo Date: Mon, 14 Mar 2016 11:09:51 +0000 (+0900) Subject: Slight addition to EC::Manager documentation X-Git-Tag: 1.0~104 X-Git-Url: https://git.seodisparate.com/client_config?a=commitdiff_plain;h=a28a68cc6504857245d9ad07ccd7eef012e090b0;p=EntityComponentMetaSystem Slight addition to EC::Manager documentation --- diff --git a/src/EC/Manager.hpp b/src/EC/Manager.hpp index b4b3907..0095a51 100644 --- a/src/EC/Manager.hpp +++ b/src/EC/Manager.hpp @@ -250,6 +250,13 @@ namespace EC /*! \class EC::Manager \brief Manages an EntityComponent system. + + EC::Manager must be created with a list of all used Components and all used tags. + + Example: + \code{.cpp} + EC::Manager, TypeList> manager; + \endcode */ /*! \fn EC::Manager::Manager()