summaryrefslogtreecommitdiff
path: root/src/texteff.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-04 03:21:14 +0000
committerbelugas <belugas@openttd.org>2007-04-04 03:21:14 +0000
commit4c4f2a34ef3cd08b45b2b5e2edb866020dbd84ea (patch)
treeee49dd11233b9b7f3c596bad4f124f8a5b794d8e /src/texteff.cpp
parent695ff8dd37e5bde257fa1aafdbf821f91f369f46 (diff)
downloadopenttd-4c4f2a34ef3cd08b45b2b5e2edb866020dbd84ea.tar.xz
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
Diffstat (limited to 'src/texteff.cpp')
-rw-r--r--src/texteff.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/texteff.cpp b/src/texteff.cpp
index ed9e7c512..4dc3b310f 100644
--- a/src/texteff.cpp
+++ b/src/texteff.cpp
@@ -1,5 +1,7 @@
/* $Id$ */
+/** @file texteff.cpp */
+
#include "stdafx.h"
#include "openttd.h"
#include "functions.h"
@@ -121,7 +123,7 @@ void InitTextMessage()
}
}
-/* Hide the textbox */
+/** Hide the textbox */
void UndrawTextMessage()
{
if (_textmessage_visible) {
@@ -172,7 +174,7 @@ void UndrawTextMessage()
}
}
-/* Check if a message is expired every day */
+/** Check if a message is expired every day */
void TextMessageDailyLoop()
{
uint i;
@@ -196,7 +198,7 @@ void TextMessageDailyLoop()
}
}
-/* Draw the textmessage-box */
+/** Draw the textmessage-box */
void DrawTextMessage()
{
if (!_textmessage_dirty) return;