aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 38551545a27..8303431d94f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -252,17 +252,19 @@ build tags for the test commands.
252 252
253+++ 253+++
254*** New user option 'c-ts-mode-enable-doxygen'. 254*** New user option 'c-ts-mode-enable-doxygen'.
255By default, 'c-ts-mode-enable-doxygen' is nil, and the comment blocks 255By default, this is nil, and the Doxygen comment blocks in C/C++ source
256are highlighted like other comments. When Non-nil doxygen comment 256are highlighted like other comments. When non-nil, Doxygen comment
257blocks are syntax-highlighted if the doxygen grammar is available. 257blocks are syntax-highlighted if the Doxygen grammar library is
258available.
258 259
259** Java-ts mode 260** Java-ts mode
260 261
261+++ 262+++
262*** New user option 'java-ts-mode-enable-doxygen'. 263*** New user option 'java-ts-mode-enable-doxygen'.
263By default, 'java-ts-mode-enable-doxygen' is nil, and the comment blocks 264By default, this is nil, and the Doxygen comment blocks in Java source
264are highlighted like other comments. When Non-nil doxygen comment 265are highlighted like other comments. When non-nil, Doxygen comment
265blocks are syntax-highlighted if the doxygen grammar is available. 266blocks are syntax-highlighted if the Doxygen grammar library is
267available.
266 268
267** Emacs Lisp mode 269** Emacs Lisp mode
268 270