Commit 2fa7f2a
committed
xmllint error in combination with addindex command
When running xmllint on the doxygen documentation we get quiet a few warnings like:
```
html/xmlcmds.html:165: element a: validity error : Syntax of value for attribute id of a is not valid
html/xmlcmds.html:165: element a: validity error : Syntax of value for attribute name of a is not valid
```
this is due to the change:
```
Commit: 7caef22 [7caef22]
Date: Friday, April 5, 2024 3:45:50 PM
Problem with colon inserted by `\addindex`
```
Where the `:` was replaced by a `;`, probably the usage of the `;` is an error in xmllint or the dtd as I could not find a reference that the `;` is not allowed.
(Looks like the anchor is only used for the internal use in chm / qhp formats etc. and not for external referencing)1 parent c97f00e commit 2fa7f2a
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | | - | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
0 commit comments