Commit 101f9fb
Fix Doxygen % consumption with split <code> tag workaround
Doxygen consumes %<word> as "suppress auto-link" even inside backtick
and <code> spans, and \% leaves a visible backslash. Split Fortran %
accessor tokens into adjacent <code> tags so % is never followed by a
word character: <code>bc_y%</code><code>beg</code> renders as bc_y%beg.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 55dcb47 commit 101f9fb
1 file changed
Lines changed: 12 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments