summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-12-09 15:51:45 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2013-12-09 15:51:45 +0000
commit8041d94c25ac5dfa489b784f4a93abeffd48bce7 (patch)
tree8068fe43517af8a14642a4abae60806c946b649d /README
parent06e4892ecef4c133649e7154003ad97bf64db396 (diff)
docs: Minor wording changes to the README
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 44cce8d..e45e3d1 100644
--- a/README
+++ b/README
@@ -1,13 +1,16 @@
gnome-clang
===========
-gnome-clang is a set of tools and plugins for Clang which aim to improve the
-usefulness of Clang for developing GNOME applications.
+gnome-clang is a set of tools and plugins for Clang which aim to improve its
+usefulness for developing GNOME applications and libraries.
-The first (and currently only) plugin in this set is a static analysis plugin to
+The first plugin in this set is a static analysis plugin to
utilise GObject introspection annotations to automatically add attributes to
functions and parameters in C code.
+The second plugin utilises g_return_if_fail() preconditions to add attributes
+to functions and parameters in C code.
+
Dependencies
============