Ignore:
Timestamp:
2018-03-04T01:30:00+01:00 (6 years ago)
Author:
Don-vip
Message:

see #11924, see #15560, fix #16048: Generate HTML5 javadoc with Java 9/10/11

  • name HTML attribute is deprecated in HTML5: use id instead
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/routines/package.html

    r11747 r13494  
    3636</ul>
    3737
    38 <a name="overview"></a>
     38<a id="overview"></a>
    3939<h1>1. Overview</h1>
    4040<p>
     
    5656</p>
    5757
    58 <a name="other"></a>
     58<a id="other"></a>
    5959<h1>2. Validators</h1>
    6060
    61 <a name="other.overview"></a>
     61<a id="other.overview"></a>
    6262<h2>2.1 Overview</h2>
    6363<p>
     
    7777</ul>
    7878
    79 <a name="other.regex"></a>
     79<a id="other.regex"></a>
    8080<h2>2.2 Regular Expression Validation</h2>
    8181<p>
     
    158158</p>
    159159
    160 <a name="other.inet"></a>
     160<a id="other.inet"></a>
    161161<h2>2.3 IP Address Validation</h2>
    162162
     
    180180</pre>
    181181
    182 <a name="other.email"></a>
     182<a id="other.email"></a>
    183183<h2>2.4 Email Address Validation</h2>
    184184
     
    204204</pre>
    205205
    206 <a name="other.url"></a>
     206<a id="other.url"></a>
    207207<h2>2.5 URL Validation</h2>
    208208
     
    245245</pre>
    246246
    247 <a name="other.domain"></a>
     247<a id="other.domain"></a>
    248248<h2>2.6 Domain Name Validation</h2>
    249249
Note: See TracChangeset for help on using the changeset viewer.