Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / private.rb
index 5e0b7c5..11a9451 100644 (file)
@@ -3,8 +3,12 @@
 #
 module Puppet::Parser::Functions
   newfunction(:private, :doc => <<-'DOC'
 #
 module Puppet::Parser::Functions
   newfunction(:private, :doc => <<-'DOC'
-    DEPRECATED: Sets the current class or definition as private.
+   @summary
+    **Deprecated:** Sets the current class or definition as private.
     Calling the class or definition from outside the current module will fail.
     Calling the class or definition from outside the current module will fail.
+
+   @return
+      Sets the current class or definition as private
   DOC
              ) do |args|
     warning("private() DEPRECATED: This function will cease to function on Puppet 4; please use assert_private() before upgrading to puppet 4 for backwards-compatibility, or migrate to the new parser's typing system.") # rubocop:disable Metrics/LineLength : Cannot shorten this line
   DOC
              ) do |args|
     warning("private() DEPRECATED: This function will cease to function on Puppet 4; please use assert_private() before upgrading to puppet 4 for backwards-compatibility, or migrate to the new parser's typing system.") # rubocop:disable Metrics/LineLength : Cannot shorten this line