You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the arrows with the <details> tag look like those used in the treeview
Making the arrows with the `<details>` tag look like those used in the treeview, resulting in adding the settings in doxygen.css
There were some problems in the output introduced in the comment scanner
- multiple `<summary>` tags were just left there whilst only the first one is relevant for the `<details>` tag, the other `<summary>` tags are just new paragraphs
- the `<summary>` tag should only remain in case we are in inside a `<details>` section, otherwise it is handled as a brief description (here the `<summary>` was already ignored, but now it is not even added).
- the order of the resulting `<p>` tags in the HTML output was not correct for XHTML (the `<summary>` tag was inside a `<p>` tag, this has been corrected
0 commit comments