summaryrefslogtreecommitdiffhomepage
path: root/templates/default/header/html/function_details_list.erb
diff options
context:
space:
mode:
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>