summaryrefslogtreecommitdiffstats
path: root/testing/030
Commit message (Collapse)AuthorAgeFilesLines
* Incorrect number tag sequence for xhtml with htmlinclude command possiblealbert-github2018-11-251-1/+1
| | | | | | Analogous to the `\htmlonly` also with the `\htmlinclude` command it is possible that some parts are added that cannot be inside a `<p> ... <\/p>` and thus we have to temporary close (and later reopen) the paragraph. The option `[block]` has been added to the `\htmlinclude` command (analogous to the `\htmlonly` command). Problem can be seen with the default doxygen test 30 (`[030_htmlinclude.dox]: test the \htmlinclude command`).
* Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-251-0/+2
| | | | | | | | | | | Until now the brief description of pages was prepended to the <detaileddescription> element and the <briefdescription> element was not present at all, which meant there was no easy way to extract the brief description for purposes of creating a page index, for example. With this patch, the brief description is included in both <briefdescription> and <detaileddescription>, thus duplicated, to avoid backwards compatibility issues.
* Added regression test suiteDimitri van Heesch2013-07-191-0/+11