mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Add prefix policy to CONTRIBUTING.md
This commit is contained in:
parent
b0d99f5c67
commit
f9f75a1362
1 changed files with 6 additions and 5 deletions
|
|
@ -139,9 +139,10 @@ breaking points so your code is easy to read.
|
|||
|
||||
### Names
|
||||
|
||||
Function and type names should be prefixed with `wlr_submodule_` (e.g. `struct
|
||||
wlr_drm_plane`, `wlr_output_set_cursor`). For static functions and types local
|
||||
to a file, the names chosen aren't as important.
|
||||
Global function and type names should be prefixed with `wlr_submodule_` (e.g.
|
||||
`struct wlr_output`, `wlr_output_set_cursor`). For static functions and
|
||||
types local to a file, the names chosen aren't as important. Local function
|
||||
names shouldn't have a `wlr_` prefix.
|
||||
|
||||
For include guards, use the header's filename relative to include. Uppercase
|
||||
all of the characters, and replace any invalid characters with an underscore.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue