From bc0ec7a0e8fb1fed2fe7a2aeb67433dc497f08d0 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 14 Feb 2015 00:05:29 +1100 Subject: Fix doc comments. --- src/RESearch.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. */ -- cgit v1.2.3