mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7021614: extend com.sun.source API to support parsing javadoc comments
Reviewed-by: ksrini, strarup
This commit is contained in:
parent
d0455982a4
commit
c78e1cbfac
103 changed files with 10233 additions and 38 deletions
|
@ -25,9 +25,10 @@
|
|||
* @test
|
||||
* @bug 6968063 7127924
|
||||
* @summary provide examples of code that generate diagnostics
|
||||
* @build Example CheckExamples
|
||||
* @build Example CheckExamples DocCommentProcessor
|
||||
* @run main/othervm CheckExamples
|
||||
*/
|
||||
|
||||
/*
|
||||
* See CR 7127924 for info on why othervm is used.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue