include peer_class_type_filter in the generated reference documentation
This commit is contained in:
parent
4e452c7bb6
commit
18176ae5b3
|
@ -42,7 +42,7 @@ namespace libtorrent
|
||||||
// ``peer_class_type_filter`` is a simple container for rules for adding and subtracting
|
// ``peer_class_type_filter`` is a simple container for rules for adding and subtracting
|
||||||
// peer-classes from peers. It is applied *after* the peer class filter is applied (which
|
// peer-classes from peers. It is applied *after* the peer class filter is applied (which
|
||||||
// is based on the peer's IP address).
|
// is based on the peer's IP address).
|
||||||
struct peer_class_type_filter
|
struct TORRENT_EXPORT peer_class_type_filter
|
||||||
{
|
{
|
||||||
peer_class_type_filter()
|
peer_class_type_filter()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue