| 
									
										
										
										
											2017-04-25 09:33:09 -07:00
										 |  |  | <!-- **** This is being duplicated - already in class overview content **** --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!--{% if doc.members.length %}
 | 
					
						
							| 
									
										
										
										
											2017-04-24 10:49:37 -07:00
										 |  |  | <div class="instance-members api-section"> | 
					
						
							|  |  |  |   <h2>Class Details</h2> | 
					
						
							|  |  |  |   {% for member in doc.members %}{% if not member.internal %} | 
					
						
							|  |  |  |   <div class="instance-member"> | 
					
						
							|  |  |  |     <a name="{$ member.name $}-anchor" class="anchor-offset"></a> | 
					
						
							|  |  |  |     <pre class="prettyprint no-bg" ng-class="{ 'anchor-focused': appCtrl.isApiDocMemberFocused('{$ member.name $}') }"> | 
					
						
							|  |  |  |     <code>{$ member.name $}{$ params.paramList(member.parameters) | trim $}{$ params.returnType(member.returnType) $}</code> | 
					
						
							|  |  |  |     </pre> | 
					
						
							|  |  |  |     {%- if not member.notYetDocumented %} | 
					
						
							|  |  |  |     {$ member.description | replace('### Example', '') | replace('## Example', '') | replace('# Example', '') | trimBlankLines | marked $} | 
					
						
							|  |  |  |     {% endif -%} | 
					
						
							| 
									
										
										
										
											2017-04-20 12:20:27 -07:00
										 |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2017-04-24 10:49:37 -07:00
										 |  |  |   {% if not loop.last %}<hr class="hr-margin">{% endif %} | 
					
						
							| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  |   {% endif %}{% endfor %} | 
					
						
							| 
									
										
										
										
											2017-04-24 10:49:37 -07:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2017-04-25 09:33:09 -07:00
										 |  |  | {% endif %}--> |