diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-29 22:05:34 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-29 22:05:34 +0200 |
commit | e9ebe1ca6a78c537025d2db3614385fda804a51a (patch) | |
tree | 1f237fcb2344ebace85e6039a3da1a5373a2a147 /user_guide/doc_style/template.html | |
parent | 7440273900619bee0acad36d20ba3dee22b3bfa3 (diff) |
Diffstat (limited to 'user_guide/doc_style/template.html')
-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 />
|