Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
remove_private_comments(comment)
public
Removes private comments from comment
# File lib/rdoc/parser/c.rb, line 1026
def remove_private_comments(comment)
comment.gsub!(/\/?\*--\n(.*?)\/?\*\+\+/, '')
comment.sub!(/\/?\*--\n.*/, '')
end