summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 5604fb2..151a521 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -612,6 +612,9 @@ class Config(object):
"""Parses a block, which is the contents of either a file or an if,
menu, or choice statement. Returns a list with the Items in the block.
+ line_feeder: A _FileFeed instance feeding lines from a file. The
+ Kconfig language is line-based in practice.
+
end_marker: The token that ends the block, e.g. T_ENDIF ("endif") for
ifs. None for files.