diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-14 00:05:29 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-14 00:05:29 +1100 |
commit | bc0ec7a0e8fb1fed2fe7a2aeb67433dc497f08d0 (patch) | |
tree | 2057044e85051577e3949acde9a6c05fad976341 /src/RESearch.cxx | |
parent | 4380af4be05f0518f2a25975cb16b5943320a426 (diff) | |
download | scintilla-mirror-bc0ec7a0e8fb1fed2fe7a2aeb67433dc497f08d0.tar.gz |
Fix doc comments.
Diffstat (limited to 'src/RESearch.cxx')
-rw-r--r-- | src/RESearch.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RESearch.cxx b/src/RESearch.cxx index dbf1423e7..2824a5b70 100644 --- a/src/RESearch.cxx +++ b/src/RESearch.cxx @@ -342,8 +342,8 @@ static int GetHexaChar(unsigned char hd1, unsigned char hd2) { /** * Called when the parser finds a backslash not followed * by a valid expression (like \( in non-Posix mode). - * @param pattern: pointer on the char after the backslash. - * @param incr: (out) number of chars to skip after expression evaluation. + * @param pattern : pointer on the char after the backslash. + * @param incr : (out) number of chars to skip after expression evaluation. * @return the char if it resolves to a simple char, * or -1 for a char class. In this case, bittab is changed. */ |