Add a description to the task. The description can consist of an option argument list (enclosed brackets) and an optional comment.
Source Code
# File rake.rb, line 564 def add_description(description) return if ! description comment = description.strip add_comment(comment) if comment && ! comment.empty? end
<code/>and<pre/>for code samples.