From e9ebe1ca6a78c537025d2db3614385fda804a51a Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 29 Aug 2008 20:05:34 +0000 Subject: --- user_guide/doc_style/template.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'user_guide/doc_style/template.html') 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

Usage Heading

-

Description of using Foo. Highlight variables and filenames in regular text with the <var> tag, and code using the <dfn> tag.

+

Within a text string, highlight variables using <var></var> tags, and highlight code using the <dfn></dfn> tags.

+ +

Sub-heading

+ +

Put code examples within <code></code> tags:

$this->load->library('foo');
-- cgit v1.2.3-24-g4f1b