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

changeset 1606
ccbe7ffdd867
parent 1568
5f0731e4e5e6
child 2035
a2a5ad0853ed
     1.1 --- a/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlConstants.java	Fri Feb 22 18:19:51 2013 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlConstants.java	Sun Feb 24 11:36:58 2013 -0800
     1.3 @@ -112,6 +112,12 @@
     1.4              new Comment("=========== FIELD SUMMARY ===========");
     1.5  
     1.6      /**
     1.7 +     * Marker to identify start of properties summary.
     1.8 +     */
     1.9 +    public static final Content START_OF_PROPERTY_SUMMARY =
    1.10 +            new Comment("=========== PROPERTY SUMMARY ===========");
    1.11 +
    1.12 +    /**
    1.13       * Marker to identify start of method summary.
    1.14       */
    1.15      public static final Content START_OF_METHOD_SUMMARY =
    1.16 @@ -136,6 +142,12 @@
    1.17              new Comment("============ FIELD DETAIL ===========");
    1.18  
    1.19      /**
    1.20 +     * Marker to identify start of property details.
    1.21 +     */
    1.22 +    public static final Content START_OF_PROPERTY_DETAILS =
    1.23 +            new Comment("============ PROPERTY DETAIL ===========");
    1.24 +
    1.25 +    /**
    1.26       * Marker to identify start of constructor details.
    1.27       */
    1.28      public static final Content START_OF_CONSTRUCTOR_DETAILS =

mercurial