langtools/src/share/classes/com/sun/javadoc/RootDoc.java
changeset 23137 209daac13c8b
parent 5520 86e4b9a9da40
--- a/langtools/src/share/classes/com/sun/javadoc/RootDoc.java	Mon Mar 03 15:10:01 2014 -0800
+++ b/langtools/src/share/classes/com/sun/javadoc/RootDoc.java	Mon Mar 03 15:24:31 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -60,7 +60,7 @@
      * Return the packages
      * <a href="package-summary.html#included">specified</a>
      * on the command line.
-     * If <code>-subpackages</code> and <code>-exclude</code> options
+     * If {@code -subpackages} and {@code -exclude} options
      * are used, return all the non-excluded packages.
      *
      * @return packages specified on the command line.