diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-05-27 13:44:22 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-05-27 13:44:50 +0100 |
commit | 347cb94c438149b0e68e3760af53d2768d03d551 (patch) | |
tree | 25d768ad7d505cf6f1b95c7754a9494573043874 /docs/CODING-STYLE.md | |
parent | c5485cd6b165dee558d942b0c847ac3ce83885bf (diff) | |
download | gtk+-347cb94c438149b0e68e3760af53d2768d03d551.tar.gz |
docs: Link the documentation guidelines
From the coding style.
Diffstat (limited to 'docs/CODING-STYLE.md')
-rw-r--r-- | docs/CODING-STYLE.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CODING-STYLE.md b/docs/CODING-STYLE.md index 36b82dced0..1867bf3fc1 100644 --- a/docs/CODING-STYLE.md +++ b/docs/CODING-STYLE.md @@ -759,6 +759,9 @@ To properly document a new class, it needs to be given its own section in the sections.txt, needs to be included in the `docs.xml` file, and the `get_type` function needs to listed in the `.types` file. +For more information on the documentation style and contribution guidelines, +please [follow the corresponding contribution guide](./reference/README.md). + ### Old code New code that is being added to GTK should adhere to the style |