Skip to content
  • Sean Leavey's avatar
    Expand @model_parameter decorator to allow descriptions, add support for @info_parameter decorator · 89b497f4
    Sean Leavey authored
    This adds a decorator for registering "info parameters" on model elements,
    which can be used to define the attribute name of useful properties of the
    element alongside a description.
    
    It also expands the @model_parameter decorator to add a description
    argument.
    
    These descriptions are used to summarise the model and info parameters of
    each element in tables when the method `info()` is called that element.
    89b497f4