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')
| 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): |
no outgoing calls
no test coverage detected