diff options
author | Tobias Markmann <tm@ayena.de> | 2016-07-27 14:56:23 (GMT) |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2016-07-27 14:56:23 (GMT) |
commit | a495abf8ea86c57fc3e1c1c1450c76936fff8404 (patch) | |
tree | 8272ce25c8bd74298f2935139de4c088b83af20a /Swift | |
parent | 4cd5e0ed1f7f7eb5783b301117e8475a88e6a60a (diff) | |
download | swift-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')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 1 |
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; |