forked from premiere/premiere-libtorrent
documentation polish
This commit is contained in:
parent
facbf9c178
commit
b27ff4bd00
|
@ -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
|
||||
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue