Commit e6c0645
committed
Incorrect handling of
When having a construction like:
```
\exception docu backtick plain `std::runtime_error`
```
this is properly rendered in doxygen 1.9.1, though with doxygen 1.9.6 and the current doxygen version (1.17.0) we see that the backticks are still present (and the content is not proerly rendered.
With doxygen 1.9.6 we weven get a warning like:
```
warning: explicit link request to 'runtime_error' could not be resolved
```
The handling of the `\exception` command was incorrect (now analogous to the `\throw` command.\exception command in markdown1 parent 79d657a commit e6c0645
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
645 | | - | |
| 645 | + | |
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
| |||
0 commit comments