Skip to content

Commit 1685642

Browse files
committed
hide module source attribution; see yui/yuidoc#425; fixes #94
1 parent 3f395f1 commit 1685642

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/templates/api/module.ejs

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ layout: api
33
---
44
<div class='module'>
55
<h1 class='module-name'><%= mod.name %></h1>
6-
<% if (mod.file) { %>
7-
<a class='defined-in' href='https://github.com/<%= repo %>/blob/<%= version.ref %>/<%= mod.file %>#L<%= mod.line %>'>
8-
<span class='filename'>Defined in: <%= mod.file %></span>
9-
<span class='line'>Line: <%= mod.line %></span>
10-
</a>
11-
<% } %>
126
<% if (mod.description) { %>
137
<div class='module-description'><%- markdown(mod.description) %></div>
148
<% } %>

0 commit comments

Comments
 (0)