mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 17:38:27 +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
|
```txt
|
||||||
SPDX-License-Identifier: CC0-1.0
|
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
|
Copyright 2021, Collabora, Ltd. and the Monado contributors
|
||||||
|
|
|
@ -11,9 +11,9 @@ getting started information and general documentation.
|
||||||
|
|
||||||
## Useful pages
|
## 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.
|
includes a section for changes that have not yet been in a tagged release.
|
||||||
* @ref md_targets
|
* @ref understanding-targets
|
||||||
* @ref vulkan-extensions
|
* @ref vulkan-extensions
|
||||||
* @ref writing-driver (**not complete**)
|
* @ref writing-driver (**not complete**)
|
||||||
* @ref ipc-design
|
* @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
|
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
|
* Each "target" will provide its own (private) implementation of this
|
||||||
* interface, which is exposed by implementing xrt_instance_create().
|
* 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
|
* @sa ipc_instance_create
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue