]> git.eshelyaron.com Git - emacs.git/commitdiff
Continue NEWS tag checking
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 14:18:30 +0000 (16:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 14:18:30 +0000 (16:18 +0200)
etc/NEWS

index 50538a168aab9317f9e3bb094e3aa6363e8a638d..76cfb43efc37fa2a2edf00522a5ee5ffbf4e8465 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2125,6 +2125,7 @@ modified flag.  The default is nil, to preserve the old behavior.
 
 ** CC Mode
 
++++
 *** Added support for Doxygen documentation style.
 'doxygen' is now a valid 'c-doc-comment-style' which recognises all
 comment styles supported by Doxygen (namely '///', '//!', '/** … */'
@@ -2139,6 +2140,7 @@ use 'doxygen' by default one might evaluate:
 
 or use it in a custom 'c-style'.
 
++++
 *** Added support to line up '?' and ':' of a ternary operator.
 The new 'c-lineup-ternary-bodies' function can be used as a lineup
 function to align question mark and colon which are part of a ternary