| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% include "lib/githubLinks.html" -%} | 
					
						
							|  |  |  | {% include "lib/paramList.html" -%} | 
					
						
							|  |  |  | {% extends 'layout/base.template.html' -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							| 
									
										
										
										
											2015-09-17 18:09:41 -07:00
										 |  |  | include ../../_util-fns | 
					
						
							| 
									
										
										
										
											2015-11-03 12:31:01 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | h2(class="{$ doc.docType $} export") | 
					
						
							|  |  |  |   pre.prettyprint | 
					
						
							|  |  |  |     code. | 
					
						
							|  |  |  |       export {$ doc.docType $} {$ doc.name $} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | p.location-badge. | 
					
						
							|  |  |  |   exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } | 
					
						
							|  |  |  |   defined in {$ githubViewLink(doc) $} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-10 18:31:46 +00:00
										 |  |  | :marked | 
					
						
							| 
									
										
										
										
											2015-10-17 18:52:30 -07:00
										 |  |  | {%- if doc.notYetDocumented %} | 
					
						
							| 
									
										
										
										
											2015-10-18 12:07:03 +01:00
										 |  |  |   *Not Yet Documented* | 
					
						
							| 
									
										
										
										
											2015-10-17 18:52:30 -07:00
										 |  |  | {% else %} | 
					
						
							| 
									
										
										
										
											2015-09-17 17:51:32 -07:00
										 |  |  | {$ doc.description | indentForMarkdown(2) | trimBlankLines $} | 
					
						
							| 
									
										
										
										
											2015-09-30 09:13:23 +01:00
										 |  |  | {% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block additional %} | 
					
						
							|  |  |  | {% endblock %} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-03 12:26:56 +00:00
										 |  |  | {%- if doc.decorators.length %} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | .l-main-section | 
					
						
							|  |  |  |   h2 Annotations | 
					
						
							|  |  |  | {%- for decorator in doc.decorators %} | 
					
						
							|  |  |  |   .l-sub-section | 
					
						
							| 
									
										
										
										
											2015-11-03 12:30:11 +00:00
										 |  |  |     h3.annotation | 
					
						
							|  |  |  |       pre.prettyprint | 
					
						
							|  |  |  |         code. | 
					
						
							| 
									
										
										
										
											2015-11-10 18:34:23 +00:00
										 |  |  |           @{$ decorator.name $}{$ paramList(decorator.arguments) | indent(10, false) $}{% endfor %}{% endif %} | 
					
						
							| 
									
										
										
										
											2015-11-03 12:26:56 +00:00
										 |  |  | {% if doc.constructorDoc or doc.members.length -%} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | .l-main-section | 
					
						
							|  |  |  |   h2 Members | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if doc.constructorDoc %} | 
					
						
							|  |  |  |   .l-sub-section | 
					
						
							| 
									
										
										
										
											2015-11-03 12:30:11 +00:00
										 |  |  |     h3#{$ doc.constructorDoc.name | toId $} | 
					
						
							|  |  |  |       pre.prettyprint | 
					
						
							|  |  |  |         code. | 
					
						
							|  |  |  |           {$ doc.constructorDoc.name $}{$ paramList(doc.constructorDoc.parameters) | indent(8, false) | trim $} | 
					
						
							| 
									
										
										
										
											2015-11-10 18:31:46 +00:00
										 |  |  |     :marked | 
					
						
							| 
									
										
										
										
											2015-09-17 17:51:32 -07:00
										 |  |  | {$ doc.constructorDoc.description | indentForMarkdown(6) | replace('## Example', '') | replace('# Example', '') | trimBlankLines $} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-10-02 14:44:57 -07:00
										 |  |  | {%- for member in doc.members %}{% if not member.internal %} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  |   .l-sub-section | 
					
						
							| 
									
										
										
										
											2015-11-03 12:30:11 +00:00
										 |  |  |     h3#{$ member.name | toId $} | 
					
						
							|  |  |  |       pre.prettyprint | 
					
						
							|  |  |  |         code. | 
					
						
							|  |  |  |           {$ member.name $}{$ paramList(member.parameters) | indent(8, false) | trim $}{$ returnType(member.returnType) $} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-10 18:31:46 +00:00
										 |  |  |     :marked | 
					
						
							| 
									
										
										
										
											2015-09-17 17:51:32 -07:00
										 |  |  | {$ member.description | indentForMarkdown(6) | replace('## Example', '') | replace('# Example', '') | trimBlankLines $} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% endif %}{% endfor %} | 
					
						
							|  |  |  | {%- endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |