From: Yann E. MORIN Date: Sun, 8 Jun 2014 14:15:11 +0000 (+0200) Subject: support/scripts: document args to _is_package() in gen-manual-lists X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6cffe52b773295dedda290be070fd60d39ebfef3;p=buildroot.git support/scripts: document args to _is_package() in gen-manual-lists Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Acked-by: Samuel Martin Signed-off-by: Thomas Petazzoni --- diff --git a/support/scripts/gen-manual-lists.py b/support/scripts/gen-manual-lists.py index aee2299c92..b33fcf03da 100644 --- a/support/scripts/gen-manual-lists.py +++ b/support/scripts/gen-manual-lists.py @@ -242,6 +242,8 @@ class Buildroot: """ Return True if the symbol is a package or a host package, otherwise False. + :param symbol: The symbol to check + """ if not self.re_pkg_prefix.match(symbol.get_name()): return False