class FFI::Clang::FullComment
Public Instance Methods
to_html()
click to toggle source
# File lib/ffi/clang/comment.rb, line 268 def to_html Lib.extract_string Lib.full_comment_get_as_html(@comment) end
to_xml()
click to toggle source
# File lib/ffi/clang/comment.rb, line 272 def to_xml Lib.extract_string Lib.full_comment_get_as_xml(@comment) end