forked from premiere/premiere-libtorrent
fixed documentation spacing
This commit is contained in:
parent
7eeafd2bac
commit
8923f381a5
|
@ -6153,7 +6153,7 @@ struct peer_alert: torrent_alert
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="peer-connect-alert">
|
<div class="section" id="peer-connect-alert">
|
||||||
<h2>peer_connect_alert</h2>
|
<h2>peer_connect_alert</h2>
|
||||||
<p>This alert is posted every time an outgoing peer connect attempts succeeds.</p>
|
<p>This alert is posted every time an outgoing peer connect attempts succeeds.</p>
|
||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
struct peer_connect_alert: peer_alert
|
struct peer_connect_alert: peer_alert
|
||||||
{
|
{
|
||||||
|
|
|
@ -6416,7 +6416,7 @@ the information to identify the peer. i.e. ``ip`` and ``peer-id``.
|
||||||
peer_connect_alert
|
peer_connect_alert
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
This alert is posted every time an outgoing peer connect attempts succeeds.
|
This alert is posted every time an outgoing peer connect attempts succeeds.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue