From a8189d0c70d7fdd905ab68c4c7a4d1feba645851 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Mon, 4 Oct 2021 22:50:21 +0200 Subject: docs: Temporarily disable modules and move RefMan --> Reference-manual --- docs/markdown/Adding-arguments.md | 2 +- docs/markdown/Yaml-RefMan.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Adding-arguments.md b/docs/markdown/Adding-arguments.md index 2aaa889..adbc23e 100644 --- a/docs/markdown/Adding-arguments.md +++ b/docs/markdown/Adding-arguments.md @@ -22,7 +22,7 @@ This makes Meson add the define to all C compilations. Usually you would use this setting for flags for global settings. Note that for setting the C/C++ language standard (the `-std=c99` argument in GCC), you would probably want to use a default option of the `project()` -function. For details see the [reference manual](RefMan.md). +function. For details see the [reference manual](Reference-manual.md). Global arguments have certain limitations. They all have to be defined before any build targets are specified. This ensures that the global diff --git a/docs/markdown/Yaml-RefMan.md b/docs/markdown/Yaml-RefMan.md index 704bddf..f4275b6 100644 --- a/docs/markdown/Yaml-RefMan.md +++ b/docs/markdown/Yaml-RefMan.md @@ -5,7 +5,7 @@ short-description: Editing and maintaining the Reference manual # Reference Manual -The [Reference Manual](RefMan.md) is automatically generated out of YAML +The [Reference Manual](Reference-manual.md) is automatically generated out of YAML files in `docs/yaml`. This allows the Meson project to enforce a consistent style of the Reference Manual and enables easier style changes to the generated Markdown files without touching the actual documentation. -- cgit v1.1