Sha256: eae4f8b9200f2b9322c92e0317756edb8b9527d2509bdc35e5f7c84456693d8e

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

<?xml version="1.0" ?>
<notes>
<% notes.each do |label, per_file| %>
    <set label="<%= label %>">
<% per_file.each do |file, line_notes| %>
        <file src="<%= file %>">
<% line_notes.sort!{ |a,b| a[0] <=> b[0] } %>
<% line_notes.each do |line, note| %>
            <note line="<%= line %>" type="<%= label %>"><%= h note %></note>
<% end %>
        </file>
<% end %>
    </set>
<% end %>
</notes>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dnote-1.1.4 lib/dnote/templates/xml.erb
dnote-1.1.3 lib/dnote/templates/xml.erb
dnote-1.1.2 lib/dnote/templates/xml.erb
dnote-1.1.1 lib/dnote/templates/xml.erb
dnote-1.1 lib/dnote/templates/xml.erb