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:

1
2
3
4
5
# 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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.