summaryrefslogtreecommitdiffstats
path: root/testing/012
Commit message (Collapse)AuthorAgeFilesLines
* Update test referencesJan Theegarten2021-01-072-0/+2
|
* Update used links in test examplesalbert-github2020-12-041-3/+3
| | | | | Some links give a redirection when run with a link checker. The links should be correct as they might hide errors in the code / links that don't exist
* 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
* Spelling corrections for testing directoryalbert-github2019-11-041-1/+1
| | | | | | Spelling corrections as found by codespell and in #561. Most reported problems were already fixed, others are fixed here.
* Fix some typos luz.paz2019-09-161-1/+1
|
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-172-56/+56
|
* issue #6733 invalid cite anchor id when using crossrefalbert-github2019-01-042-34/+56
| | | | | | | The crossreference possibility was not properly taken into account in bibtex conversion for other formats than LaTeX. - doxygen.bst: use correct labels (i.e. add 'CITEREF_' in case of crossreferences to the giver name) - cite.cpp: add the crossreferences to the citation dictionary (to overcome warning message). - extending test 012
* Correcting labels for citationsalbert-github2018-08-101-1/+1
| | | | Corrected change in test.
* Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-252-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.
* Updated failing testDimitri van Heesch2013-10-061-1/+1
|
* Added regression test suiteDimitri van Heesch2013-07-192-0/+30