]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
Update function documentation for 4.0.0
authorJeff McCune <jeff@puppetlabs.com>
Thu, 11 Apr 2013 21:04:31 +0000 (14:04 -0700)
committerJeff McCune <jeff@puppetlabs.com>
Thu, 11 Apr 2013 21:04:31 +0000 (14:04 -0700)
commitddfafc4a856d32185ef2318cf58341852bf58b29
treec4d447a9e84bd276b34c73a586f467165ad7b49f
parent25b670e6f6c52e84e28bbe4810f949b467a9b2d8
Update function documentation for 4.0.0

Without this patch the function documentation is out of sync with the
functions contained in the standard library.  This commit updates the
functions.  I generated the list using this sequence:

    cd ~/src/puppet
    git checkout 3.1.1
    bundle exec puppet doc -r function > /tmp/puppet_functions.txt
    cd ~/src/stdlib
    bundle exec puppet doc -r function > /tmp/stdlib_functions.txt
    diff -U2 puppet_functions.txt stdlib_functions.txt | grep '^+' | perl -ple 's/^\+//' > functions.txt

I then replaced the README function documentation with the contents of
functions.txt which contains only the functions contained in stdlib.
README.markdown