Add more docs.

This commit is contained in:
Jason Felds
2011-02-26 19:31:04 -05:00
parent 98c5a1b704
commit 30d5812f9c
5 changed files with 63 additions and 28 deletions
+5 -5
View File
@@ -1,5 +1,3 @@
/* LocalizedString - */
#ifndef LocalizedString_H
#define LocalizedString_H
@@ -10,7 +8,7 @@ public:
virtual void Load( const RString& sGroup, const RString& sName ) = 0;
virtual const RString &GetLocalized() const = 0;
};
/** @brief Get a String based on the user's natural language. */
class LocalizedString
{
public:
@@ -31,8 +29,10 @@ private:
#endif
/*
* Copyright (c) 2001-2005 Chris Danford, Glenn Maynard
/**
* @file
* @author Chris Danford, Glenn Maynard (c) 2001-2005
* @section LICENSE
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a