Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / reverse.rb
index 9f7db8b..8b97a97 100644 (file)
@@ -3,9 +3,13 @@
 #
 module Puppet::Parser::Functions
   newfunction(:reverse, :type => :rvalue, :doc => <<-DOC
-    Reverses the order of a string or array.
+    @summary
+      Reverses the order of a string or array.
 
-    Note that the same can be done with the reverse_each() function in Puppet.
+    @return
+      reversed string or array
+
+    > *Note:* that the same can be done with the reverse_each() function in Puppet.
     DOC
              ) do |arguments|