src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SingleIndexWriter.java
changeset 53863 d001808c57e8
parent 53562 0d9dee001667
child 53880 3f1e9372557f
equal deleted inserted replaced
53862:6c13f5a67766 53863:d001808c57e8
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   119         navBar.setUserFooter(getUserHeaderFooter(false));
   119         navBar.setUserFooter(getUserHeaderFooter(false));
   120         htmlTree.addContent(navBar.getContent(false));
   120         htmlTree.addContent(navBar.getContent(false));
   121         addBottom(htmlTree);
   121         addBottom(htmlTree);
   122         body.addContent(htmlTree);
   122         body.addContent(htmlTree);
   123         createSearchIndexFiles();
   123         createSearchIndexFiles();
   124         printHtmlDocument(null, true, body);
   124         printHtmlDocument(null, "index", true, body);
   125     }
   125     }
   126 
   126 
   127     /**
   127     /**
   128      * Add links for all the Index Files per unicode character.
   128      * Add links for all the Index Files per unicode character.
   129      *
   129      *