diff options
| author | Lars Ingebrigtsen | 2021-09-13 16:18:30 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-09-13 16:18:30 +0200 |
| commit | ab36b0f5ff18c822d01e32f7a1f757d4db14369d (patch) | |
| tree | 1197ad8efa63d109c4accdea9d7890b2baeb8a8c | |
| parent | 5ee05fa75d517fdd13c9795aa78e12489140e388 (diff) | |
| download | emacs-ab36b0f5ff18c822d01e32f7a1f757d4db14369d.tar.gz emacs-ab36b0f5ff18c822d01e32f7a1f757d4db14369d.zip | |
Continue NEWS tag checking
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 |
| 2130 | comment styles supported by Doxygen (namely '///', '//!', '/** … */' | 2131 | comment styles supported by Doxygen (namely '///', '//!', '/** … */' |
| @@ -2139,6 +2140,7 @@ use 'doxygen' by default one might evaluate: | |||
| 2139 | 2140 | ||
| 2140 | or use it in a custom 'c-style'. | 2141 | or 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. |
| 2143 | The new 'c-lineup-ternary-bodies' function can be used as a lineup | 2145 | The new 'c-lineup-ternary-bodies' function can be used as a lineup |
| 2144 | function to align question mark and colon which are part of a ternary | 2146 | function to align question mark and colon which are part of a ternary |