diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-10-04 22:19:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 22:19:07 +0300 |
commit | 2d65472c725f18b343aee00bf91b9ac98c08b95f (patch) | |
tree | 530a0d6ffee4ee96e875302cbeba660c93056d41 /docs/markdown/Hotdoc-module.md | |
parent | 75dd9fb67f793c687fa45744f3b276e35c87ca09 (diff) | |
parent | b672ebca886dd6dc9b0f775eb769764750fd302c (diff) | |
download | meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.zip meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.gz meson-2d65472c725f18b343aee00bf91b9ac98c08b95f.tar.bz2 |
Merge pull request #8960 from mensinda/yamlDoc
Reference Manual 2.0
Diffstat (limited to 'docs/markdown/Hotdoc-module.md')
-rw-r--r-- | docs/markdown/Hotdoc-module.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/markdown/Hotdoc-module.md b/docs/markdown/Hotdoc-module.md index 7d9fc55..d33dd3e 100644 --- a/docs/markdown/Hotdoc-module.md +++ b/docs/markdown/Hotdoc-module.md @@ -31,21 +31,17 @@ Generates documentation using [hotdoc] and installs it into `$prefix/share/doc/h **Keyworded arguments:** -* `sitemap` (*[string] or [file]*) (**required**): The hotdoc sitemap file -* `index` (*[string] or [file]*) (**required**): Location of the index file -* `dependencies`(*[targets]*): Targets on which the documentation generation depends on. +* `sitemap` ([[@str]] or [[@file]]) (**required**): The hotdoc sitemap file +* `index` ([[@str]] or [[@file]]) (**required**): Location of the index file +* `dependencies`([[@build_tgt]]): Targets on which the documentation generation depends on. * `subprojects`: A list of `HotdocTarget` that are used as subprojects for hotdoc to generate the documentation. * ... Any argument of `hotdoc` can be used replacing dashes (`-`) with underscores (`_`). For a full list of available parameters, just have a look at `hotdoc help`. -[file]: Reference-manual.md#files -[string]: Reference-manual.md#string-object -[targets]: Reference-manual.md#build-target-object - **Returns:** -`HotdocTarget`: A [`custom_target`](Reference-manual.md#custom-target-object) with the +`HotdocTarget`: A [[custom_target]] with the following extra methods: * `config_path`: Path to the generated `hotdoc` configuration file. |