aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2020-05-23 20:32:04 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2020-05-23 20:32:04 +1000
commit2bd73ba2ebec9f465b9a382099fd415959a85a75 (patch)
tree91d932ab614bfeaff457631ba98239d167508648
parent489efcac93c86d2f3e4aa2bdb784c7332998d118 (diff)
downloadscintilla-mirror-2bd73ba2ebec9f465b9a382099fd415959a85a75.tar.gz
Backport: Fix Doxygen-style comments that refer to parameters.
Backport of changeset 8257:e772839fa245.
-rw-r--r--lexers/LexMagik.cxx4
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
*/