X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Fparser%2Ffunctions%2Fdeprecation.rb;h=2a39cc379df3e65f0d1c0c643f6e44890ccba83d;hp=01f0deb1c60b7bb82821e962f81ce24649991f0b;hb=30caaa85aed7015ca0d77216bff175eebd917eb7;hpb=6f656bd4265e3dab13b9af2bf96e9044322e9d8f diff --git a/3rdparty/modules/stdlib/lib/puppet/parser/functions/deprecation.rb b/3rdparty/modules/stdlib/lib/puppet/parser/functions/deprecation.rb index 01f0deb1c..2a39cc379 100644 --- a/3rdparty/modules/stdlib/lib/puppet/parser/functions/deprecation.rb +++ b/3rdparty/modules/stdlib/lib/puppet/parser/functions/deprecation.rb @@ -3,7 +3,14 @@ # module Puppet::Parser::Functions newfunction(:deprecation, :doc => <<-DOC - Function to print deprecation warnings (this is the 3.X version of it), The uniqueness key - can appear once. The msg is the message text including any positional information that is formatted by the user/caller of the method.). + @summary + Function to print deprecation warnings (this is the 3.X version of it). + + The uniqueness key - can appear once. The msg is the message text including any positional + information that is formatted by the user/caller of the method.). + + @return [String] + return deprecation warnings DOC ) do |arguments|