diff --git a/build-utils/extractoptsdoc.py b/build-utils/extractoptsdoc.py index 14b96b68..cabd10fe 100755 --- a/build-utils/extractoptsdoc.py +++ b/build-utils/extractoptsdoc.py @@ -61,6 +61,8 @@ def sections_get(file): section_doc[option_title] += "This option must be an alignment value." elif line.startswith(" CFG_POSITION"): section_doc[option_title] += "This option must be a position value." + elif line.startswith(" CFG_STR_LIST"): + section_doc[option_title] += "This option must be string list." elif line.startswith(" CFG_STR"): section_doc[option_title] += "This option must be string value." elif line.startswith(" CFG_SEC"):