diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-22 17:56:56 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:45 +0200 |
commit | 2327cb5eb3ebbbca78701cf4a27ead376d245ffe (patch) | |
tree | 7c843f091e06d168ffa073f0db41d70daef68c9d /docs/markdown/Hotdoc-module.md | |
parent | 5dd8171fb3d226eaef52faa821286cf79d0f8a2a (diff) | |
download | meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.zip meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.gz meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.bz2 |
docs: Fix broken links
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. |