diff options
-rw-r--r-- | user_guide/doc_style/template.html | 6 |
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><var> tag</var>, and code using the <dfn><dfn> tag</dfn>.</p>
+<p>Within a text string, <var>highlight variables</var> using <var><var></var></var> tags, and <dfn>highlight code</dfn> using the <dfn><dfn></dfn></dfn> tags.</p>
+
+<h3>Sub-heading</h3>
+
+<p>Put code examples within <dfn><code></code></dfn> tags:</p>
<code>
$this->load->library('foo');<br />
|