8278318: Create {@index} entries for key LangTools terms

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2021-12-07 00:41:11 +00:00
parent 2ff12966a3
commit f148e3e462
2 changed files with 9 additions and 3 deletions
src
java.compiler/share/classes
jdk.compiler/share/classes

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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
@ -24,7 +24,9 @@
*/
/**
* Defines the Language Model, Annotation Processing, and Java Compiler APIs.
* Defines the {@index "Language Model"}, {@index "Annotation Processing"}, and
* {@index "Java Compiler"} APIs.
*
* <p>
* These APIs model declarations and types of the Java programming language,
* and define interfaces for tools such as compilers which can be invoked

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2014, 2021, 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
@ -28,6 +28,10 @@
* {@linkplain javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
* and its command line equivalent, <em>{@index javac javac tool}</em>.
*
* <p>The {@code com.sun.source.*} packages provide the {@index "Compiler Tree API"}:
* an API for accessing the abstract trees (ASTs) representing Java source code
* and documentation comments, used by <em>javac</em>, <em>javadoc</em> and related tools.
*
* <h2 style="font-family:'DejaVu Sans Mono', monospace; font-style:italic">javac</h2>
*
* <p>