follow.h: fix api reference warning

The following parameters of follow_index(stream_type stream, guint32 addr) are not documented: parameter 'stream'

Change-Id: I983a82e297d2e794c225ce1c3986f9752cad81e6
Reviewed-on: https://code.wireshark.org/review/8228
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-04-28 21:38:15 +02:00 committed by Anders Broman
parent 5545152121
commit bcdc0c678c
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ gboolean follow_addr(stream_type, const address *, guint, const address *, guint
/** Select a TCP/UDP stream to follow via its index.
*
* @param stream [in] The stream type to follow(TCP_STREAM or UDP_STREAM)
* @param addr [in] The stream index to follow.
* @return TRUE on success, FALSE on failure.
*/