From f783859c6fb9dd7eb79a6775b3fb58441b4a8b9c Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 4 May 2007 17:38:19 +0000 Subject: Correcting function reference markup git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2462 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit