Sha256: c6871c7bb339691d51f4e0c90a9fe7eedb9c423e4f7274b5a28d74c6594108e0

Contents?: true

Size: 965 Bytes

Versions: 19

Compression:

Stored size: 965 Bytes

Contents

%ul.summary
  - for method in @methods
    %li{deprecated: if method.documentation?.deprecated? then true else false}

      %span.signature
        %a{href: '#'+@anchorFor(method)}
          != @render 'partials/method_signature', method: method.effectiveOverloads()[0]

      - if method.name == 'constructor'
        %span.constructor.note.title Constructor

      - if method.bound
        %span.bound.note.title Bound

      - if method.documentation?.private?
        %span.private.note.title Private

      - if method.documentation?.abstract?
        %span.abstract.note.title Abstract

      - if method.documentation?.deprecated?
        %span.deprecated.note.title Deprecated

      %span.desc
        - if method.documentation?.deprecated?
          %strong Deprecated.
          != @activate method.documentation?.deprecated, @path, true
        - else if method.documentation?.summary
          != @activate method.documentation?.summary, @path, true

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-4.1.5 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-4.1.4 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-4.1.3 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-4.1.2 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-4.1.1 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-4.1.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-4.0.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.4.3 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.4.2 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.4.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.3.1 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.3.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.2.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.1.1 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.1.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-3.0.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-2.0.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc
ela-1.1.0 node_modules/codo/themes/default/templates/partials/method_summary.hamlc