Added namespace and file comments

Namespaces Glest and Game are now commented. To avoid unnecessary
duplication, they're only commented in one place (main.cpp).
This commit is contained in:
Mike Hoffert
2014-07-21 21:02:31 -06:00
parent d6668b7e85
commit 488ff4f462
3 changed files with 24 additions and 0 deletions

View File

@@ -101,6 +101,14 @@ using namespace Shared::Graphics::Gl;
using namespace Shared::Xml;
using namespace Shared;
/**
* @namespace Glest
* Namespace used for all %Glest related code.
*/
/**
* @namespace Game
* Namespace used for game related code.
*/
namespace Glest { namespace Game {
static string tempDataLocation = getUserHome();