[Buildroot] [PATCH 05/11] support/scripts: document args to _is_package() in gen-manual-lists

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jun 8 14:15:11 UTC 2014


From: "Yann E. MORIN" <yann.morin.1998 at free.fr>

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Samuel Martin <s.martin49 at gmail.com>
Acked-by: Samuel Martin <s.martin49 at gmail.com>
---
 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 aee2299..b33fcf0 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
-- 
1.8.3.2



More information about the buildroot mailing list