From 6cffe52b773295dedda290be070fd60d39ebfef3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 8 Jun 2014 16:15:11 +0200 Subject: [PATCH] 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 --- support/scripts/gen-manual-lists.py | 2 ++ 1 file changed, 2 insertions(+) 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