install yard gem (v0.8.3)

This commit is contained in:
Watson
2012-11-14 15:58:42 +09:00
parent 7abb10940c
commit 9320db598e
224 changed files with 21693 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
<%= indent(wrap("Abstract. #{object.tag(:abstract).text}")) %>

View File

@@ -0,0 +1,2 @@
<%= indent(wrap("Deprecated. #{object.tag(:deprecated).text}")) %>

View File

@@ -0,0 +1,2 @@
<%= yieldall %>

View File

@@ -0,0 +1,4 @@
<% object.tags(:note).each do |tag| %>
<%= indent(wrap("Note: #{tag.text}")) %>
<% end %>

View File

@@ -0,0 +1,2 @@
<%= indent(wrap("This #{object.type} is part of a private API.")) %>

View File

@@ -0,0 +1 @@
<%= indent(wrap("This method returns an undefined value.")) %>

View File

@@ -0,0 +1 @@
<%= indent wrap(h(docstring_text.strip), 68) %>

View File

@@ -0,0 +1,4 @@
<% object.tags(:todo).each do |tag| %>
<%= indent(wrap("TODO: #{tag.text}")) %>
<% end %>