From ebb69cedc2c67e7ff2178f4145284322079c98a0 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 25 Sep 2014 11:31:18 -0400 Subject: [PATCH] add @since tag to Environment#add_post_build_hook --- lib/rscons/environment.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb index 04b60f9..6a920b7 100644 --- a/lib/rscons/environment.rb +++ b/lib/rscons/environment.rb @@ -163,6 +163,8 @@ module Rscons # build operation succeeded. Post-build hooks can register new build # targets. # + # @since 1.7.0 + # # @yield [build_op] # Invoke the given block with the current build operation. # @yieldparam build_op [Hash]