From e55dd0118400fbb248e5580bd7d0c8a7a5452086 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Fri, 11 Jul 2014 18:49:59 +0400 Subject: [PATCH] pyuavcan docstring formatting --- pyuavcan/pyuavcan/dsdl/parser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyuavcan/pyuavcan/dsdl/parser.py b/pyuavcan/pyuavcan/dsdl/parser.py index 9a435e5a94..e27da2eafd 100644 --- a/pyuavcan/pyuavcan/dsdl/parser.py +++ b/pyuavcan/pyuavcan/dsdl/parser.py @@ -585,7 +585,9 @@ def parse_namespaces(source_dirs, search_dirs=None): This function takes a list of root namespace directories (containing DSDL definition files to parse) and an optional list of search directories (containing DSDL definition files that can be referenced from the types that are going to be parsed). + Returns the list of parsed type definitions, where type of each element is CompoundType. + Args: source_dirs List of root namespace directories to parse. search_dirs List of root namespace directories with referenced types (optional). This list is