mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 05:40:04 +01:00
util: fix documentation issues for newtypes
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1373>
This commit is contained in:
parent
e8dfc3bfd6
commit
c0c809aaa1
1 changed files with 3 additions and 3 deletions
|
|
@ -42,9 +42,9 @@
|
||||||
* - int foo(foo f);
|
* - int foo(foo f);
|
||||||
* - foo_t foo_from_int(int);
|
* - foo_t foo_from_int(int);
|
||||||
* - foo_t foo_copy(foo_t f);
|
* - foo_t foo_copy(foo_t f);
|
||||||
* - foo_t foo_min(foo_t a, foo b);
|
* - foo_t foo_min(foo_t a, foo_t b);
|
||||||
* - foo_t foo_max(foo_t a, foo b);
|
* - foo_t foo_max(foo_t a, foo_t b);
|
||||||
* - foo_t foo_cmp(foo_t a, foo b);
|
* - int foo_cmp(foo_t a, foo_t b);
|
||||||
* - bool foo_eq(foo_t a, int b);
|
* - bool foo_eq(foo_t a, int b);
|
||||||
* - bool foo_ne(foo_t a, int b);
|
* - bool foo_ne(foo_t a, int b);
|
||||||
* - bool foo_le(foo_t a, int b);
|
* - bool foo_le(foo_t a, int b);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue