Mercurial > hg > openttd
diff src/win32.cpp @ 6443:bc27521ccac0 draft
(svn r9580) -Documentation: Correction of doxygen function declarations
author | belugas <belugas@openttd.org> |
---|---|
date | Mon, 09 Apr 2007 15:06:24 +0000 |
parents | fc703c6dc92c |
children | 696f0e1b046e |
line wrap: on
line diff
--- a/src/win32.cpp +++ b/src/win32.cpp @@ -963,8 +963,8 @@ * 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) {