mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
doc: Remove md prefix from all Markdown pages
This commit is contained in:
parent
ecfec5028e
commit
d6eda06ae2
|
@ -1,4 +1,4 @@
|
|||
# Changelog for Monado
|
||||
# Changelog for Monado {#CHANGELOG}
|
||||
|
||||
```txt
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# How to release
|
||||
# How to make a release {#how-to-release}
|
||||
|
||||
<!--
|
||||
Copyright 2021, Collabora, Ltd. and the Monado contributors
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Understanding and Writing Targets
|
||||
# Understanding and Writing Targets {#understanding-targets}
|
||||
|
||||
<!--
|
||||
Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue