diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2013-04-11 14:04:31 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2013-04-11 14:04:31 -0700 |
commit | ddfafc4a856d32185ef2318cf58341852bf58b29 (patch) | |
tree | c4d447a9e84bd276b34c73a586f467165ad7b49f /Modulefile | |
parent | 25b670e6f6c52e84e28bbe4810f949b467a9b2d8 (diff) |
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.
Diffstat (limited to 'Modulefile')
0 files changed, 0 insertions, 0 deletions