From 0b04229e3d66ac55dd72201aa116543208c05065 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 25 Sep 2014 10:47:21 -0400 Subject: [PATCH] fix Environment#build_dir documentation --- lib/rscons/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb index 4101fcc..04b60f9 100644 --- a/lib/rscons/environment.rb +++ b/lib/rscons/environment.rb @@ -182,7 +182,7 @@ module Rscons # # Source files from src_dir will produce object files under obj_dir. # - # @param src_dir [String] Path to the source directory. + # @param src_dir [String, Regexp] Path to the source directory. # @param obj_dir [String] Path to the object directory. # # @return [void]