blob: 9d86381f6f1cdee669664f3ee458d57d385730f8 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001# bg is always black.
2# effect is white
3# doc comment: blue bold
4def <info descr="null" type="INFORMATION">foo</info>():
5 <info descr="null" type="INFORMATION" foreground="0x0000ff" background="0x000000" effectcolor="0xffffff" effecttype="BOXED" fonttype="1">"Func doc string"</info>
6 pass
7
8class <info descr="null" type="INFORMATION">Boo</info>:
9 <info descr="null" type="INFORMATION" foreground="0x0000ff" background="0x000000" effectcolor="0xffffff" effecttype="BOXED" fonttype="1">"Class doc string"</info>
10 pass
11
12class <info descr="null" type="INFORMATION">Moo</info>:
13 def <info descr="null" type="INFORMATION">meth</info>(self):
14 <info descr="null" type="INFORMATION" foreground="0x0000ff" background="0x000000" effectcolor="0xffffff" effecttype="BOXED" fonttype="1">"Meth doc string"</info>
15 pass
16