Skip to content

Commit f148e3e

Browse files
8278318: Create {@index} entries for key LangTools terms
Reviewed-by: darcy
1 parent 2ff1296 commit f148e3e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/java.compiler/share/classes/module-info.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -24,7 +24,9 @@
2424
*/
2525

2626
/**
27-
* Defines the Language Model, Annotation Processing, and Java Compiler APIs.
27+
* Defines the {@index "Language Model"}, {@index "Annotation Processing"}, and
28+
* {@index "Java Compiler"} APIs.
29+
*
2830
* <p>
2931
* These APIs model declarations and types of the Java programming language,
3032
* and define interfaces for tools such as compilers which can be invoked

src/jdk.compiler/share/classes/module-info.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2014, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,10 @@
2828
* {@linkplain javax.tools.ToolProvider#getSystemJavaCompiler system Java compiler}
2929
* and its command line equivalent, <em>{@index javac javac tool}</em>.
3030
*
31+
* <p>The {@code com.sun.source.*} packages provide the {@index "Compiler Tree API"}:
32+
* an API for accessing the abstract trees (ASTs) representing Java source code
33+
* and documentation comments, used by <em>javac</em>, <em>javadoc</em> and related tools.
34+
*
3135
* <h2 style="font-family:'DejaVu Sans Mono', monospace; font-style:italic">javac</h2>
3236
*
3337
* <p>

0 commit comments

Comments
 (0)