Skip to content

Commit

Permalink
hide module source attribution; see yui/yuidoc#425; fixes #94
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Oct 27, 2016
1 parent 3f395f1 commit 1685642
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/templates/api/module.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ layout: api
---
<div class='module'>
<h1 class='module-name'><%= mod.name %></h1>
<% if (mod.file) { %>
<a class='defined-in' href='https://github.com/<%= repo %>/blob/<%= version.ref %>/<%= mod.file %>#L<%= mod.line %>'>
<span class='filename'>Defined in: <%= mod.file %></span>
<span class='line'>Line: <%= mod.line %></span>
</a>
<% } %>
<% if (mod.description) { %>
<div class='module-description'><%- markdown(mod.description) %></div>
<% } %>
Expand Down

0 comments on commit 1685642

Please sign in to comment.