Skip to content

Commit e286781

Browse files
author
Martin Hansson
committed
Bug#29231490: Fix for Doxygen.
Change-Id: I8ddc18ec16233c608d0c838226606774f1b00ca1
1 parent 6a908ad commit e286781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/regexp/regexp_facade.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ class Regexp_facade {
152152

153153
/**
154154
Converts a string position in m_current_subject.
155-
@param index One-based code point position.
155+
@param position One-based code point position.
156156
@return Zero-based byte position.
157157
*/
158158
int ConvertCodePointToLibPosition(int position) const;
159159

160160
/**
161161
Converts a string position in m_current_subject.
162-
@param index Zero-based UTF-16 position.
162+
@param position Zero-based UTF-16 position.
163163
@return Zero-based code point position.
164164
*/
165165
int ConvertLibPositionToCodePoint(int position) const;

0 commit comments

Comments
 (0)