From 413bc672796bbe5b86ca2d148164125ab3441033 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 19 Nov 2011 20:09:17 +0000 Subject: [PATCH] fixed links in api docs --- docs/manual.html | 43 ++++++++----------------------------------- docs/manual.rst | 16 ++++++++-------- 2 files changed, 16 insertions(+), 43 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 4c0dc5cf1..997469eb3 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -360,7 +360,7 @@ the session, it conta
  • start DHT, LSD, UPnP, NAT-PMP etc (see start_dht() stop_dht() set_dht_settings() dht_state() is_dht_running() start_lsd() stop_lsd(), start_upnp() stop_upnp() and start_natpmp() stop_natpmp())

  • -
  • parse .torrent-files and add them to the session (see bdecode() bencode() and `add_torrent()`_)

    +
  • parse .torrent-files and add them to the session (see bdecode() bencode() and async_add_torrent() add_torrent())

  • main loop (see session)

    @@ -1414,7 +1414,7 @@ minutes between refreshes.

    This object is used as a template for adding torrents from feeds, but some torrent specific fields will be overridden by the individual torrent being added. For more information on the -add_torrent_params, see `add_torrent()`_.

    +add_torrent_params, see async_add_torrent() add_torrent().

    The returned feed_handle is a handle which is used to interact with the feed, things like forcing a refresh or querying for information about the items in the feed. For more information, @@ -2635,7 +2635,7 @@ and no calculation is required.

    boost::filesystem::path save_path() const;
    -

    save_path() returns the path that was given to `add_torrent()`_ when this torrent +

    save_path() returns the path that was given to async_add_torrent() add_torrent() when this torrent was started.

    @@ -4711,7 +4711,7 @@ are kept in memory after the torrent becomes a seed or not. If it is set to needed anymore since the torrent won't download anything more). If it's set to false they are not freed. If they are freed, the torrent_info returned by get_torrent_info() will return an object that may be incomplete, that -cannot be passed back to HTTP/1.1 200 OK X-Frame-Options: SAMEORIGIN Date: Wed, 23 Jul 2025 04:27:01 GMT Content-Type: text/plain; charset=utf-8 Connection: close Transfer-Encoding: chunked Cache-Control: max-age=0, private, must-revalidate, no-transform Set-Cookie: i_like_gitea=b7fe196b645d0b86; Path=/; HttpOnly; Secure; SameSite=Lax Set-Cookie: _csrf=6Qx2vPBMVzq1BdAFcNvcTIixWVg6MTc1MzI0NDgyMDg4NDEwNDM1Ng; Path=/; Max-Age=86400; HttpOnly; Secure; SameSite=Lax X-Cache-Status: HIT X-Cache-Age: 0 3ac0 From 413bc672796bbe5b86ca2d148164125ab3441033 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 19 Nov 2011 20:09:17 +0000 Subject: [PATCH] fixed links in api docs --- docs/manual.html | 43 ++++++++----------------------------------- docs/manual.rst | 16 ++++++++-------- 2 files changed, 16 insertions(+), 43 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 4c0dc5cf1..997469eb3 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -360,7 +360,7 @@ the session, it conta
  • start DHT, LSD, UPnP, NAT-PMP etc (see start_dht() stop_dht() set_dht_settings() dht_state() is_dht_running() start_lsd() stop_lsd(), start_upnp() stop_upnp() and start_natpmp() stop_natpmp())

  • -
  • parse .torrent-files and add them to the session (see bdecode() bencode() and `add_torrent()`_)

    +
  • parse .torrent-files and add them to the session (see bdecode() bencode() and async_add_torrent() add_torrent())

  • main loop (see session)

    @@ -1414,7 +1414,7 @@ minutes between refreshes.

    This object is used as a template for adding torrents from feeds, but some torrent specific fields will be overridden by the individual torrent being added. For more information on the -add_torrent_params, see `add_torrent()`_.

    +add_torrent_params, see async_add_torrent() add_torrent().

    The returned feed_handle is a handle which is used to interact with the feed, things like forcing a refresh or querying for information about the items in the feed. For more information, @@ -2635,7 +2635,7 @@ and no calculation is required.

    boost::filesystem::path save_path() const;
    -

    save_path() returns the path that was given to `add_torrent()`_ when this torrent +

    save_path() returns the path that was given to async_add_torrent() add_torrent() when this torrent was started.

    @@ -4711,7 +4711,7 @@ are kept in memory after the torrent becomes a seed or not. If it is set to needed anymore since the torrent won't download anything more). If it's set to false they are not freed. If they are freed, the torrent_info returned by get_torrent_info() will return an object that may be incomplete, that -cannot be passed back to 0