langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.java
changeset 13844 56339cf983a3
parent 7681 1f0819a3341f
child 14258 8d2148961366
equal deleted inserted replaced
13843:1ac97278d72b 13844:56339cf983a3
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2012, 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
   123     public String getName() {
   123     public String getName() {
   124         return ROOT;
   124         return ROOT;
   125     }
   125     }
   126 
   126 
   127      /**
   127      /**
   128       * Handles the <ClassDoc> tag.
   128       * Handles the {@literal <ClassDoc>} tag.
   129       *
   129       *
   130       * @param node the XML element that specifies which components to document
   130       * @param node the XML element that specifies which components to document
   131       * @param contentTree the content tree to which the documentation will be added
   131       * @param contentTree the content tree to which the documentation will be added
   132       */
   132       */
   133      public void buildClassDoc(XMLNode node, Content contentTree) throws Exception {
   133      public void buildClassDoc(XMLNode node, Content contentTree) throws Exception {