fix YARD @option tag

This commit is contained in:
Josh Holtrop 2017-07-12 15:50:13 -04:00
parent dbea6f0a26
commit 8f7e044bfd

View File

@ -231,7 +231,7 @@ module Rscons
# @param env [Environment] The Environment executing the builder.
# @param cache [Cache] The Cache object.
# @param options [Hash] Options.
# @options options [String] :stdout
# @option options [String] :stdout
# File name to redirect standard output to.
#
# @return [String,ThreadedCommand]