= private = protected
output_flag_file(op_dir)
Return the path name of the flag file in an output directory.
# File lib/rdoc/rdoc.rb, line 231 def output_flag_file(op_dir) File.join op_dir, "created.rid" end