Commit f4bd5e3
committed
issue doxygen#11377 [in,out] param dir ignored for inline documentation
The position of the `out` direction should be calculated after that the `in` direction has been removed (otherwise the start position might not be correct).
Regression on:
```
Commit: 1af459c [1af459c]
Date: Sunday, April 21, 2024 12:34:37 PM
Refactoring: make sure all variables are initialized
Found using clang tidy's cppcoreguidelines-init-variables check
```1 parent 0a13db0 commit f4bd5e3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6647 | 6647 | | |
6648 | 6648 | | |
6649 | 6649 | | |
6650 | | - | |
6651 | 6650 | | |
| 6651 | + | |
6652 | 6652 | | |
6653 | 6653 | | |
6654 | 6654 | | |
| |||
0 commit comments