diff options
-rw-r--r-- | docs/markdown/Gnome-module.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 079dfcb..46e9c53 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -148,6 +148,8 @@ Compiles and installs gtkdoc documentation. Takes one positional arguments; The * `html_assets`: a list of assets for the HTML pages * `content_files`: a list of content files +This creates a `$module-doc` target that can be ran to build docs and normally these are only built on install. + ### gnome.gtkdoc_html_dir() Takes as argument a module name and returns the path where that module's HTML files will be installed. Usually used with `install_data` to install extra files, such as images, to the output directory. |