aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-02-14 00:05:29 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-02-14 00:05:29 +1100
commit6e04043eadf5cccff1c6f6c3ac20c25df43425ae (patch)
tree4be89b5320b35c60e5c8b4201a48a57d30c8edab /src
parentb5e91d39331a9b777bec2435abeef1f16af4c0d7 (diff)
downloadscintilla-mirror-6e04043eadf5cccff1c6f6c3ac20c25df43425ae.tar.gz
Fix doc comments.
Diffstat (limited to 'src')
-rw-r--r--src/RESearch.cxx4
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.
*/