Home
last modified time | relevance | path

Searched refs:xrefMap (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dantora-prep.py61 def mapAnchor(anchor, title, pageMap, xrefMap, closeAnchor):
65 anchor text from the xrefMap is used if available
67 - pageMap, xrefMap - per rewriteXrefs below
81 (pageAnchor, _) = xrefMap[anchor]
83 # No explicit title. Infer one from anchor and xrefMap.
84 (pageAnchor, title) = xrefMap[anchor]
109 def replaceAnchorText(match, pageMap, xrefMap):
112 - pageMap, xrefMap - per rewriteXrefs below
118 return mapAnchor(anchor, text, pageMap, xrefMap, closeAnchor=True)
120 def replaceAnchorOnly(match, pageMap, xrefMap)
509 from xrefMap import xrefMap global() namespace
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/antora/
H A DMakefile12 PYXREFMAP = antora/xrefMap.py
13 JSXREFMAP = antora/xrefMap.cjs
21 # Also creates apimap.cjs, pageMap.cjs, and xrefMap.cjs for use by the
27 # (xrefMap.py / xrefMap.cjs), and the API information (jsapi /

Completed in 1 milliseconds