diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-25 20:40:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 20:40:42 -0700 |
commit | f0c4d1cd00da1f6e7d0126a156928e242d6c5b8b (patch) | |
tree | 889ff3c8777a7e49fb3b840a6877d9879d03a186 /docs/markdown | |
parent | 99ecedc0930a99fb4d084208964e4c7922a6efec (diff) | |
parent | 8a5671c01736e5ecbe5c7f5949e2560ab7092a0e (diff) | |
download | meson-f0c4d1cd00da1f6e7d0126a156928e242d6c5b8b.zip meson-f0c4d1cd00da1f6e7d0126a156928e242d6c5b8b.tar.gz meson-f0c4d1cd00da1f6e7d0126a156928e242d6c5b8b.tar.bz2 |
Merge pull request #4214 from 3v1n0/gtk-docs-improvements
Gtk docs improvements
Diffstat (limited to 'docs/markdown')
-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 8bf1b57..172af2d 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -323,6 +323,7 @@ of the module. * `dependencies`: a list of dependencies * `fixxref_args`: a list of arguments to pass to `gtkdoc-fixxref` * `gobject_typesfile`: a list of type files +* `include_directories`: extra include paths to pass to `gtkdoc-scangobj` * `ignore_headers`: a list of header files to ignore * `html_assets`: a list of assets for the HTML pages * `html_args` a list of arguments to pass to `gtkdoc-mkhtml` @@ -332,6 +333,7 @@ of the module. * `main_xml`: specifies the main XML file * `main_sgml`: equal to `main_xml` * `mkdb_args`: a list of arguments to pass to `gtkdoc-mkdb` +* `module_version`: the version of the module, affects the installed location and the devhelp2 file location * `scan_args`: a list of arguments to pass to `gtkdoc-scan` * `scanobjs_args`: a list of arguments to pass to `gtkdoc-scangobj` * `c_args`: (*Added 0.48.0*) additional compile arguments to pass |