(svn r19414) -Doc: Several doxygen additions and corrections.

This commit is contained in:
alberth
2010-03-14 12:39:24 +00:00
parent b8d6e893cb
commit 777123c228
6 changed files with 16 additions and 9 deletions

View File

@@ -91,6 +91,7 @@ public:
/**
* Sets the global error message *if* this class has one.
* @see _error_message
*/
FORCEINLINE void SetGlobalErrorMessage() const
{
@@ -99,8 +100,8 @@ public:
}
/**
* Makes this CommandCost behave like an error command.
* @param mesasge the error message.
* Makes this #CommandCost behave like an error command.
* @param message The error message.
*/
void MakeError(StringID message)
{