summaryrefslogtreecommitdiffstats
path: root/testing/074
Commit message (Collapse)AuthorAgeFilesLines
* Adding the xml:lang tag to XML and Docbook outputalbert-github2020-06-032-2/+2
| | | | | | | | 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-152-2/+2
|
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-172-15/+15
|
* Added declfile, declline, and declcolumn attributes to the location element ↵Dimitri van Heesch2019-01-122-371/+371
| | | | in the XML output
* Double defined operator in test 74albert-github2019-01-052-368/+371
| | | | | | In test 074 the operator `&=` was identically defined twice, now corrected with const. In XHTML this resulted in error: `struct_foo.xhtml:204: element a: validity error : ID aa20bd44b1bb87a652ac65170ddfa1a5a already defined`
* testing: improve tests for \ref.Vladimír Vondruš2018-12-292-11/+92
| | | | | | Tests for C++11 user-defined literals from https://github.com/doxygen/doxygen/issues/6299 were missing, adding them to avoid the regression re-appearing in the future.
* Added test case for \ref, and fixed representation of operator->*()Dimitri van Heesch2018-12-211-0/+287