Sha256: 5c3bd147dad8d81ee35017de56cf941b0534948207aeabd94439a9109bf85ad8

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

digraph TopLevel {
    compound = true
    bgcolor = lightcyan1
    fontname = Arial
    fontsize = 8
    label = "TopLevel"
    node [
        fontname = Arial,
        fontsize = 8,
        color = black
    ]

    subgraph cluster_VioletAPI {
        fillcolor = palegreen1
        URL = "classes/VioletAPI.html"
        fontname = Arial
        color = blue
        label = "VioletAPI"
        style = filled
        VioletAPI [
            shape = plaintext,
            height = 0.01,
            width = 0.75,
            label = ""
        ]

    }

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
libastag-0.0.1 doc/dot/f_7.dot