Class: FFI::Clang::FullComment
Instance Method Summary
collapse
Methods inherited from Comment
build_from, #child, #children, #each, #has_trailing_newline?, #initialize, #kind, #num_children, #whitespace?
Instance Method Details
#text ⇒ Object
265
266
267
|
# File 'lib/ffi/clang/comment.rb', line 265
def text
self.children.collect{|child| child.text.strip}.join("\n")
end
|
#to_html ⇒ Object
257
258
259
|
# File 'lib/ffi/clang/comment.rb', line 257
def to_html
Lib. Lib.(@comment)
end
|
#to_xml ⇒ Object
261
262
263
|
# File 'lib/ffi/clang/comment.rb', line 261
def to_xml
Lib. Lib.(@comment)
end
|