mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
Reformat doc comments
Unify the way we document our APIs. See CONTRIBUTING.md for the rules.
This commit is contained in:
parent
27383a1929
commit
28d89779af
65 changed files with 399 additions and 372 deletions
|
|
@ -19,9 +19,11 @@ void wlr_tablet_pad_init(struct wlr_tablet_pad *pad,
|
|||
const struct wlr_tablet_pad_impl *impl, const char *name);
|
||||
|
||||
/**
|
||||
* Cleans up the resources owned by a wlr_tablet_pad.
|
||||
* This function will not clean the memory allocated by wlr_tablet_pad_group,
|
||||
* it's the responsibility of the caller to clean it.
|
||||
* Cleans up the resources owned by a struct wlr_tablet_pad.
|
||||
*
|
||||
* This function will not clean the memory allocated by
|
||||
* struct wlr_tablet_pad_group, it's the responsibility of the caller to clean
|
||||
* it.
|
||||
*/
|
||||
void wlr_tablet_pad_finish(struct wlr_tablet_pad *pad);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue