There was an error while loading. Please reload this page.
1 parent 79ab705 commit 08d120bCopy full SHA for 08d120b
1 file changed
compiler/api/compiler.py
@@ -333,6 +333,7 @@ def start():
333
docstring_args = "No parameters required."
334
335
docstring_args = "Attributes:\n ID: ``{}``\n\n ".format(c.id) + docstring_args
336
+ docstring_args = "Attributes:\n LAYER: ``{}``\n\n ".format(layer) + docstring_args
337
338
if c.section == "functions":
339
docstring_args += "\n\n Returns:\n " + get_docstring_arg_type(c.return_type)
0 commit comments