Commit 2a90bf4d authored by Bruno P. Kinoshita's avatar Bruno P. Kinoshita
Browse files

Create decorators to meta-programmatically create the

documentation for variables. Two decorators are available
now, @autosubmit_parameters, used to annotate classes
with a dictionary with groups and their parameters.
And @autosubmit_parameter (singular) used to annotate
@property members. This latter decorator uses the
__doc__ (docstring) of the properties to create the
variable documentation.
parent 93615fb5
Supports Markdown
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