summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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