| 
									
										
										
										
											2015-12-15 10:43:43 +00:00
										 |  |  | {% include "lib/githubLinks.html" -%} | 
					
						
							|  |  |  | {% include "lib/paramList.html" -%} | 
					
						
							|  |  |  | {% extends 'layout/base.template.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							|  |  |  | include {$ relativePath(doc.path, '_util-fns') $} | 
					
						
							|  |  |  | .l-main-section | 
					
						
							|  |  |  |   h2(class="decorator export") | 
					
						
							|  |  |  |     pre.prettyprint | 
					
						
							|  |  |  |       code. | 
					
						
							|  |  |  |         export {$ doc.name $}(options : {@link {$ doc.decoratorType $} {$ doc.decoratorType | escape $}}){$ returnType(doc.returnType) $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   p.location-badge. | 
					
						
							|  |  |  |     exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } | 
					
						
							|  |  |  |     defined in {$ githubViewLink(doc) $} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   :marked | 
					
						
							|  |  |  | {%- if doc.notYetDocumented %} | 
					
						
							| 
									
										
										
										
											2016-04-07 12:54:24 -04:00
										 |  |  |     *Not yet documented* | 
					
						
							| 
									
										
										
										
											2015-12-15 10:43:43 +00:00
										 |  |  | {% else %} | 
					
						
							|  |  |  | {$ doc.description | indentForMarkdown(4) | trimBlankLines $} | 
					
						
							|  |  |  | {% endif -%} | 
					
						
							|  |  |  | {% endblock %} |