mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
adding docs again
This commit is contained in:
11
docs/_includes/func.html
Normal file
11
docs/_includes/func.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% assign f = include.f %}
|
||||
|
||||
<div class="panel panel-default" id="{{f.name}}">
|
||||
<div class="panel-heading"><h4><code>
|
||||
{{f.name}}( {% for p in f.parameters %}{% unless forloop.first == true %}, {%endunless%}<i>{{p}}</i>{%endfor%} )
|
||||
{% if f.return %} -> {{f.return}}{%endif%}
|
||||
</code></h4></div>
|
||||
<div class="panel-body">
|
||||
{{f.content}}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user