summaryrefslogtreecommitdiffstats
path: root/testing/031
Commit message (Collapse)AuthorAgeFilesLines
* Update test referencesJan Theegarten2021-01-071-8/+9
|
* Update used links in test examplesalbert-github2020-12-041-16/+16
| | | | | 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
* Adding the xml:lang tag to XML and Docbook outputalbert-github2020-06-031-1/+1
| | | | | | | | 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 #7477 Broken urls in the xml outputalbert-github2020-01-041-14/+14
| | | | | Made code analogous to HTML code. Also the doxygen internal tests suffered from this problem.
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-171-54/+54
|
* issue #6744 Ampersand in Markdown image URL is not escaped in XML outputalbert-github2019-01-061-47/+54
| | | | 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-1/+33
|
* 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'
* Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-251-0/+2
| | | | | | | | | | | 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.
* various fixes and restructuringDimitri van Heesch2014-12-221-1/+1
|
* Limit images sizes and make more uniform (LaTeX)albert-github2014-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adjusts some problems regarding image sizes in LaTeX output of doxygen (a.o. Bug 738299 - When using msc or PlantUML, the default latex for the created image should include [width=\linewidth]) this has been done is such a way that all the "image" commands (i.e. image, dot, dotfile, msc, mscfile, diafile, startuml) operate in a similar way / have the same possibilities. - commands.doc Adjusted documentation to reflect changes. - cmdmapper.cpp - cmdmapper.h Added utility function to map command id back to command name - doctokenizer.h - doctokenizer.l Handle Caption and Size indication. Required also that some other rules had to be tightened a bit (like usage of {} in startuml and usage of "" for captions. This was already described in the documentation in this way). - docparser.cpp - docparser.h Created routine to uniformly handle the Caption and size indications and store them in a general way. - latexgen.cpp Replaced graphicx package by adjustbox package (includes graphicx) to support "min width" etc. - doxygen.sty templates\latex Added commands to make commands with and without caption behave similar. - docbookvisitor.cpp - docbookvisitor.h - htmldocvisitor.cpp - latexdocvisitor.cpp - latexdocvisitor.h - printdocvisitor.h - xmldocvisitor.cpp Created routine to uniformly handle the Caption and size indications in a general way. - indexpage.xml (testing\022) - indexpage.xml (testing\031) - class_receiver.xml (testing\037) - class_sender.xml (testing\037) Adjusted example output.
* Added regression test suiteDimitri van Heesch2013-07-191-0/+12