(svn r9580) -Documentation: Correction of doxygen function declarations

This commit is contained in:
belugas
2007-04-09 15:06:24 +00:00
parent ec03c72afb
commit 82ad5a6d9c
3 changed files with 35 additions and 21 deletions

View File

@@ -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)
{