summaryrefslogtreecommitdiffstats
path: root/user_guide/doc_style/template.html
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-08-29 22:05:34 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-08-29 22:05:34 +0200
commite9ebe1ca6a78c537025d2db3614385fda804a51a (patch)
tree1f237fcb2344ebace85e6039a3da1a5373a2a147 /user_guide/doc_style/template.html
parent7440273900619bee0acad36d20ba3dee22b3bfa3 (diff)
Diffstat (limited to 'user_guide/doc_style/template.html')
-rw-r--r--user_guide/doc_style/template.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html
index b267effea..84f559d56 100644
--- a/user_guide/doc_style/template.html
+++ b/user_guide/doc_style/template.html
@@ -64,7 +64,11 @@ Foo Class
<h2>Usage Heading</h2>
-<p>Description of using Foo. Highlight variables and filenames in regular text with the <var>&lt;var&gt; tag</var>, and code using the <dfn>&lt;dfn&gt; tag</dfn>.</p>
+<p>Within a text string, <var>highlight variables</var> using <var>&lt;var&gt;&lt;/var&gt;</var> tags, and <dfn>highlight code</dfn> using the <dfn>&lt;dfn&gt;&lt;/dfn&gt;</dfn> tags.</p>
+
+<h3>Sub-heading</h3>
+
+<p>Put code examples within <dfn>&lt;code&gt;&lt;/code&gt;</dfn> tags:</p>
<code>
$this->load->library('foo');<br />