Sha256: da71646c40d1ecb27419cbd422f6495d1d189b34c11aac55d2feb7706877d39c

Contents?: true

Size: 492 Bytes

Versions: 7

Compression:

Stored size: 492 Bytes

Contents

<?xml version="1.0" ?>
<notes>
<% notes.by_label_file.each do |label, per_file| %>
  <label name="<%= label %>">
<% per_file.each do |file, line_notes| %>
    <file src="<%= file %>">
<% line_notes.sort!{ |a,b| a.line <=> b.line } %>
<% line_notes.each do |note| %>
      <note line="<%= note.line %>" type="<%= label %>">
        <%= h note.textline %>
<% if note.code? %>

<![CDATA[
<%= note.code %>
]]>
<% end %>
</note>
<% end %>
        </file>
<% end %>
    </label>
<% end %>
</notes>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
mvz-dnote-1.10.0 lib/dnote/templates/xml/label.erb
mvz-dnote-1.9.0 lib/dnote/templates/xml/label.erb
mvz-dnote-1.8.0 lib/dnote/templates/xml/label.erb
mvz-dnote-1.7.2 lib/dnote/templates/xml/label.erb
mvz-dnote-1.7.1 lib/dnote/templates/xml/label.erb
dnote-1.7.1 lib/dnote/templates/xml/label.erb
dnote-1.7.0 lib/dnote/templates/xml/label.erb