[build/doc] Add support for STR_LIST
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
ced72a959f
commit
d25ff609ca
|
@ -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"):
|
||||
|
|
Loading…
Reference in New Issue