merged doc fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-10-24 17:02:25 +00:00
parent 16630f94d1
commit c5dd36f025
2 changed files with 4 additions and 4 deletions

View File

@ -323,7 +323,7 @@ struct create_torrent
optimize = 1
, merkle = 2
, modification_time = 4
, symlink = 8
, symlinks = 8
, calculate_file_hashes = 16
};
create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1
@ -359,7 +359,7 @@ enum {
optimize = 1
, merkle = 2
, modification_time = 4
, symlink = 8
, symlinks = 8
, calculate_file_hashes = 16
};
create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1

View File

@ -289,7 +289,7 @@ The ``create_torrent`` class has the following synopsis::
optimize = 1
, merkle = 2
, modification_time = 4
, symlink = 8
, symlinks = 8
, calculate_file_hashes = 16
};
create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1
@ -326,7 +326,7 @@ create_torrent()
optimize = 1
, merkle = 2
, modification_time = 4
, symlink = 8
, symlinks = 8
, calculate_file_hashes = 16
};
create_torrent(file_storage& fs, int piece_size = 0, int pad_size_limit = -1