| 
									
										
										
										
											2015-05-19 22:29:34 +01:00
										 |  |  | {% include "lib/githubLinks.html" -%} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | {% include "lib/paramList.html" -%} | 
					
						
							|  |  |  | {% extends 'layout/base.template.html' -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  | p.location-badge. | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |   exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } | 
					
						
							| 
									
										
										
										
											2015-05-19 22:29:34 +01:00
										 |  |  |   defined in {$ githubViewLink(doc) $} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | :markdown | 
					
						
							|  |  |  | {$ doc.description | indent(2, true) $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if doc.constructorDoc or doc.members.length -%} | 
					
						
							|  |  |  | .l-main-section | 
					
						
							|  |  |  |   h2 Members | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {%- if doc.constructorDoc %} | 
					
						
							|  |  |  |   .l-sub-section | 
					
						
							|  |  |  |     h3 {$ doc.constructorDoc.name $} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |     {% if doc.constructorDoc.parameters %} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  |     pre.prettyprint | 
					
						
							|  |  |  |       code. | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |         {$ doc.constructorDoc.name $}{$ paramList(doc.constructorDoc.parameters) | indent(4, true) | trim $} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  |     {% endif %} | 
					
						
							|  |  |  |     :markdown | 
					
						
							|  |  |  | {$ doc.constructorDoc.description | indent(6, true) | replace('## Example', '') | replace('# Example', '') $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-28 14:47:17 +01:00
										 |  |  | {%- for member in doc.members %}{% if not member.private %} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  |   .l-sub-section | 
					
						
							|  |  |  |     h3 {$ member.name $} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |     {% if member.parameters %} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  |     pre.prettyprint | 
					
						
							|  |  |  |       code. | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |         {$ member.name $}{$ paramList(member.parameters) | indent(4, true) | trim $}{$ returnType(doc.returnType) $} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  |     {% endif %} | 
					
						
							|  |  |  |     :markdown | 
					
						
							| 
									
										
										
										
											2015-05-06 15:53:58 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | {$ member.description | indent(6, true) | replace('## Example', '') | replace('# Example', '')  $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-28 14:47:17 +01:00
										 |  |  | {% endif %}{% endfor %} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | {%- endif -%} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |