MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / specURL

Method specURL

scripts/vkconventions.py:193–200  ·  view source on GitHub ↗

Return public registry URL which ref pages should link to for the current all-extensions HTML specification, so xrefs in the asciidoc source that are not to ref pages can link into it instead. N.b. this may need to change on a per-refpage basis if there ar

(self, spectype='api')

Source from the content-addressed store, hash-verified

191 return name[0:2].lower() == 'vk' or name.startswith('PFN_vk')
192
193 def specURL(self, spectype='api'):
194 """Return public registry URL which ref pages should link to for the
195 current all-extensions HTML specification, so xrefs in the
196 asciidoc source that are not to ref pages can link into it
197 instead. N.b. this may need to change on a per-refpage basis if
198 there are multiple documents involved.
199 """
200 return 'https://registry.khronos.org/vulkan/specs/latest/html/vkspec.html'
201
202 @property
203 def xml_api_name(self):

Callers 4

specLinkMethod · 0.45
refPageTailFunction · 0.45
emitPageFunction · 0.45
genExtensionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected