From 5bbc8ffaa6f529d68a0c5f01252573d6f5b9bd52 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 3 Jun 2022 17:38:57 +0000 Subject: [PATCH] readme: Add links to the API documentation Fixes #341 Part-of: --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 62c894407..163918c02 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ To contribute, open merge requests at https://gitlab.gnome.org/GNOME/mutter. It can be useful to look at the documentation available at the [Wiki](https://gitlab.gnome.org/GNOME/mutter/-/wikis/home). +The API documentation is available at: +- Meta: +- Clutter: +- Cally: +- Cogl: +- CoglPango: + ## Coding style and conventions See [HACKING.md](./HACKING.md).