Commit ee08448b by Brian Coca

now module_formatter handles new expanded return values from the module_docs…

now module_formatter handles new expanded return values from the module_docs (still does not thing with new return value docs)
parent e842f8fa
......@@ -236,7 +236,7 @@ def process_module(module, options, env, template, outputname, module_map, alias
print "rendering: %s" % module
# use ansible core library to parse out doc metadata YAML and plaintext examples
doc, examples = ansible.utils.module_docs.get_docstring(fname, verbose=options.verbose)
doc, examples, returndocs= ansible.utils.module_docs.get_docstring(fname, verbose=options.verbose)
# crash if module is missing documentation and not explicitly hidden from docs index
if doc is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment