src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.java

changeset 1606
ccbe7ffdd867
parent 1468
690c41cdab55
child 1858
27bd6a2302f6
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.java	Fri Feb 22 18:19:51 2013 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/ClassBuilder.java	Sun Feb 24 11:36:58 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -381,6 +381,17 @@
    1.11      }
    1.12  
    1.13      /**
    1.14 +     * Build the property documentation.
    1.15 +     *
    1.16 +     * @param elements the XML elements that specify how a field is documented.
    1.17 +     */
    1.18 +    public void buildPropertyDetails(XMLNode node,
    1.19 +            Content memberDetailsTree) throws Exception {
    1.20 +        configuration.getBuilderFactory().
    1.21 +                getPropertyBuilder(writer).buildChildren(node, memberDetailsTree);
    1.22 +    }
    1.23 +
    1.24 +    /**
    1.25       * Build the constructor documentation.
    1.26       *
    1.27       * @param node the XML element that specifies which components to document

mercurial