| 
									
										
										
										
											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 %} | 
					
						
							|  |  |  | .l-main-section | 
					
						
							|  |  |  |   h2(class="function export") {$ doc.name $} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |   {% if doc.parameters %} | 
					
						
							|  |  |  |   pre.prettyprint | 
					
						
							|  |  |  |     code. | 
					
						
							|  |  |  |       {$ doc.name $}{$ paramList(doc.parameters) | indent(4, true) | trim $}{$ returnType(doc.returnType) $} | 
					
						
							|  |  |  |   {% endif %} | 
					
						
							| 
									
										
										
										
											2015-04-25 14:29:20 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |   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(4, true) $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endblock %} |