| 
									
										
										
										
											2017-02-07 08:04:25 +00:00
										 |  |  | {% if doc.members.length %} | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | <section class="meta-data"> | 
					
						
							| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  |   <h2>Metadata Properties</h2> | 
					
						
							| 
									
										
										
										
											2017-02-07 08:04:25 +00:00
										 |  |  |     {% for metadata in doc.members %}{% if not metadata.internal %} | 
					
						
							| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  |     <div class="metadata-member"> | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  |       <a name="{$ metadata.name $}" class="anchor-offset"></a> | 
					
						
							|  |  |  |       <code-example hideCopy="true">{$ metadata.name $}{$ params.paramList(metadata.parameters) | trim $}{$ params.returnType(metadata.returnType) $}</code-example> | 
					
						
							|  |  |  |       {%- if not metadata.notYetDocumented %}{$ metadata.description | marked $}{% endif -%} | 
					
						
							| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  |     </div> | 
					
						
							|  |  |  |     {% if not loop.last %}<hr class="hr-margin">{% endif %} | 
					
						
							|  |  |  |   {% endif %}{% endfor %} | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | </section> | 
					
						
							| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  | {% endif %} |