summaryrefslogtreecommitdiff
path: root/src/win32.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-09 15:06:24 +0000
committerbelugas <belugas@openttd.org>2007-04-09 15:06:24 +0000
commit82ad5a6d9c4adb8d65d690cffd53783c87f9e2bf (patch)
treef6921b791932625f7ba10a465d1a276a9beaf60e /src/win32.cpp
parentec03c72afbed2d9be94ade6a342d4c81bec3d311 (diff)
downloadopenttd-82ad5a6d9c4adb8d65d690cffd53783c87f9e2bf.tar.xz
(svn r9580) -Documentation: Correction of doxygen function declarations
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 0b48575e0..7de27bfab 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -963,8 +963,8 @@ void DetermineBasePaths(const char *exe)
* Insert a chunk of text from the clipboard onto the textbuffer. Get TEXT clipboard
* and append this up to the maximum length (either absolute or screenlength). If maxlength
* is zero, we don't care about the screenlength but only about the physical length of the string
- * @param tb @Textbuf type to be changed
- * @return Return true on successfull change of Textbuf, or false otherwise
+ * @param tb Textbuf type to be changed
+ * @return true on successfull change of Textbuf, or false otherwise
*/
bool InsertTextBufferClipboard(Textbuf *tb)
{