diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2016-02-06 12:26:21 -0800 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2016-05-29 15:56:25 +0200 |
commit | 65b298c7ca317d7e4316aa2b9e0499e13047c65c (patch) | |
tree | 4c5fbd09418f4abfb1888b3b18638a061b4dba8b /xcb-xinerama.pc.in | |
parent | 32a9084546add979115a686f9a167e70b8967149 (diff) |
Correct @param "e" to "error" in xcb_poll_for_reply*()
Found by clang -Wdocumentation:
./xcbext.h:271:11: warning: parameter 'e' not found in the function
declaration [-Wdocumentation]
* @param e Location to store errors in, or NULL. Ignored for un...
^
./xcbext.h:271:11: note: did you mean 'error'?
* @param e Location to store errors in, or NULL. Ignored for un...
^
error
./xcbext.h:283:11: warning: parameter 'e' not found in the function
declaration [-Wdocumentation]
* @param e Location to store errors in, or NULL. Ignored for un...
^
./xcbext.h:283:11: note: did you mean 'error'?
* @param e Location to store errors in, or NULL. Ignored for un...
^
error
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'xcb-xinerama.pc.in')
0 files changed, 0 insertions, 0 deletions