File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interfaces/src/main/java/dotty/tools/dotc/interfaces Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
* You should implement this interface if you want to react to one or more of
6
6
* these events.
7
7
*
8
- * @see the method `process` of `dotty.tools.dotc.Driver` for more information.
8
+ * See the method `process` of `dotty.tools.dotc.Driver` for more information.
9
9
*/
10
10
public interface CompilerCallback {
11
11
/** Called when a class has been generated.
Original file line number Diff line number Diff line change 5
5
* You should implement this interface if you want to handle the diagnostics
6
6
* returned by the compiler yourself.
7
7
*
8
- * @see the method `process` of `dotty.tools.dotc.Driver` for more information.
8
+ * See the method `process` of `dotty.tools.dotc.Driver` for more information.
9
9
*/
10
10
public interface SimpleReporter {
11
11
/** Report a diagnostic. */
You can’t perform that action at this time.
0 commit comments