Sha256: e3edfd33a3e41af549dc7ccdbf8a358da7a7cc954f90ea83eff332e2403a291b

Contents?: true

Size: 490 Bytes

Versions: 7

Compression:

Stored size: 490 Bytes

Contents

<?xml version="1.0" ?>
<notes>
<% notes.by_file_label.each do |file, per_label| %>
  <file src="<%= file %>">
<% per_label.each do |label, lnotes| %>
    <label name="<%= label %>">
<% 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 %>
    </label>
<% end %>
  </file>
<% end %>
</notes>

Version data entries

7 entries across 7 versions & 2 rubygems

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