src/jdk.compiler/share/classes/com/sun/source/doctree/DocTree.java
changeset 52487 5d1d07b72f15
parent 48028 9e022f580a9d
equal deleted inserted replaced
52486:6f5948597697 52487:5d1d07b72f15
   207         /**
   207         /**
   208          * Used for instances of {@link EndElementTree}
   208          * Used for instances of {@link EndElementTree}
   209          * representing the start of an HTML element.
   209          * representing the start of an HTML element.
   210          */
   210          */
   211         START_ELEMENT,
   211         START_ELEMENT,
       
   212 
       
   213         /**
       
   214          * Used for instances of {@link SystemPropertyTree}
       
   215          * representing an @systemProperty tag.
       
   216          */
       
   217         SYSTEM_PROPERTY("systemProperty"),
   212 
   218 
   213         /**
   219         /**
   214          * Used for instances of {@link SummaryTree}
   220          * Used for instances of {@link SummaryTree}
   215          * representing the summary of a comment description.
   221          * representing the summary of a comment description.
   216          */
   222          */