summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Warning running xmllint for xhtmlalbert-github2018-11-264-5/+5
| | | | | | | When running xmllint in the error output the following message appears: `I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd` Going to the website we see that there an automatic redirect was done from `http` to `https`.
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-11-251-5/+5
|\
| * Merge pull request #6642 from albert-github/feature/bug_docbook_imageDimitri van Heesch2018-11-251-5/+5
| |\ | | | | | | Improvement regarding width and title for docbook
| | * Improvement regarding width and title for docbookalbert-github2018-11-251-5/+5
| |/ | | | | | | | | - In case no with and no height is given don't scale automatically to `width=50%` - in case of inline image and a title don't display title.
* | Merge branch 'albert-github-feature/bug_xhtml_test_31'Dimitri van Heesch2018-11-254-41/+59
|\ \ | |/ |/|
| * Restructured code to avoid the need for global stateDimitri van Heesch2018-11-254-44/+60
| |
| * Merge branch 'feature/bug_xhtml_test_31' of ↵Dimitri van Heesch2018-11-251-2/+4
| |\ |/ / | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_xhtml_test_31
| * Incorrect number of start / end paragraph tags for xhtml with image commandalbert-github2018-11-241-2/+4
| | | | | | | | | | In case of `\image` a force closed paragraph is not always force opened again. Problem can be seen with the default doxygen test 31 (`[031_image.dox]: test the \image command`).
* | Merge branch 'albert-github-feature/bug_docbook_figure'Dimitri van Heesch2018-11-243-39/+64
|\ \ | |/ |/|
| * Refactored code a bit (use const references and made global functions members)Dimitri van Heesch2018-11-243-33/+48
| |
| * Merge branch 'feature/bug_docbook_figure' of ↵Dimitri van Heesch2018-11-243-32/+42
| |\ |/ / | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_docbook_figure
| * Doxygen creates empty image titles for Docbook outputalbert-github2018-11-233-32/+42
| | | | | | | | | | | | The title of an image needs to be at a specific place in docbook. The current place was incorrect (based on https://stackoverflow.com/questions/53448764/doxygen-creates-empty-image-titles-for-docbook-output)
* | Merge branch 'albert-github-feature/issue_6632'Dimitri van Heesch2018-11-241-1/+1
|\ \
| * | Fixed differently by changing root cause for introducing the spaceDimitri van Heesch2018-11-243-13/+5
| | |
| * | Merge branch 'feature/issue_6632' of ↵Dimitri van Heesch2018-11-242-4/+12
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_6632
| * | issue #6632 References to Objective C protocols by name broken in 1.8.12albert-github2018-11-232-4/+12
| |/ | | | | | | | | | | | | | | The issue is the change in the spacing for protocols. In 1.8.11 the option `-r functions` gave (a.o): `member callbackMethod of class MyProtocol-p` In 1.8.12 the result is: `member callbackMethod of class MyProtocol -p` (Note the extra space).
* | Merge branch 'albert-github-feature/bug_emoji_objc'Dimitri van Heesch2018-11-241-3/+12
|\ \
| * | Refactored code a bitDimitri van Heesch2018-11-241-20/+10
| | |
| * | Merge branch 'feature/bug_emoji_objc' of ↵Dimitri van Heesch2018-11-241-1/+20
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_emoji_objc
| * | Reference text in reference list seen as emojialbert-github2018-11-231-1/+20
| |/ | | | | | | | | In Objective-C the separator for classes / protocols / functions is a single colon `:` resulting in recognizing it as an non existing emoji. Note that this can only happen with generated names, in e.g. a page name an emoji can be used.
* | Merge pull request #6640 from albert-github/feature/bug_xhtml_test_20Dimitri van Heesch2018-11-242-16/+21
|\ \ | | | | | | Incorrect number of start / end paragraph tags for xhtml with htmlonly
| * | Incorrect number of start / end paragraph tags for xhtml with htmlonlyalbert-github2018-11-242-16/+21
| |/ | | | | | | | | In case of `\htmlonly[block]` the a force closed paragraph is not always force opened again. Problem can be seen with the default doxygen test 20 (`[020_only.dox]: test the \*only and \*endonly commands`).
* | Merge pull request #6639 from albert-github/feature/bug_indexDimitri van Heesch2018-11-241-1/+0
|\ \ | |/ |/| Unbalanced start of lists resulting in not creatable pdf of rtf document
| * Unbalanced start of lists resulting in not creatable pdf of rtf documentalbert-github2018-11-241-1/+0
|/ | | | | Line was removed but #6415 but apparently reintroduced by a later issue. The problem shows with a number of the standard doxygen tests when enabling either e.g `--rtf` or `--latex`
* Merge pull request #6621 from albert-github/feature/bug_docu_chapter_namesDimitri van Heesch2018-11-202-12/+12
|\ | | | | Synchronize chapter names of doxygen's own documentation.
| * Synchronize chapter names of doxygen's own documentation.albert-github2018-11-172-12/+12
| | | | | | | | | | Synchronize names of chapters of doxygen's own documentation between HTML output and LaTeX output. Corrected a small error regarding wrong tag in documentation ('<--' -> '<!--')
* | Merge pull request #6626 from albert-github/feature/bug_slice_dutchDimitri van Heesch2018-11-201-1/+76
|\ \ | | | | | | Update Dutch translation for new Slice implementation
| * | Update Dutch translation for new Slice implementationalbert-github2018-11-191-1/+76
| | |
* | | Merge pull request #6627 from zeroc-ice/masterDimitri van Heesch2018-11-202-0/+226
|\ \ \ | | | | | | | | Add French and Spanish translations for VHDL additions
| * | | Spanish translation for VHDL additionsJose2018-11-191-0/+113
| | | |
| * | | French translation for VHDL additionsBernard Normier2018-11-191-0/+113
| |/ /
* | | Merge pull request #6628 from albert-github/feature/bug_docu_reportDimitri van Heesch2018-11-202-8/+18
|\ \ \ | |/ / |/| | Correct list of not used translator functions
| * | Correct list of not used translator functionsalbert-github2018-11-202-8/+18
|/ / | | | | | | | | | | All translator function functions were mentioned as not used. - the directory to find the places where the sources are that use translator functions was pointing to the src directory of the build tree instead the src directory in the source tree (source files are not copied) and thus finding no applicable sources. - furthermore the test whether or not a function was based on the name of a function but in case a name is the short form of an other function and the longer name was not used it was still shown as used.
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-11-186-27/+71
|\ \
| * \ Merge pull request #6603 from albert-github/feature/issue_6601Dimitri van Heesch2018-11-181-2/+2
| |\ \ | | | | | | | | issue_6601 tparam HTML gobbles up lines after the tparam comment
| | * | issue_6601 tparam HTML gobbles up lines after the tparam commentalbert-github2018-11-061-2/+2
| | | | | | | | | | | | | | | | properly terminate block and see to it that a proper horizontal ruler occurs (as if `<hr>` was used).
| * | | Merge pull request #6623 from albert-github/feature/bug_print_warnDimitri van Heesch2018-11-171-4/+5
| |\ \ \ | | | | | | | | | | Replace 'printf' with appropriate warn 'message'
| | * | | Replace ''printf' with appropriate warn 'message'albert-github2018-11-171-4/+5
| | | |/ | | |/| | | | | | | | | In the code a 'printf' has been replaced with an appropriate 'warn' call (and renamed a local variable to prevent conflicts)
| * | | Merge pull request #6619 from albert-github/feature/bug_citeDimitri van Heesch2018-11-173-9/+25
| |\ \ \ | | |/ / | |/| | Extending \cite command with '-' and '?' characters.
| | * | Extending \cite command with '-' and '?' characters.albert-github2018-11-173-9/+25
| |/ / | | | | | | | | | In the `\cite` label some extra characters are enabled, '-' and '?', as the '--' and '---' have been converted beforehand they have to be converted back and the corresponding labels also have to between double quotes (which are striped away).
| * | Merge pull request #6614 from albert-github/feature/issue_6612Dimitri van Heesch2018-11-121-10/+39
| |\ \ | | | | | | | | issue 6612 Issue with handling of emoji
| | * | issue 6612 Issue with handling of emojialbert-github2018-11-121-10/+39
| |/ / | | | | | | | | | | | | | | | Regression on adding emoji. - in case of multiple levels of `::` (e.g. `U::V::W`) this resulted in the fact that `:V:` was seen as an emoji and handled as such - in a citelist it is possible to have `pages = {104:1--104:8},`, `number = {4},` and `volume = {28},` but this is translated into `28(4):104:1&ndash;104:8` giving a false positive on `:104:`. the citelist has been excluded from emoji handling.
| * | Merge pull request #6611 from albert-github/feature/bug_debug_latexdocvisitorDimitri van Heesch2018-11-111-2/+0
| |\ \ | | | | | | | | Remove debug statements
| | * | Remove debug statementsalbert-github2018-11-111-2/+0
| | | | | | | | | | | | | | | | Removing some debug statements
* | | | Merge branch 'zeroc-ice-master'Dimitri van Heesch2018-11-1852-1039/+3744
|\ \ \ \ | |/ / / |/| | |
| * | | Minor restructuringDimitri van Heesch2018-11-1816-392/+378
| | | |
| * | | Merge branch 'master' of https://github.com/zeroc-ice/doxygen into ↵Dimitri van Heesch2018-11-1751-1024/+3743
| |\ \ \ |/ / / / | | | | | | | | zeroc-ice-master
| * | | A few more language updatesJoe George2018-11-093-0/+12
| | | |
| * | | Ensure all language files are resetJoe George2018-11-0929-144/+68
| | | |
| * | | Fix Windows build failureJose2018-11-061-3/+3
| | | |