Template:ClassElement: Difference between revisions
Jump to navigation
Jump to search
clarify instr |
a little clarification in usage |
||
Line 1: | Line 1: | ||
<noinclude>This template is intended for use by | <noinclude>USAGE: | ||
This template is intended for use by engineers creating DOM class description pages. | |||
#Go to a new blank page--preferably by adding the article's name as a link in the [[COLLADA DOM API tutorial]] article and then clicking that link. | #Go to a new blank page--preferably by adding the article's name as a link in the [[COLLADA DOM API tutorial]] article and then clicking that link. | ||
#In the new blank page, type: <nowiki>{{subst:domclass}}</nowiki> | #In the new blank page, type: <nowiki>{{subst:domclass}}</nowiki> | ||
Line 7: | Line 6: | ||
#Edit the page; replace "foo" with the name of the class. Make any other edits and save the page. | #Edit the page; replace "foo" with the name of the class. Make any other edits and save the page. | ||
The rest of this page shows what this template produces: | |||
---- | |||
</noinclude>'''Summary:''' The '''foo class''' is part of the [[DOM foobar subsystem]]. It is an interface to inherit from for creating [[URI]] resolvers. | </noinclude>'''Summary:''' The '''foo class''' is part of the [[DOM foobar subsystem]]. It is an interface to inherit from for creating [[URI]] resolvers. | ||
Revision as of 00:06, 19 April 2007
USAGE: This template is intended for use by engineers creating DOM class description pages.
- Go to a new blank page--preferably by adding the article's name as a link in the COLLADA DOM API tutorial article and then clicking that link.
- In the new blank page, type: {{subst:domclass}}
- Save the page; this fills in the outline and sample text.
- Edit the page; replace "foo" with the name of the class. Make any other edits and save the page.
The rest of this page shows what this template produces:
Summary: The foo class is part of the DOM foobar subsystem. It is an interface to inherit from for creating URI resolvers.
Purpose
- Anything more detailed about its purpose
Text here...
How it's used
- Where and how might an application apply this class?
Each blah blah blah...
When it finds the correct one, it calls resolve_URI and passes the following struct:
typedef struct { int foo; char *name; enum { a, b } } datablah;
Foo class example
- Describe an example use of the foo class
Related classes and functions
This section briefly describes what each function in this class is used for.
Function A
- Summary
- summary description
- How it's used
- blah blah
Function B
- Summary
- summary description
- How it's used
- blah blah