class FFI::Clang::HTMLTagComment
Public Instance Methods
name()
click to toggle source
# File lib/ffi/clang/comment.rb, line 106 def name Lib.extract_string Lib.html_tag_comment_get_tag_name(@comment) end
Also aliased as: tag
text()
click to toggle source
# File lib/ffi/clang/comment.rb, line 111 def text Lib.extract_string Lib.html_tag_comment_get_as_string(@comment) end