Commit 7445efe
committed
Incorrect end of comment detected
- In case, in an item we have something like: `=item 1. Add*/Mod*/Del*/ - high-level` then the `*/` are after translation to cpp seen as end of comment.
- Same accounts for something like (in normal running text) `RPerl/Test/*/*Bad*.pm`
So they have to be escaped.
As written with the proposed pull request #11 which was just for the first mentioned case "this might happen on other places as well, as soon as found they can be fixed in a similar way", the second case has been found as well.
This proposed pull request supersedes the now withdrawn proposed pull request: #11
Note: end of comments in code section will be handled by doxygen in doxygen/doxygen#70261 parent b470a10 commit 7445efe
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
811 | 814 | | |
812 | 815 | | |
813 | 816 | | |
| |||
0 commit comments