summaryrefslogtreecommitdiffstats
path: root/testing/009
Commit message (Collapse)AuthorAgeFilesLines
* Update test referencesJan Theegarten2021-01-075-0/+5
|
* Adding the xml:lang tag to XML and Docbook outputalbert-github2020-06-0310-15/+15
| | | | | | | | Adding the xml:lang attribute for XNL and Docbook output Interesting links: - language codes (different from country codes!): https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry - example for xml.xsd: http://www.java2s.com/Code/XML/XML-Schema/importanotherXMLschema.htm
* issue #7635: Incorrect location for enum in XML file (part 2)Dimitri van Heesch2020-03-1510-10/+10
|
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-1710-12/+12
|
* Multiple `\xreflist` in one page with same keyalbert-github2018-10-315-21/+20
| | | | Regression regarding tests
* Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-255-0/+10
| | | | | | | | | | | 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.
* Further cmake changesDimitri van Heesch2015-05-315-5/+5
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-155-5/+5
|
* Added regression test suiteDimitri van Heesch2013-07-1910-0/+354