Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dantora-prep.py437 docFile = DocFile()
438 docFile.lines = [
456 printFile('Original File', docFile.lines)
458 docFile.rewriteXrefs(pageMap, xrefMap)
460 printFile('Edited File', docFile.lines)
530 docFile = DocFile() variable
531 docFile.populate(filename = filename,
537 pageInfo[docFile.relpath] = docFile
540 if docFile.titleAnchor is not None:
541 pageMap[docFile.titleAnchor] = docFile.relpath
[all …]
/third_party/node/deps/npm/docs/lib/
Dindex.js25 const getCommandByDoc = (docFile, docExt) => {
29 const name = basename(docFile, docExt).replace('npm-', '')