documentation polish
This commit is contained in:
@@ -210,7 +210,7 @@ def parse_class(lno, lines, filename):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if looks_like_variable(l):
|
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 = ''
|
context = ''
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
@@ -107,8 +107,7 @@ h1.title { text-align: center; }
|
|||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
letter-spacing: 2px;
|
line-height: 1.2em;
|
||||||
line-height: 1em;
|
|
||||||
color: #315586;
|
color: #315586;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-family: Tahoma;
|
font-family: Tahoma;
|
||||||
@@ -116,7 +115,7 @@ dt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
/* line-height: 1.5em;*/
|
line-height: 1em;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
font-size: 92%;
|
font-size: 92%;
|
||||||
|
Reference in New Issue
Block a user