See JEP-467
Currently if I document a class with the markdown syntax I don't see a generated file containing the comment string
/// Some record
/// @param bar Some param
record Foo(String bar) {}
Looking at the docs for getDocComment it seems to already support getting /// comments, so possibly a bug somewhere?
See JEP-467
Currently if I document a class with the markdown syntax I don't see a generated file containing the comment string
Looking at the docs for getDocComment it seems to already support getting
///comments, so possibly a bug somewhere?