From 8039d4c217cd0324e191f3c7887803246070a194 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 31 May 2008 02:47:56 +0000 Subject: Charset information in the userguide has been moved above title for internationalization purposes (#4614) --- user_guide/doc_style/index.html | 2 +- user_guide/doc_style/template.html | 246 ++++++++++++++++++------------------- 2 files changed, 124 insertions(+), 124 deletions(-) (limited to 'user_guide/doc_style') diff --git a/user_guide/doc_style/index.html b/user_guide/doc_style/index.html index ceb8beaab..3253ea7e5 100644 --- a/user_guide/doc_style/index.html +++ b/user_guide/doc_style/index.html @@ -2,6 +2,7 @@ + Writing Documentation : CodeIgniter User Guide @@ -12,7 +13,6 @@ - diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html index bfec1a258..b267effea 100644 --- a/user_guide/doc_style/template.html +++ b/user_guide/doc_style/template.html @@ -1,124 +1,124 @@ - - - - -CodeIgniter Project Documentation Template - - - - - - - - - - - - - - - -
- - - - - -

Project Title

-
- - - - - - - - - -
- - -
- - - -
- - -

Foo Class

- -

Brief description of Foo Class. If it extends a native CodeIgniter class, please link to the class in the CodeIgniter documents here.

- -

Important:  This is an important note with EMPHASIS.

- -

Features:

- - - -

Usage Heading

- -

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

- - - $this->load->library('foo');
-
- $this->foo->bar('bat'); -
- - -

Table Preferences

- -

Use tables where appropriate for long lists of preferences.

- - - - - - - - - - - - - - - - - - - - - -
PreferenceDefault ValueOptionsDescription
fooFooNoneDescription of foo.
barBarbat, bag, or bakDescription of bar.
- -

Foo Function Reference

- -

$this->foo->bar()

-

Description

-$this->foo->bar('baz') - -
- - - - - - + + + + + +CodeIgniter Project Documentation Template + + + + + + + + + + + + + + +
+ + + + + +

Project Title

+
+ + + + + + + + + +
+ + +
+ + + +
+ + +

Foo Class

+ +

Brief description of Foo Class. If it extends a native CodeIgniter class, please link to the class in the CodeIgniter documents here.

+ +

Important:  This is an important note with EMPHASIS.

+ +

Features:

+ + + +

Usage Heading

+ +

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

+ + + $this->load->library('foo');
+
+ $this->foo->bar('bat'); +
+ + +

Table Preferences

+ +

Use tables where appropriate for long lists of preferences.

+ + + + + + + + + + + + + + + + + + + + + +
PreferenceDefault ValueOptionsDescription
fooFooNoneDescription of foo.
barBarbat, bag, or bakDescription of bar.
+ +

Foo Function Reference

+ +

$this->foo->bar()

+

Description

+$this->foo->bar('baz') + +
+ + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b