use_markup

use_markup(content)
Class Public methods

If there is a markup: parser_name comment at the front of the file, use it to determine the parser. For example:

# markup: rdoc
# Class comment can go here

class C
end

The comment should appear as the first line of the content.

If the content contains a shebang or editor modeline the comment may appear on the second or third line.

Any comment style may be used to hide the markup comment.

doc_ruby_on_rails
2015-05-03 21:15:28
Comments
Leave a Comment

Please login to continue.