summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-04 17:38:19 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-05-04 17:38:19 +0000
commitf783859c6fb9dd7eb79a6775b3fb58441b4a8b9c (patch)
tree6c19190be9048d0d35d5416b4b96362629599caa /bin
parente864eabba37e0c1f81a5afcf099c0cd3ec54467c (diff)
downloadpuppet-f783859c6fb9dd7eb79a6775b3fb58441b4a8b9c.tar.gz
puppet-f783859c6fb9dd7eb79a6775b3fb58441b4a8b9c.tar.xz
puppet-f783859c6fb9dd7eb79a6775b3fb58441b4a8b9c.zip
Correcting function reference markup
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2462 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-rwxr-xr-xbin/puppetdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/puppetdoc b/bin/puppetdoc
index 3c7a515df..6a669ce07 100755
--- a/bin/puppetdoc
+++ b/bin/puppetdoc
@@ -156,7 +156,7 @@ class PuppetDoc
def output(withcontents = true)
# First the header
text = h(@title, 1)
- text += "\n\n*This page is autogenerated; any changes will get overwritten*\n\n"
+ text += "\n\n**This page is autogenerated; any changes will get overwritten**\n\n"
if withcontents
text += ".. contents:: :depth: %s\n\n" % @depth
end
@@ -411,6 +411,7 @@ only be used in a statement requiring a value, such as an assignment or a case
statement.
Here are the functions available in Puppet:
+
"
type = PuppetDoc.new :type do