src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWriter.java

changeset 1381
23fe1a96bc0f
parent 1373
4a1c57a1c410
child 1383
b980e8e6aabf
equal deleted inserted replaced
1380:a65971893c50 1381:23fe1a96bc0f
858 contentTree.addContent(ul); 858 contentTree.addContent(ul);
859 } 859 }
860 } 860 }
861 861
862 /** 862 /**
863 * Return the path to the class page for a classdoc. Works same as 863 * Return the path to the class page for a classdoc.
864 * {@link #pathToClass(ClassDoc)}.
865 * 864 *
866 * @param cd Class to which the path is requested. 865 * @param cd Class to which the path is requested.
867 * @param name Name of the file(doesn't include path). 866 * @param name Name of the file(doesn't include path).
868 */ 867 */
869 protected DocPath pathString(ClassDoc cd, DocPath name) { 868 protected DocPath pathString(ClassDoc cd, DocPath name) {

mercurial