# HG changeset patch # User jjg # Date 1496962222 25200 # Node ID 733fb11b37d459508dee8224fa033ad96d595e6f # Parent 123eb0956a459bca29d0812c62fca50da563ee40 8180296: Move Javadoc: doclet, taglet specs to specs directory Reviewed-by: ksrini diff -r 123eb0956a45 -r 733fb11b37d4 src/jdk.compiler/share/classes/com/sun/source/doctree/package-info.java --- a/src/jdk.compiler/share/classes/com/sun/source/doctree/package-info.java Fri Jun 02 13:38:43 2017 -0700 +++ b/src/jdk.compiler/share/classes/com/sun/source/doctree/package-info.java Thu Jun 08 15:50:22 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2017, 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 @@ -29,6 +29,8 @@ * * @author Jonathan Gibbons * @since 1.8 - * @see http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#CHDJGIJB + * + * @see + * Documentation Comment Specification for the Standard Doclet */ package com.sun.source.doctree; diff -r 123eb0956a45 -r 733fb11b37d4 src/jdk.javadoc/share/classes/jdk/javadoc/doclet/StandardDoclet.java --- a/src/jdk.javadoc/share/classes/jdk/javadoc/doclet/StandardDoclet.java Fri Jun 02 13:38:43 2017 -0700 +++ b/src/jdk.javadoc/share/classes/jdk/javadoc/doclet/StandardDoclet.java Thu Jun 08 15:50:22 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2017, 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 @@ -33,7 +33,11 @@ import jdk.javadoc.internal.doclets.formats.html.HtmlDoclet; /** - * This doclet generates HTML-formatted documentation for the specified modules, packages and types. + * This doclet generates HTML-formatted documentation for the specified modules, + * packages and types. + * + * @see + * Documentation Comment Specification for the Standard Doclet */ public class StandardDoclet implements Doclet { diff -r 123eb0956a45 -r 733fb11b37d4 src/jdk.javadoc/share/classes/module-info.java --- a/src/jdk.javadoc/share/classes/module-info.java Fri Jun 02 13:38:43 2017 -0700 +++ b/src/jdk.javadoc/share/classes/module-info.java Thu Jun 08 15:50:22 2017 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2017, 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 @@ -27,6 +27,9 @@ * {@link javax.tools.ToolProvider#getSystemDocumentationTool system documentation tool} * and its command line equivalent, javadoc. * + * @see + * Documentation Comment Specification for the Standard Doclet + * * @moduleGraph * @since 9 */