diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-03 18:32:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-03 19:35:08 +0300 |
commit | 6e09393c9d4a2f36c582ff97c0f5d5263757cbcc (patch) | |
tree | 4a183d5255462594bca9888f4f598800f6125805 /src/utils/copynpaste.h | |
parent | 829c8fb2476f763f0d0a1f4ca792073eb953814e (diff) | |
download | plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.gz plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.bz2 plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.xz plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.zip |
Fix some doxygen issues.
Diffstat (limited to 'src/utils/copynpaste.h')
-rw-r--r-- | src/utils/copynpaste.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/copynpaste.h b/src/utils/copynpaste.h index c25e6c5d1..73e086160 100644 --- a/src/utils/copynpaste.h +++ b/src/utils/copynpaste.h @@ -28,7 +28,7 @@ /** * Attempts to retrieve text from the clipboard buffer and inserts it in - * \a text at position \pos. The characters are encoded in utf-8. + * \a text at position. The characters are encoded in utf-8. * * Implemented for Windows, X11 and Mac OS X. * |