mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
The javadoc generation highlights the code in code tags too depending on some flags, which also performs escaping of the special symbols. Hence, the initial escaping in JavaDocInfoGenerator#generateLiteralValue should be performed only if the highlighting will not be applied. GitOrigin-RevId: fedc6db2e211bfb90709e91ed0ce10994977e0fa
7 lines
116 B
Java
7 lines
116 B
Java
/**
|
|
* <pre>
|
|
* {@code map.compute(key, (k, v) -> (v == null) ? msg : v.concat(msg))}
|
|
* </pre>
|
|
*/
|
|
class Main {
|
|
} |