diff options
| author | Eli Zaretskii | 2024-09-21 12:42:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-21 12:42:43 +0300 |
| commit | 39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e (patch) | |
| tree | ce89b486a17b9f16217183fd250780edb154f879 | |
| parent | b0523dffabbec8acd9c5c92711af849a11867884 (diff) | |
| download | emacs-39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e.tar.gz emacs-39d2cc36b2ffeb9a0d0053fa3b800334e98ef49e.zip | |
; * etc/NEWS: Fix last change.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 8 insertions, 6 deletions
| @@ -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'. |
| 255 | By default, 'c-ts-mode-enable-doxygen' is nil, and the comment blocks | 255 | By default, this is nil, and the Doxygen comment blocks in C/C++ source |
| 256 | are highlighted like other comments. When Non-nil doxygen comment | 256 | are highlighted like other comments. When non-nil, Doxygen comment |
| 257 | blocks are syntax-highlighted if the doxygen grammar is available. | 257 | blocks are syntax-highlighted if the Doxygen grammar library is |
| 258 | available. | ||
| 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'. |
| 263 | By default, 'java-ts-mode-enable-doxygen' is nil, and the comment blocks | 264 | By default, this is nil, and the Doxygen comment blocks in Java source |
| 264 | are highlighted like other comments. When Non-nil doxygen comment | 265 | are highlighted like other comments. When non-nil, Doxygen comment |
| 265 | blocks are syntax-highlighted if the doxygen grammar is available. | 266 | blocks are syntax-highlighted if the Doxygen grammar library is |
| 267 | available. | ||
| 266 | 268 | ||
| 267 | ** Emacs Lisp mode | 269 | ** Emacs Lisp mode |
| 268 | 270 | ||