Commit 4098abc
committed
Handling multiple
When having an example like:
```
/** \file
* line 1 text1<br>
* line 2 text2<br><br>
* line 3 text3
*/
```
this is shown as:
```
line 1 text1
line 2 text2<br>
line 3 text3
```
Not the `<br>` that actually should be a new line<br> tags1 parent 47bd622 commit 4098abc
1 file changed
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
626 | 630 | | |
627 | 631 | | |
628 | 632 | | |
629 | 633 | | |
630 | 634 | | |
631 | 635 | | |
632 | | - | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
633 | 649 | | |
634 | 650 | | |
635 | 651 | | |
636 | | - | |
637 | 652 | | |
638 | 653 | | |
639 | 654 | | |
| |||
0 commit comments