doc: Remove md prefix from all Markdown pages

This commit is contained in:
Jakob Bornecrantz 2021-03-01 19:41:45 +00:00
parent ecfec5028e
commit d6eda06ae2
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# Changelog for Monado
# Changelog for Monado {#CHANGELOG}
```txt
SPDX-License-Identifier: CC0-1.0

View file

@ -1,4 +1,4 @@
# How to release
# How to make a release {#how-to-release}
<!--
Copyright 2021, Collabora, Ltd. and the Monado contributors

View file

@ -11,9 +11,9 @@ getting started information and general documentation.
## Useful pages
* @ref md_CHANGELOG - If this is the web version of the docs, the changelog also
* @ref CHANGELOG - If this is the web version of the docs, the changelog also
includes a section for changes that have not yet been in a tagged release.
* @ref md_targets
* @ref understanding-targets
* @ref vulkan-extensions
* @ref writing-driver (**not complete**)
* @ref ipc-design

View file

@ -1,4 +1,4 @@
# Understanding and Writing Targets
# Understanding and Writing Targets {#understanding-targets}
<!--
Copyright 2018-2020, Collabora, Ltd. and the Monado contributors

View file

@ -52,7 +52,7 @@ struct xrt_instance_info
* Each "target" will provide its own (private) implementation of this
* interface, which is exposed by implementing xrt_instance_create().
*
* Additional information can be found in @ref md_targets
* Additional information can be found in @ref understanding-targets.
*
* @sa ipc_instance_create
*/