Changed description from h3 to h2 to match the other header Created api page classes for consistent styling Add styles for info-bar section Wrapped pre tags for code not to go off of screen
		
			
				
	
	
		
			19 lines
		
	
	
		
			817 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			817 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {%- if doc.constructorDoc and not doc.constructorDoc.internal %}
 | |
| <section class="constructor api-section">
 | |
|   <div class="api-section-header">
 | |
|     <h2>Constructor</h2>
 | |
|   </div>
 | |
|   <div class="description api-section-content">
 | |
|     <a name="constructor" class="anchor-offset"></a>
 | |
|     <pre class="prettyprint no-bg" ng-class="{ 'anchor-focused': appCtrl.isApiDocMemberFocused('{$ doc.constructorDoc.name $}') }">
 | |
|       <code>
 | |
|         {$ doc.constructorDoc.name $}{$ params.paramList(doc.constructorDoc.parameters) | indent(8, false) | trim $}
 | |
|       </code>
 | |
|     </pre>
 | |
|     {%- if not doc.constructorDoc.notYetDocumented %}
 | |
|     {$ doc.constructorDoc.description | replace('### Example', '') | replace('## Example', '') | replace('# Example', '') | trimBlankLines | marked $}
 | |
|     {% endif %}
 | |
|   </div>
 | |
| </section>
 | |
| {% endif %}
 |