diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2020-06-03 17:16:47 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-06-13 18:48:35 +0000 |
commit | 3babaaaeecb01ceefb25508783207f1bf7876447 (patch) | |
tree | 717fca9545431912bf3090c2129c9afad0ec12be /docs/markdown/Gnome-module.md | |
parent | 9f0e75bb409e07f27f4f75663572c2139a860f20 (diff) | |
download | meson-3babaaaeecb01ceefb25508783207f1bf7876447.zip meson-3babaaaeecb01ceefb25508783207f1bf7876447.tar.gz meson-3babaaaeecb01ceefb25508783207f1bf7876447.tar.bz2 |
Tweak gnome.gtkdoc() documentation for clarity and grammar
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r-- | docs/markdown/Gnome-module.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 54d89aa..0d1f269 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -343,8 +343,8 @@ of the module. Note that this has the downside of rebuilding the doc for each build, which is often very slow. It usually should be enabled only in CI. -This creates a `$module-doc` target that can be ran to build docs and -normally these are only built on install. +This also creates a `$module-doc` target that can be run to build documentation. +Normally the documentation is only built on install. *Since 0.52.0* Returns a target object that can be passed as dependency to other targets using generated doc files (e.g. in `content_files` of another doc). |