summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added test case for \ref, and fixed representation of operator->*()Dimitri van Heesch2018-12-213-2/+338
|
* Merge pull request #6694 from albert-github/feature/issue_6692Dimitri van Heesch2018-12-202-2/+4
|\ | | | | issue #6692 XML TOC generation is not backwards-compatible with 1.8.14
| * issue #6692 XML TOC generation is not backwards-compatible with 1.8.14albert-github2018-12-192-2/+4
| | | | | | | | In case no options specified with the `\tableofcontents` `Html` and `XML` should be generated and not only `Html` (compatibility).
* | Merge pull request #6696 from albert-github/feature/bug_xhtml_tocDimitri van Heesch2018-12-201-0/+1
|\ \ | | | | | | Incorrect closing tags for in page table of contents (XHTML)
| * | Incorrect closing tags for in page table of contents (XHTML)albert-github2018-12-191-0/+1
| |/ | | | | | | In case of using the levels in the in page table of contents in XHTML some closing tags wer missing.
* | Merge pull request #6697 from albert-github/feature/bug_docbook_tocDimitri van Heesch2018-12-201-0/+8
|\ \ | | | | | | Incorrect closing tags for in page table of contents (docbook)
| * | Incorrect closing tags for in page table of contents (docbook)albert-github2018-12-191-0/+8
| |/ | | | | | | In the in page table of contents in docbook some closing tags were missing.
* | Merge pull request #6687 from albert-github/feature/bug_index_characterDimitri van Heesch2018-12-201-3/+3
|\ \ | | | | | | Index list cannot contain special characters in ids for XHTML
| * | Index list cannot contain special characters in ids for XHTMLalbert-github2018-12-171-3/+3
| | | | | | | | | | | | XHTML doesn't ids with a ~ in it, converted to an id character. This happens with e.g. the list of destructors.
* | | Merge pull request #6698 from albert-github/feature/bug_unknown_emoji_printDimitri van Heesch2018-12-201-0/+4
|\ \ \ | | | | | | | | Print emoji text in case of unknown emoji
| * | | Print emoji text in case of unknown emojialbert-github2018-12-201-0/+4
| | |/ | |/| | | | | | | In case an unknown emoji was detected the 'value' was not printed to the output, this is corrected.
* | | Merge pull request #6699 from albert-github/feature/bug_emoji_false_positiveDimitri van Heesch2018-12-201-4/+4
|\ \ \ | | | | | | | | issue #6691 Multiple issues with emoji matching
| * | | issue #6691 Multiple issues with emoji matchingalbert-github2018-12-201-4/+4
| |/ / | | | | | | | | | | | | This fix is regarding the false positive emoji detection of scope rules like: `Platform::*Application::viewportEvent(const Vector2i&)` In case the "emoji" is followed by and extra `:` it is not seen as an emoji anymore.
* | | Merge pull request #6686 from albert-github/feature/bug_empty_page_tableDimitri van Heesch2018-12-201-4/+7
|\ \ \ | | | | | | | | Prevent empty page list table (XHTML)
| * | | Prevent empty page list table (XHTML)albert-github2018-12-171-4/+7
| | |/ | |/| | | | | | | The table (tag) should only be written in case a table has at least one row, otherwise a non valid table is generated (XHTML)
* | | Fix for unbounded memory usage due to a bug in \ref const matching #6689Dimitri van Heesch2018-12-201-1/+1
| |/ |/|
* | Redundant whitespace removal breaks some C++ links [with test case and Git ↵Dimitri van Heesch2018-12-181-1/+8
|/ | | | bisect] (Origin: bugzilla #791942)
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-12-1618-1/+26
|\
| * Merge pull request #6679 from coliff/masterDimitri van Heesch2018-12-1415-0/+0
| |\ | | | | | | Losslessly optimize images
| | * Merge pull request #1 from coliff/imgbotChristian Oliff2018-12-1415-0/+0
| | |\ | | | | | | | | [ImgBot] Optimize images
| | | * [ImgBot] Optimize imagesImgBotApp2018-12-0715-0/+0
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Total -- 536.41kb -> 410.38kb (23.5%) /doc/extsearch_flow.png -- 20.57kb -> 7.41kb (64%) /testing/sample.png -- 3.69kb -> 2.50kb (32.26%) /doc/doxywizard_main.png -- 55.86kb -> 38.51kb (31.07%) /doc/doxywizard_page1.png -- 38.72kb -> 29.24kb (24.47%) /doc/doxywizard_page4.png -- 42.69kb -> 32.57kb (23.72%) /doc/doxywizard_page3.png -- 49.71kb -> 37.95kb (23.66%) /doc/doxywizard_page2.png -- 38.13kb -> 29.21kb (23.41%) /addon/doxywizard/images/tunecolor.png -- 99.90kb -> 77.30kb (22.62%) /doc/doxywizard_menu.png -- 57.29kb -> 45.09kb (21.28%) /doc/doxywizard_expert.png -- 29.35kb -> 23.73kb (19.15%) /templates/html/mag_sel.png -- 0.55kb -> 0.45kb (17.41%) /templates/html/mag.png -- 0.51kb -> 0.44kb (14.31%) /doc/infoflow.png -- 98.24kb -> 84.89kb (13.59%) /templates/html/search_r.png -- 0.60kb -> 0.54kb (9.64%) /templates/html/search_l.png -- 0.59kb -> 0.55kb (6.13%)
| * | Merge pull request #6680 from albert-github/feature/bug_793076Dimitri van Heesch2018-12-142-1/+7
| |\ \ | | | | | | | | Bug 793076 - Segmentation fault when generating graphical class hierarchy
| | * | Bug 793076 - Segmentation fault when generating graphical class hierarchyalbert-github2018-12-142-1/+7
| | | | | | | | | | | | | | | | Prevent endless loop during renumbering
| * | | Merge pull request #6681 from albert-github/feature/bug_xhtml_dtdDimitri van Heesch2018-12-141-0/+19
| |\ \ \ | | |/ / | |/| | Adjustment of xhtml1-transitional.dtd
| | * | Adjustment of xhtml1-transitional.dtdalbert-github2018-12-141-0/+19
| |/ / | | | | | | | | | | | | | | | | | | Adding attributes: - async - doxygen to be able to validate doxygen generated xhtml documents
* | | Prevent <center> and <div> inside brief descriptions to avoid broken XHTML ↵Dimitri van Heesch2018-12-161-1/+3
|/ / | | | | | | output
* | Merge pull request #6624 from albert-github/feature/bug_rtf_listsDimitri van Heesch2018-12-134-252/+142
|\ \ | | | | | | RTF lists more levels and removing extra paragraphs
| * | RTF lists more levels and removing extra paragraphsalbert-github2018-11-184-252/+142
| | | | | | | | | | | | | | | - In a RTF list after the last indent a number of extra paragraphs were displayed (with e.g. bullets), these extra paragraphs are removed - Increased the number of levels conform the changes for latex (#6622)
* | | Merge pull request #6675 from albert-github/feature/bug_xhtml_svg_imageDimitri van Heesch2018-12-131-13/+3
|\ \ \ | | | | | | | | Tag sequence incorrect for svg image (XHTML)
| * | | Tag sequence incorrect for svg image (XHTML)albert-github2018-12-111-13/+3
| | | | | | | | | | | | | | | | svg images should also follow the rules a for other type images regarding div tag and paragraph tags
* | | | Merge pull request #6674 from albert-github/feature/bug_empty_memberlist_tableDimitri van Heesch2018-12-131-2/+12
|\ \ \ \ | |/ / / |/| | | Prevent empty member list table (XHTML)
| * | | Prevent empty member list table (XHTML)albert-github2018-12-111-2/+12
|/ / / | | | | | | | | | The table tag should only be written in case a table has at least one row, otherwise a non valid table is generated (XHTML)
* | | Merge pull request #6671 from ↵Dimitri van Heesch2018-12-102-2/+2
|\ \ \ | | | | | | | | | | | | | | | | albert-github/feature/bug_xhtml_vhdl_use_clauses_name_2 XHTML problem with name attribute with VHDL name attribute
| * | | XHTML problem with name attribute with VHDL name attributealbert-github2018-12-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running xhtml checker on the doxygen diagram example we get: Syntax of value for attribute name of a is not valid Document mux/xhtml/classmux__using__with.xhtml does not validate This is due to a space in the name tag, substituting the appropriate code solves the problem. As this is a VHDL specific problem only these strings are converted.
* | | | Merge pull request #6672 from albert-github/feature/bug_starting_extensionsDimitri van Heesch2018-12-101-32/+26
|\ \ \ \ | |/ / / |/| | | Update parsing extension table in documentation
| * | | Update parsing extension table in documentationalbert-github2018-12-101-32/+26
|/ / / | | | | | | | | | | | | The text underneath the table in the documentation regarding the use of extensions was not correct. Also added the C / C++ category and made the table a bit better readable.
* | | Merge pull request #6650 from albert-github/feature/bug_774118Dimitri van Heesch2018-12-091-0/+17
|\ \ \ | | | | | | | | Bug 774118 - EXTERNAL_GROUPS lose hierarchy
| * | | Bug 774118 - EXTERNAL_GROUPS lose hierarchyalbert-github2018-11-281-0/+17
| | | | | | | | | | | | | | | | Created relations between groups as specified in the tag file
* | | | Merge pull request #6662 from Croydon/croydon/ci3-9-prDimitri van Heesch2018-12-092-5/+9
|\ \ \ \ | | | | | | | | | | CI: Updates to Qt and Winflexbison
| * | | | Travis: Remove manual winflexbison installationCroydon2018-12-091-3/+1
| | | | | | | | | | | | | | | | | | | | Should have happened in the "AppVeyor: Install winflexbison via Conan" commit ealierer.
| * | | | Travis: Fix line breaks in conanfile.txt creationCroydon2018-12-091-2/+2
| | | | |
| * | | | AppVeyor: Remove Bincrafters remoteCroydon2018-12-091-1/+0
| | | | | | | | | | | | | | | | | | | | Not neccessary anymore as Winflexbison is now in conan-center
| * | | | Travis macOS: Update qt to 5.11.3Croydon2018-12-091-1/+1
| | | | |
| * | | | AppVeyor: Update winflexbison to 2.5.16Croydon2018-12-091-2/+2
| | | | |
| * | | | Make conanfile creation more readableCroydon2018-12-091-1/+3
| | | | |
| * | | | AppVeyor: Install winflexbison via ConanCroydon2018-12-091-1/+6
|/ / / /
* | | | Merge pull request #6668 from albert-github/feature/bug_examplesDimitri van Heesch2018-12-086-20/+12
|\ \ \ \ | | | | | | | | | | Correcting tag example and uniform calling all examples
| * | | | Correcting tag example and uniform calling all examplesalbert-github2018-12-076-20/+12
| | |_|/ | |/| | | | | | | | | | | | | | | | | | - tag example corrected in respect to changed definition (a while ago) regarding the name of the Example example - regenerating tag file (based on current doxygen version) - made building of all examples uniform
* | | | Merge pull request #6660 from albert-github/feature/bug_vhdl_codeDimitri van Heesch2018-12-081-1/+1
|\ \ \ \ | | | | | | | | | | Wrong counting of lines during VHDL code output
| * | | | Wrong counting of lines during VHDL code outputalbert-github2018-12-051-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | The code coloring of the output stops at an early stage, resulting in incorrect HTML / LaTeX / ... output, due to a double counting of the lines in case of `STRIP_CODE_COMMENTS=NO`. Problem is visible when looking at the documentation of the VHDL documentation block in the manual for VHDL code in e.g. HTML and LaTex (Note problem occurs in the 1.8.15 master, not in the 1.8.14 version).