chore(doc-gen): add method signatures to members and functions

Closes https://github.com/angular/dgeni/issues/124
This commit is contained in:
Peter Bacon Darwin
2015-03-31 21:51:25 +01:00
parent 54a4e4a67c
commit 609201e109
5 changed files with 55 additions and 9 deletions

View File

@ -0,0 +1,9 @@
{% include "lib/paramList.html" -%}
{% extends 'layout/base.template.html' -%}
{% block body %}
<h1 class="function export">{$ doc.name $}{$ paramList(doc.parameters) $}</h1>
<p class="module">exported from <a href="/{$ doc.moduleDoc.path $}">{$ doc.moduleDoc.id $}</a></p>
<p>{$ doc.description | marked $}</p>
{% endblock %}