| 
									
										
										
										
											2015-03-31 22:12:34 +01:00
										 |  |  | {% include "lib/paramList.html" -%} | 
					
						
							| 
									
										
										
										
											2015-04-01 10:24:27 +01:00
										 |  |  | <!DOCTYPE html> | 
					
						
							| 
									
										
										
										
											2015-03-31 22:12:34 +01:00
										 |  |  | <html> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |   <title></title> | 
					
						
							|  |  |  |   <style> | 
					
						
							|  |  |  |     h2 { | 
					
						
							|  |  |  |       padding-left: 20px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     h3 { | 
					
						
							|  |  |  |       padding-left: 50px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     h4 { | 
					
						
							|  |  |  |       padding-left: 60px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   </style> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <h1>Modules</h1> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% for module in doc.modules %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <h2>{$ module.id $} | 
					
						
							| 
									
										
										
										
											2015-04-10 12:45:02 +02:00
										 |  |  |     {%- if module.public %} (public){% endif %}</h2> | 
					
						
							| 
									
										
										
										
											2015-03-31 22:12:34 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |   {% for export in module.exports %} | 
					
						
							|  |  |  |   <h3>{$ export.name $}</h3> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     {%- if export.constructorDoc %} | 
					
						
							|  |  |  |       <h4>{$ doc.constructorDoc.name $}{$ paramList(doc.constructorDoc.params) $}</h4> | 
					
						
							|  |  |  |     {% endif -%} | 
					
						
							|  |  |  |     {%- for member in export.members %} | 
					
						
							|  |  |  |       <h4>{$ member.name $}{$ paramList(member.params) $}</h4> | 
					
						
							|  |  |  |     {% endfor %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   {% endfor %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% endfor %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |