Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
find_modifiers(comment, meth_obj)
public
Handles modifiers in comment and updates meth_obj as
appropriate.
# File lib/rdoc/parser/c.rb, line 795
def find_modifiers comment, meth_obj
comment.normalize
comment.extract_call_seq meth_obj
look_for_directives_in meth_obj, comment
end