Skip to content

Multiple lines for attributes #67

Description

@Hecatron

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
    """

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions