diff --git a/docs/building.html b/docs/building.html index 0a020be3f..0d75b9ab5 100644 --- a/docs/building.html +++ b/docs/building.html @@ -2,6 +2,19 @@
+Support the development of libtorrent
-There's a mailing list, general libtorrent discussion.
diff --git a/docs/index.rst b/docs/index.rst index 33b12110c..35f06da1b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -101,17 +101,7 @@ Support the development of libtorrent .. raw:: html - - + Feedback diff --git a/docs/libtorrent_plugins.html b/docs/libtorrent_plugins.html index ab9586ab4..db2dc6b9e 100644 --- a/docs/libtorrent_plugins.html +++ b/docs/libtorrent_plugins.html @@ -2,6 +2,19 @@ +Table of contents
void add_file(file_entry const& e); -void add_file(fs::path const& p, size_type size, int flags = 0); -void add_file(fs::wpath const& p, size_type size, int flags = 0); +void add_file(std::string const& p, size_type size, int flags = 0); +void add_file(std::wstring const& p, size_type size, int flags = 0);
Adds a file to the file storage. The flags argument sets attributes on the file. @@ -248,24 +269,53 @@ pad_file attribute_hidden attribute_executable -
---void add_file(file_entry const& e); -void add_file(fs::path const& p, size_type size); --
Adds a file to the file storage. If more files than one are added, -certain restrictions to their paths apply. In a multi-file file -storage (torrent), all files must share the same root directory.
+If more files than one are added, certain restrictions to their paths apply. +In a multi-file file storage (torrent), all files must sha