summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-07-27 14:56:23 (GMT)
committerTobias Markmann <tm@ayena.de>2016-07-27 14:56:23 (GMT)
commita495abf8ea86c57fc3e1c1c1450c76936fff8404 (patch)
tree8272ce25c8bd74298f2935139de4c088b83af20a /Swift/Controllers/UIInterfaces/ChatWindow.h
parent4cd5e0ed1f7f7eb5783b301117e8475a88e6a60a (diff)
downloadswift-a495abf8ea86c57fc3e1c1c1450c76936fff8404.zip
swift-a495abf8ea86c57fc3e1c1c1450c76936fff8404.tar.bz2
Fix Doxygen warnings
This fixes Doxygen warnings about missing parameter documentation or documentation of non-existing parameters. Test-Information: Ran ./scons doc=1 without warnings with Doxygen 1.8.11. Change-Id: I360d042e5c80f418e7574a26fa1283a82fc504d4
Diffstat (limited to 'Swift/Controllers/UIInterfaces/ChatWindow.h')
-rw-r--r--Swift/Controllers/UIInterfaces/ChatWindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h
index 3aa1c7e..8ee083d 100644
--- a/Swift/Controllers/UIInterfaces/ChatWindow.h
+++ b/Swift/Controllers/UIInterfaces/ChatWindow.h
@@ -199,7 +199,6 @@ namespace Swift {
/**
* Set an alert on the window.
* @param alertText Description of alert (required).
- * @param buttonText Button text to use (optional, no button is shown if empty).
* @return A handle to the alert message.
*/
virtual AlertID addAlert(const std::string& alertText) = 0;