Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Functions | Variables
tohtml.py File Reference

Go to the source code of this file.

Classes

class  tohtml.HtmlFormatter
 

Namespaces

 tohtml
 

Functions

def tohtml.html_quote (line)
 
def tohtml.html_quote0 (line)
 
def tohtml.dump_html_code (lines, prefix="")
 

Variables

string tohtml.html_header_1
 
string tohtml.html_header_2
 
string tohtml.html_header_3
 
string tohtml.html_header_3i
 
string tohtml.html_header_4
 
string tohtml.html_header_5
 
string tohtml.html_header_5t
 
string tohtml.html_header_6
 
string tohtml.html_footer
 
string tohtml.section_title_header = "<center><h1>"
 
string tohtml.section_title_footer = "</h1></center>"
 
string tohtml.code_header = '<pre class="colored">'
 
string tohtml.code_footer = '</pre>'
 
string tohtml.para_header = "<p>"
 
string tohtml.para_footer = "</p>"
 
string tohtml.block_header = '<table align=center width="75%"><tr><td>'
 
string tohtml.block_footer_start
 
string tohtml.block_footer_middle
 
string tohtml.block_footer_end
 
string tohtml.description_header = '<table align=center width="87%"><tr><td>'
 
string tohtml.description_footer = "</td></tr></table><br>"
 
string tohtml.marker_header = '<table align=center width="87%" cellpadding=5><tr bgcolor="#EEEEFF"><td><em><b>'
 
string tohtml.marker_inter = "</b></em></td></tr><tr><td>"
 
string tohtml.marker_footer = "</td></tr></table>"
 
string tohtml.header_location_header = '<table align=center width="87%"><tr><td>'
 
string tohtml.header_location_footer = "</td></tr></table><br>"
 
string tohtml.source_header = '<table align=center width="87%"><tr bgcolor="#D6E8FF"><td><pre>\n'
 
string tohtml.source_footer = "\n</pre></table><br>"
 
string tohtml.chapter_header = '<br><table align=center width="75%"><tr><td><h2>'
 
string tohtml.chapter_inter = '</h2><ul class="empty"><li>'
 
string tohtml.chapter_footer = '</li></ul></td></tr></table>'
 
string tohtml.index_footer_start
 
string tohtml.index_footer_end
 
string tohtml.toc_footer_start
 
string tohtml.toc_footer_end
 
string tohtml.keyword_prefix = '<span class="keyword">'
 
string tohtml.keyword_suffix = '</span>'
 
string tohtml.section_synopsis_header = '<h2>Synopsis</h2>'
 
string tohtml.section_synopsis_footer = ''