Commit fb921c2
committed
Doxygen supports
There is no need to replace the `<code>` with `\code` as doxygen supports the `<code>`.
In case of e.g.
```
C<Net::FTP::AutoReconnect> is a wrapper module around C<Net::FTP>.
```
this resulted in a number of lines as the `<code>` started a new block and we also got the warning:
```
warning: End of list marker found without any preceding list items
```
due to the `.` as single item starting a line.<code>
1 parent b470a10 commit fb921c2
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 120 | | |
129 | 121 | | |
130 | 122 | | |
| |||
0 commit comments