1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 08:22:34 +01:00

(svn r9664) -Documentation: Doxygen corrections,errors and omissions

This commit is contained in:
belugas
2007-04-17 21:09:38 +00:00
parent bc86bc3801
commit addcae43fa
9 changed files with 78 additions and 14 deletions

View File

@@ -169,7 +169,7 @@ int CDECL main(int argc, char* argv[])
* 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
* @param tb Textbuf type to be changed
* @return Return true on successfull change of Textbuf, or false otherwise
*/
bool InsertTextBufferClipboard(Textbuf *tb)