forked from premiere/premiere-libtorrent
fix documentation typo
This commit is contained in:
parent
e67cf0a055
commit
6214103619
|
@ -504,7 +504,7 @@ namespace libtorrent
|
||||||
// .torrent file. If the specified key cannot be found, it returns NULL.
|
// .torrent file. If the specified key cannot be found, it returns NULL.
|
||||||
bdecode_node info(char const* key) const;
|
bdecode_node info(char const* key) const;
|
||||||
|
|
||||||
// swap the content of this and ``ti```.
|
// swap the content of this and ``ti``.
|
||||||
void swap(torrent_info& ti);
|
void swap(torrent_info& ti);
|
||||||
|
|
||||||
// ``metadata()`` returns a the raw info section of the torrent file. The size
|
// ``metadata()`` returns a the raw info section of the torrent file. The size
|
||||||
|
|
Loading…
Reference in New Issue