diff options
author | TingPing <tingping@tingping.se> | 2017-05-23 05:19:27 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-24 19:52:46 +0300 |
commit | e351b3943012b9d133c535ad9a5daa9831c9fc40 (patch) | |
tree | 3107dca09999c21dff2ce9163d784f240d0822a3 | |
parent | 07f117e38504df2525b4b09eb16ccc208031db9c (diff) | |
download | meson-e351b3943012b9d133c535ad9a5daa9831c9fc40.zip meson-e351b3943012b9d133c535ad9a5daa9831c9fc40.tar.gz meson-e351b3943012b9d133c535ad9a5daa9831c9fc40.tar.bz2 |
docs: Add mention of target made by gnome.gtkdoc()
Mentioned in #1844
-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. |