langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/JavadocTool.java
changeset 43269 12f989542165
parent 42261 bb52b5514ad5
equal deleted inserted replaced
43268:12436ebea906 43269:12f989542165
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2017, 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
   217             }
   217             }
   218 
   218 
   219             // Enter symbols for all files
   219             // Enter symbols for all files
   220             docenv.notice("main.Building_tree");
   220             docenv.notice("main.Building_tree");
   221             javadocEnter.main(classTrees.toList().appendList(packageTrees.toList()));
   221             javadocEnter.main(classTrees.toList().appendList(packageTrees.toList()));
   222             enterDone = true;
       
   223         } catch (Abort ex) {}
   222         } catch (Abort ex) {}
   224 
   223 
   225         if (messager.nerrors() != 0)
   224         if (messager.nerrors() != 0)
   226             return null;
   225             return null;
   227 
   226