add @since tag to Environment#add_post_build_hook

This commit is contained in:
Josh Holtrop 2014-09-25 11:31:18 -04:00
parent c98b377ce8
commit ebb69cedc2

View File

@ -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]