summaryrefslogtreecommitdiffstats
path: root/testing/043/mypage.xml
Commit message (Collapse)AuthorAgeFilesLines
* Enable in page table of contents for XML and add maximum level to in page ↵albert-github2018-07-121-1/+28
| | | | | | | table of contents - correction of compiler error (not caught on Windows) - updated test 43 (for in page toc)
* Expose TOC placeholder in XML output.Vladimír Vondruš2017-11-291-0/+1
| | | | | | | | | | | | Currently the XML output for a page was generated the same independently of whether the \tableofcontents command was present in the page source or not. Because of that, the users of the XML output had no chance of knowing whether given page should have a TOC or not. There's now a new <tableofcontents> element that gets added in case the TOC was requested. As it is trivial to populate the TOC on user side by simply enumerating the <sectN> elements, the element is empty and acts just as a boolean.
* Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-251-0/+4
| | | | | | | | | | | 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/+34