forked from premiere/premiere-libtorrent
documentation tweaks
This commit is contained in:
parent
b6a917364f
commit
6aa5eca108
|
@ -277,7 +277,7 @@ def parse_enum(lno, lines, filename):
|
|||
if verbose: print '?? %s' % lines[lno-1]
|
||||
|
||||
if start_brace > 0 and start_brace == end_brace:
|
||||
return [{'file': filename, 'name': name, 'values': values}, lno]
|
||||
return [{'file': filename[11:], 'name': name, 'values': values}, lno]
|
||||
|
||||
if len(name) > 0:
|
||||
print '\x1b[31mFAILED TO PARSE ENUM\x1b[0m %s\nline: %d\nfile: %s' % (name, lno, filename)
|
||||
|
|
|
@ -110,7 +110,6 @@ dt {
|
|||
line-height: 1.2em;
|
||||
color: #315586;
|
||||
color: #000;
|
||||
font-family: Tahoma;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ namespace libtorrent
|
|||
|
||||
*/
|
||||
|
||||
enum type { ST_DATA = 0, ST_FIN, ST_STATE, ST_RESET, ST_SYN, NUM_TYPES };
|
||||
enum { ST_DATA = 0, ST_FIN, ST_STATE, ST_RESET, ST_SYN, NUM_TYPES };
|
||||
|
||||
struct utp_header
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue