documentation polish

This commit is contained in:
Arvid Norberg 2013-07-19 22:05:59 +00:00
parent facbf9c178
commit b27ff4bd00
2 changed files with 3 additions and 4 deletions

View File

@ -210,7 +210,7 @@ def parse_class(lno, lines, filename):
continue
if looks_like_variable(l):
fields.append({ 'signature': l, 'name': l.split(' ')[-1][0:-1], 'desc': context})
fields.append({ 'signature': l, 'name': l.split(' ')[-1].split(':')[0].split(';')[0], 'desc': context})
context = ''
continue

View File

@ -107,8 +107,7 @@ h1.title { text-align: center; }
dt {
font-size: 100%;
letter-spacing: 2px;
line-height: 1em;
line-height: 1.2em;
color: #315586;
color: #000;
font-family: Tahoma;
@ -116,7 +115,7 @@ dt {
}
dd {
/* line-height: 1.5em;*/
line-height: 1em;
margin-left: 1em;
margin-bottom: 1em;
font-size: 92%;