src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties

changeset 3315
6f0746b6de9f
parent 1885
d6158f8d7235
child 3446
e468915bad3a
     1.1 --- a/src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties	Tue Jul 12 14:52:08 2016 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/resources/javadoc.properties	Mon Jul 18 23:53:12 2016 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1997, 2016, 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 @@ -110,6 +110,8 @@
    1.11  javadoc.Body_missing_from_html_file=Body tag missing from HTML file
    1.12  javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file
    1.13  javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}"
    1.14 +javadoc.JavaScript_in_comment=JavaScript found in documentation comment.\n\
    1.15 +    Use --allow-script-in-comments to allow use of JavaScript.
    1.16  javadoc.class_not_found=Class {0} not found.
    1.17  javadoc.error=error
    1.18  javadoc.warning=warning

mercurial