From f0a32ced54834d7f2a2a7e93f793e705bd98f294 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 7 Jun 2017 18:17:20 +0100 Subject: [PATCH] Document the mkdb_args argument for gnome.gtkdoc() Include the newly added argument. --- docs/markdown/Gnome-module.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 46e9c53dd..25411952d 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -147,6 +147,7 @@ Compiles and installs gtkdoc documentation. Takes one positional arguments; The * `html_args` a list of arguments to pass to `gtkdoc-mkhtml` * `html_assets`: a list of assets for the HTML pages * `content_files`: a list of content files +* `mkdb_args`: a list of arguments to pass to `gtkdoc-mkdb` This creates a `$module-doc` target that can be ran to build docs and normally these are only built on install.