jdk/make/src/classes/build/tools/taglet/ExtLink.java
changeset 45575 022acef7b83b
parent 45254 0488e2d10296
equal deleted inserted replaced
45574:04189244d1b2 45575:022acef7b83b
    56 
    56 
    57     static final String TAG_NAME = "extLink";
    57     static final String TAG_NAME = "extLink";
    58 
    58 
    59     static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase9&id=";
    59     static final String URL = "https://www.oracle.com/pls/topic/lookup?ctx=javase9&id=";
    60 
    60 
    61     static final Pattern TAG_PATTERN = Pattern.compile("(\\s*)(?<name>\\w+)(\\s+)(?<desc>.*)");
    61     static final Pattern TAG_PATTERN = Pattern.compile("(?s)(\\s*)(?<name>\\w+)(\\s+)(?<desc>.*)$");
    62 
    62 
    63     /**
    63     /**
    64      * Returns the set of locations in which the tag may be used.
    64      * Returns the set of locations in which the tag may be used.
    65      */
    65      */
    66     @Override
    66     @Override