aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-09-13 16:18:30 +0200
committerLars Ingebrigtsen2021-09-13 16:18:30 +0200
commitab36b0f5ff18c822d01e32f7a1f757d4db14369d (patch)
tree1197ad8efa63d109c4accdea9d7890b2baeb8a8c
parent5ee05fa75d517fdd13c9795aa78e12489140e388 (diff)
downloademacs-ab36b0f5ff18c822d01e32f7a1f757d4db14369d.tar.gz
emacs-ab36b0f5ff18c822d01e32f7a1f757d4db14369d.zip
Continue NEWS tag checking
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 50538a168aa..76cfb43efc3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2125,6 +2125,7 @@ modified flag. The default is nil, to preserve the old behavior.
2125 2125
2126** CC Mode 2126** CC Mode
2127 2127
2128+++
2128*** Added support for Doxygen documentation style. 2129*** Added support for Doxygen documentation style.
2129'doxygen' is now a valid 'c-doc-comment-style' which recognises all 2130'doxygen' is now a valid 'c-doc-comment-style' which recognises all
2130comment styles supported by Doxygen (namely '///', '//!', '/** … */' 2131comment styles supported by Doxygen (namely '///', '//!', '/** … */'
@@ -2139,6 +2140,7 @@ use 'doxygen' by default one might evaluate:
2139 2140
2140or use it in a custom 'c-style'. 2141or use it in a custom 'c-style'.
2141 2142
2143+++
2142*** Added support to line up '?' and ':' of a ternary operator. 2144*** Added support to line up '?' and ':' of a ternary operator.
2143The new 'c-lineup-ternary-bodies' function can be used as a lineup 2145The new 'c-lineup-ternary-bodies' function can be used as a lineup
2144function to align question mark and colon which are part of a ternary 2146function to align question mark and colon which are part of a ternary