diff options
author | albert-github <albert.tests@gmail.com> | 2019-06-16 17:22:41 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-06-16 17:22:41 (GMT) |
commit | d167351779132a7c85d92954e497b19d3a223bbd (patch) | |
tree | 06b9a54135f2d4d8c57be833dbf74b2f3ab7293f /qtools/qtl.doc | |
parent | 4628578fe856f3ccfe3ade8f702671bfa1854566 (diff) | |
download | Doxygen-d167351779132a7c85d92954e497b19d3a223bbd.zip Doxygen-d167351779132a7c85d92954e497b19d3a223bbd.tar.gz Doxygen-d167351779132a7c85d92954e497b19d3a223bbd.tar.bz2 |
(X)HTML warning when `[` or `]` in constructed ids
When we have a construct like:
```
template <typename Element, size_t N>
class StlContainerView<Element[N]> {
public:
typedef internal::NativeArray<RawElement> type;
};
```
this will lead to files with `[` and `]` in it, as such not nice, but it is used in ids inside the code as well like:
```
id="aclass_stl_container_view_3_01_element[_n]_4_html_a1bf60158ff15896f2b53af11c09524fb"
```
running
```
xmllint --path ..../testing/dtd --noout --nonet --postvalid html_org/*html
```
this leads to the message:
```
Syntax of value for attribute id of div is not valid
Document html_org/test_8h_source.html does not validate
```
escaping the `[` and `]` as done with other special characters solves this problem
Diffstat (limited to 'qtools/qtl.doc')
0 files changed, 0 insertions, 0 deletions