summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-17 14:54:46 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-17 14:54:46 -0700
commitb0b4fa7a73936ea65eac9c21b6d30ac7d7ac8993 (patch)
tree91dbd9040f0660c870dfc9699676c3f2178b4fa8
parent259b42cd77e91a0194e17bd2bee639f9240b3b75 (diff)
downloadchef-b0b4fa7a73936ea65eac9c21b6d30ac7d7ac8993.tar.gz
rub some YARD on deprecation comment
-rw-r--r--lib/chef/dsl/recipe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/recipe.rb b/lib/chef/dsl/recipe.rb
index 306465b586..b713ed9f87 100644
--- a/lib/chef/dsl/recipe.rb
+++ b/lib/chef/dsl/recipe.rb
@@ -120,7 +120,7 @@ class Chef
end
end
- # This module is deprecated and will be removed in Chef 13
+ # @deprecated Use Chef::DSL::Recipe instead, will be removed in Chef 13
module FullDSL
include Chef::DSL::Recipe
extend Chef::Mixin::LazyModuleInclude