summaryrefslogtreecommitdiffstats
path: root/testing/031_image.dox
Commit message (Collapse)AuthorAgeFilesLines
* Update used links in test examplesalbert-github2020-12-041-18/+18
| | | | | 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
* fix: convert links to the main doxygen site to https. Trailing whitespace ↵Allan Bowe2020-11-291-2/+2
| | | | was also removed (hope this is ok, was a default setting). Closes #8212
* issue #6744 Ampersand in Markdown image URL is not escaped in XML outputalbert-github2019-01-061-1/+7
| | | | Convert name / url based on HTML / XML conventions and don't do double conversions (XML).
* Issue #6039: Links on image in Markdown (Origin: bugzilla #769223)Dimitri van Heesch2019-01-031-6/+49
|
* Implementation of standard generator for docbook outputalbert-github2018-09-071-0/+1
| | | | | | | | Till now docbook had its own output generator, but lot of possibilities were missing (see remark about updating below), with this patch the (more than) basic implementation has been made. Added some docbook tests to the current tests and updated documentation where necessary Tried updating current version but too many issues remained that were generically handled in the standard generator, code is in current version behind '#if 0' construct in doxygen.cpp and name with '_v1' and in docbookgen.cp'
* Problem running tests under Windowsalbert-github2015-06-101-1/+1
| | | | | | The redirection used in the runtests.py script was based on *nix type systems. Corrected for windows. Windows has a different line ending than *nix, resulting in a problem with diff unless the options -b -w are used. Some tests had as directory for some paths a directory . this has been corrected to $INPUTDIR
* Added regression test suiteDimitri van Heesch2013-07-191-0/+9