Searched refs:docFile (Results 1 – 2 of 2) sorted by relevance
437 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() variable531 docFile.populate(filename = filename,537 pageInfo[docFile.relpath] = docFile540 if docFile.titleAnchor is not None:541 pageMap[docFile.titleAnchor] = docFile.relpath[all …]
25 const getCommandByDoc = (docFile, docExt) => {29 const name = basename(docFile, docExt).replace('npm-', '')