Hi,
This might be related to #42
but do we know if there's a way to handle attributes with multiple lines?
such as the below
class TestClass(object):
"""Test Class.
Attributes:
value1: This is a test.
value2: This is a 2nd test.
value3: This is a multiple line attribute
This is a second line
"""
Hi,
This might be related to #42
but do we know if there's a way to handle attributes with multiple lines?
such as the below