docs: use anonymous links when possible
Anonymous links has some benefits in that it reduces the chance of warnings when similar identifiers are used. So let's use them instead when we can. Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19492>
This commit is contained in:
committed by
Marge Bot
parent
6b3b633391
commit
e5f9a9998d
@@ -41,7 +41,7 @@ to iterate over the table.
|
||||
|
||||
These tables are are generated automatically using a bit of python code that
|
||||
parses the vk.xml from the `Vulkan-Docs repo
|
||||
<https://github.com/KhronosGroup/Vulkan-docs/>`_, enumerates the
|
||||
<https://github.com/KhronosGroup/Vulkan-docs/>`__, enumerates the
|
||||
extensions, sorts them by instance vs. device and generates the table.
|
||||
Generating it from XML means that we never have to manually maintain any of
|
||||
these data structures; they get automatically updated when someone imports
|
||||
|
||||
Reference in New Issue
Block a user