summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-10-16 17:09:09 +0200
committerAnders Broman <a.broman58@gmail.com>2015-10-16 21:04:30 +0000
commit1ecb4de74497682a5174e3219ee3b44835832ca2 (patch)
treec7238ea3a154a1ccef972f74f480e27983366e67 /ui
parent7682ae4887fbc45c8d4e3f0d8f21cd9d9093c83b (diff)
downloadwireshark-1ecb4de74497682a5174e3219ee3b44835832ca2.tar.gz
rtp_player(.h): fix empty paragraph passed to '@param' command [-Wdocumentation]
Change-Id: Ifba307673e61be104a3cd9bcc6219c439063d2de Reviewed-on: https://code.wireshark.org/review/11095 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/rtp_player_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/rtp_player_dialog.h b/ui/qt/rtp_player_dialog.h
index 6c9cc64aa0..4d004b860a 100644
--- a/ui/qt/rtp_player_dialog.h
+++ b/ui/qt/rtp_player_dialog.h
@@ -64,7 +64,7 @@ public:
/** Add an RTP stream to play.
* MUST be called before exec().
*
- * @param rtp_stream
+ * @param rtp_stream struct with rtp_stream info
*/
void addRtpStream(struct _rtp_stream_info *rtp_stream);