Fixed some internal documentation (thanks to clang's -Wdocumentation)

This commit is contained in:
Alex Szpakowski
2013-09-23 21:52:28 -03:00
parent 06f2ec8e31
commit 8d5ddb9e34
18 changed files with 71 additions and 85 deletions
+2 -2
View File
@@ -248,8 +248,8 @@ public:
virtual bool hasKeyRepeat() const = 0;
/**
* Checks whether a certain key is down or not.
* @param key A key identifier.
* Checks whether certain keys are down or not.
* @param keylist An array of key identifiers, terminated by KEY_MAX_ENUM.
* @return boolean
**/
virtual bool isDown(Key *keylist) const = 0;