Searched refs:libraryRoot (Results 1 – 3 of 3) sorted by relevance
54 } else if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeNavTree()55 ClearPage.write(data, "navtree_data.cs", dir + Doclava.libraryRoot in writeNavTree()81 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeYamlTree2()82 dir = Doclava.ensureSlash(dir) + Doclava.libraryRoot; in writeYamlTree2()123 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeYamlTree()124 dir = Doclava.ensureSlash(dir) + Doclava.libraryRoot; in writeYamlTree()
63 if (Doclava.USE_DEVSITE_LOCALE_OUTPUT_PATHS && (Doclava.libraryRoot != null)) { in writeAtLinksNavTree()64 output_path = dir + Doclava.libraryRoot + "at_links_navtree.json"; in writeAtLinksNavTree()
138 public static String libraryRoot = null; field in Doclava368 libraryRoot = ensureSlash(a[1]); in start()1208 if (libraryRoot != null) { in writeLists()1209 listDir = listDir + libraryRoot; in writeLists()1498 if (libraryRoot != null) { in writePackages()1499 packageDir = packageDir + libraryRoot; in writePackages()1588 if (libraryRoot != null) { in writeClassLists()1589 packageDir = packageDir + libraryRoot; in writeClassLists()