diff options
| author | Misko Hevery | 2011-04-29 15:18:27 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-06-06 22:28:38 -0700 |
| commit | 11e9572b952e49b01035e956c412d6095533031a (patch) | |
| tree | 04dbf96802f552693d44c541c0d825a2769e3d57 /docs/service.template | |
| parent | b6bc6c2ddf1ae1523ec7e4cb92db209cd6501181 (diff) | |
| download | angular.js-11e9572b952e49b01035e956c412d6095533031a.tar.bz2 | |
Move documentation under individual headings
Diffstat (limited to 'docs/service.template')
| -rw-r--r-- | docs/service.template | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/docs/service.template b/docs/service.template deleted file mode 100644 index 639990ed..00000000 --- a/docs/service.template +++ /dev/null @@ -1,57 +0,0 @@ -<h1><tt>{{name}}</tt></h1> - -{{#workInProgress}} -<fieldset class="workInProgress"> - <legend>Work In Progress</legend> - This page is currently being revised. It might be incomplete or contain inaccuracies. - {{{workInProgress.description}}} -</fieldset> -{{/workInProgress}} - -{{#deprecated}} -<fieldset class="deprecated"> - <legend>Deprecated API</legend> - {{deprecated}} -</fieldset> -{{/deprecated}} - -<h2>Description</h2> -{{{description}}} - -<h2>Dependencies</h2> -<ul> - {{#requires}} - <li><tt>{{name}}</tt></li> - {{/requires}} -</ul> - -{{#method.length}} -<h2>Methods</h2> -<ul> - {{#method}} - <li><tt>{{shortName}}()</tt>: {{{description}}}</li> - {{/method}} -</ul> -{{/method.length}} - -{{#property.length}} -<h2>Properties</h2> -<ul> - {{#property}} - <li><tt>{{name}}:{{#type}}{{type}}{{/type}}</tt>{{#description}}: {{{description}}}{{/description}}</li> - {{/property}} -</ul> -{{/property.length}} - -{{#example}} -<h2>Example</h2> -{{{exampleDescription}}} -<doc:example> - <doc:source> -{{/example}} - {{{example}}} -{{#example}} - </doc:source> - {{#scenario}}<doc:scenario>{{{scenario}}}</doc:scenario>{{/scenario}} -</doc:example> -{{/example}} |
