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()
137 public static String libraryRoot = null; field in Doclava367 libraryRoot = ensureSlash(a[1]); in start()1201 if (libraryRoot != null) { in writeLists()1202 listDir = listDir + libraryRoot; in writeLists()1491 if (libraryRoot != null) { in writePackages()1492 packageDir = packageDir + libraryRoot; in writePackages()1581 if (libraryRoot != null) { in writeClassLists()1582 packageDir = packageDir + libraryRoot; in writeClassLists()