chore(doc-gen): fix paths for links to modules and exports

This commit is contained in:
Peter Bacon Darwin
2015-05-19 13:11:20 +01:00
parent 302c5d5005
commit 50c6efa187
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
.l-main-section
h2 {$ doc.name $} <span class="type">variable</span>
p.location-badge.
exported from <a href="/{$ doc.moduleDoc.path $}">{$ doc.moduleDoc.id $}</a>
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
:markdown
{$ doc.description | indent(4, true) $}