summaryrefslogtreecommitdiffhomepage
path: root/templates/default/header/html/function_details_list.erb
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-25 13:12:22 -0300
committerSeba Gamboa <[email protected]>2015-09-25 13:12:22 -0300
commit48fb10fef522ab9262061bc612b44d74a8bda17d (patch)
treec48dcb77245e4a6b15af4366e96c31d6eb1cdd93 /templates/default/header/html/function_details_list.erb
parente0e43a79d282d69f2f45d5cf71e0e1154357d181 (diff)
downloadyard-mruby-48fb10fef522ab9262061bc612b44d74a8bda17d.tar.gz
yard-mruby-48fb10fef522ab9262061bc612b44d74a8bda17d.zip
Listing functions
Diffstat (limited to 'templates/default/header/html/function_details_list.erb')
-rw-r--r--templates/default/header/html/function_details_list.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/default/header/html/function_details_list.erb b/templates/default/header/html/function_details_list.erb
new file mode 100644
index 0000000..37a9cc8
--- /dev/null
+++ b/templates/default/header/html/function_details_list.erb
@@ -0,0 +1,7 @@
+<div id="functions_details" class="method_details_list">
+ <h2>Function Details</h2>
+
+ <% function_listing.each_with_index do |func, i| %>
+ <%= yieldall :object => func, :owner => object, :index => i %>
+ <% end %>
+</div>