Skip to content

Commit

Permalink
8278318: Create {@Index} entries for key LangTools terms
Browse files Browse the repository at this point in the history
Reviewed-by: darcy
  • Loading branch information
jonathan-gibbons committed Dec 7, 2021
1 parent 2ff1296 commit f148e3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/java.compiler/share/classes/module-info.java
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion src/jdk.compiler/share/classes/module-info.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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>
Expand Down

1 comment on commit f148e3e

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.