From 9fbf6730b18eeb55e6cd08dc26a9d2b6af2c7df0 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Mon, 21 Jan 2008 19:21:29 +0000 Subject: added user guide template for developers to use in their own projects --- user_guide/doc_style/template.html | 124 +++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 user_guide/doc_style/template.html (limited to 'user_guide/doc_style/template.html') diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html new file mode 100644 index 000000000..c01f85fb8 --- /dev/null +++ b/user_guide/doc_style/template.html @@ -0,0 +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') + +
+ + + + + + + \ No newline at end of file -- cgit v1.2.3-24-g4f1b