hide make_error_code function from documentation

This commit is contained in:
Arvid Norberg 2014-07-20 20:52:39 +00:00
parent 8552e75f21
commit c519968aa4
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ namespace libtorrent {
num_errors
};
// hidden
TORRENT_EXPORT boost::system::error_code make_error_code(i2p_error_code e);
}