diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2016-02-06 12:26:20 -0800 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2016-05-29 15:56:07 +0200 |
commit | 32a9084546add979115a686f9a167e70b8967149 (patch) | |
tree | 814b661d748fa50ca30c3b7993f2d591975abfe8 /autogen.sh | |
parent | 8740a288ca468433141341347aa115b9544891d3 (diff) |
Remove : from @param names in manually written headers
Makes style match the @param names in autogenerated headers and makes
clang -Wdocumentation stop complaining about all of them:
./xcb.h:523:11: warning: parameter 'display:' not found in the function
declaration [-Wdocumentation]
* @param display: A pointer to the display number.
^~~~~~~~
./xcb.h:523:11: note: did you mean 'display'?
* @param display: A pointer to the display number.
^~~~~~~~
display
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions