diff options
| -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 | ||