diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2020-05-23 20:32:04 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2020-05-23 20:32:04 +1000 |
commit | 6af10c65e297eba9b31d7b5385d8ea27fffc4a3c (patch) | |
tree | fe40c87742deeeb4661a17408f56fcc0e4f1b864 /lexers/LexMagik.cxx | |
parent | eaaf36ec499634bcc72b306d9a4da70ea5af43bd (diff) | |
download | scintilla-mirror-6af10c65e297eba9b31d7b5385d8ea27fffc4a3c.tar.gz |
Fix Doxygen-style comments that refer to parameters.
Diffstat (limited to 'lexers/LexMagik.cxx')
-rw-r--r-- | lexers/LexMagik.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexMagik.cxx b/lexers/LexMagik.cxx index 057b90657..89459d6a4 100644 --- a/lexers/LexMagik.cxx +++ b/lexers/LexMagik.cxx @@ -82,7 +82,7 @@ static inline bool IsAlNumSym(int ch) { * \param startPos Where to start scanning * \param length Where to scan to * \param initStyle The style at the initial point, not used in this folder - * \param keywordslists The keywordslists, currently, number 5 is used + * \param keywordlists The keywordslists, currently, number 5 is used * \param styler The styler */ static void ColouriseMagikDoc(Sci_PositionU startPos, Sci_Position length, int initStyle, @@ -328,7 +328,7 @@ static const char * const magikWordListDesc[] = { * * \param keywordslist The list of keywords that are scanned, they should only * contain the start keywords, not the end keywords - * \param The actual keyword + * \param keyword The actual keyword * \return 1 if it is a folding start-keyword, -1 if it is a folding end-keyword * 0 otherwise */ |