Home
last modified time | relevance | path

Searched refs:titleAnchorPat (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dantora-prep.py43 titleAnchorPat = re.compile(r'^\[\[(?P<anchor>[^,]+).*\]\]$') variable
205 match = titleAnchorPat.match(line)