Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / enclose_ipv6.rb
index f412b01..b55f76b 100644 (file)
@@ -3,7 +3,12 @@
 #
 module Puppet::Parser::Functions
   newfunction(:enclose_ipv6, :type => :rvalue, :doc => <<-DOC
-    Takes an array of ip addresses and encloses the ipv6 addresses with square brackets.
+    @summary
+      Takes an array of ip addresses and encloses the ipv6 addresses with square brackets.
+
+    @return
+      encloses the ipv6 addresses with square brackets.
+
   DOC
              ) do |arguments|