From 2bd73ba2ebec9f465b9a382099fd415959a85a75 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sat, 23 May 2020 20:32:04 +1000 Subject: Backport: Fix Doxygen-style comments that refer to parameters. Backport of changeset 8257:e772839fa245. --- lexers/LexMagik.cxx | 4 ++-- 1 file 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 */ -- cgit v1.2.3