CONTRIBUTING.md: mention about gtk-doc Since:

We don't have an easy way to test if API is missing a Since annotation,
so mention that in the contributing guide.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/200
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
Emil Velikov 2024-10-21 14:23:55 +01:00 committed by Lucas De Marchi
parent 1e4cd85c0b
commit 1e48f8a37a

View File

@ -91,6 +91,9 @@ is wired to `meson test` to catch accidental mistakes or omissions.
If you're unfamiliar with `gtk-doc` here is a [quick primer].
When adding new API, make sure to include the `Since:` token and add a new
api-index section in `libkmod/docs/libkmod-docs.xml`.
## Tools manual pages
Our manual pages are written in [scdoc] a simple [markdown-like syntax]. Please