Commit 7da5ee8
committed
Handling return in
When having something like:
```
/**
* First al \cite
* mattes2001
*/
```
we get a warning about an empty / missing label and the link is generated depending on the fact whether on another place there is something like:
```
* \cite mattes2001
```
The split of the `\cite` and the label is in the commentscan not allowed but allowed in the doctokenizer.
Fixed by allowing the split also in the commentscan.\cite command1 parent 2a4d39e commit 7da5ee8
1 file changed
+1
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2750 | 2750 | | |
2751 | 2751 | | |
2752 | 2752 | | |
2753 | | - | |
2754 | | - | |
2755 | | - | |
2756 | | - | |
2757 | | - | |
2758 | | - | |
2759 | | - | |
2760 | | - | |
2761 | | - | |
2762 | | - | |
2763 | | - | |
2764 | | - | |
2765 | | - | |
2766 | | - | |
2767 | | - | |
2768 | | - | |
2769 | | - | |
2770 | | - | |
| 2753 | + | |
2771 | 2754 | | |
2772 | 2755 | | |
2773 | 2756 | | |
| |||
0 commit comments