File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,12 @@ Clang Frontend Potentially Breaking Changes
157
157
intended to improve Clang's support for parsing documentation comments and
158
158
to better conform to Doxygen's behavior.
159
159
160
- This has the potential to cause ``-Wdocumentation `` warnings in cases where
161
- a function-like macro has documentation comment and is followed immediately
162
- by a normal function. The function-like macro's documentation comments will
163
- be attributed to the subsequent function and may cause `` -Wdocumentation ``
164
- warnings such as mismatched parameter names, or invalid return documentation
165
- comments.
160
+ This has the potential to cause ``-Wdocumentation `` warnings, especially in
161
+ cases where a function-like macro has a documentation comment and is followed
162
+ immediately by a normal function. The function-like macro's documentation
163
+ comments will be attributed to the subsequent function and may cause
164
+ `` -Wdocumentation `` warnings such as mismatched parameter names, or invalid
165
+ return documentation comments.
166
166
167
167
In cases where the ``-Wdocumentation `` warnings are thrown, the suggested fix
168
168
is to document the declaration following the macro so that the warnings are
You can’t perform that action at this time.
0 commit comments