summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added PHP7 support for the search engine on HTML output.daMaex2018-03-223-8/+8
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-03-1721-40/+141
|\
| * Merge pull request #664 from albert-github/feature/bug_791410Dimitri van Heesch2018-03-041-1/+5
| |\
| | * Bug 791410 - doxygen has problem with operator&=()albert-github2018-02-251-1/+5
| |/
| * Merge pull request #647 from jwuttke/masterDimitri van Heesch2018-02-101-1/+1
| |\
| | * correct typo in commentJoachim Wuttke (h)2018-02-031-1/+1
| * | Merge pull request #650 from albert-github/feature/bug_792727Dimitri van Heesch2018-02-101-0/+1
| |\ \
| | * | Bug 792727 - unescaped double quote in searchdata.js breaks search box functi...albert-github2018-02-041-0/+1
| | |/
| * | Merge pull request #649 from albert-github/feature/docu_reference_relationDimitri van Heesch2018-02-101-1/+1
| |\ \
| | * | Small clarification for REFERENCED_BY_RELATIONalbert-github2018-02-031-1/+1
| | |/
| * | Merge pull request #648 from albert-github/feature/bug_792415Dimitri van Heesch2018-02-101-0/+4
| |\ \
| | * | Bug 792415 - Blank rows on class page when using external tag filealbert-github2018-02-031-0/+4
| | |/
| * | Merge pull request #646 from albert-github/feature/bug_792935Dimitri van Heesch2018-02-101-1/+6
| |\ \
| | * | Bug 792935 - error: Could not open file .../doc/html/functions_ .html for wri...albert-github2018-02-021-1/+6
| | |/
| * | Merge pull request #645 from albert-github/feature/bug_638606Dimitri van Heesch2018-02-101-0/+16
| |\ \
| | * | Bug 638606 - Support for C# nullable typealbert-github2018-02-011-0/+16
| | |/
| * | Merge pull request #644 from albert-github/feature/bug_793052Dimitri van Heesch2018-02-101-1/+8
| |\ \
| | * | Bug 793052 - C#: Incorrect parsing of property definitions containing "//" sy...albert-github2018-01-311-1/+8
| | |/
| * | Merge pull request #643 from luzpaz/even-moar-typosDimitri van Heesch2018-02-105-6/+6
| |\ \ | | |/ | |/|
| | * Misc. typosluz.paz2018-02-065-6/+6
| |/
| * Merge pull request #638 from powARman/fix-vs2013-buildDimitri van Heesch2018-01-091-3/+3
| |\
| | * Fix building with Visual Studio 2013Andreas Regel2018-01-081-3/+3
| |/
| * Merge pull request #634 from analizo/doxyparse-minor-fixesDimitri van Heesch2018-01-062-8/+37
| |\
| | * doxyparse bugfixes and minor improvementsJoenio Costa2017-12-282-8/+37
| * | Merge pull request #636 from ahoogol/masterDimitri van Heesch2018-01-062-10/+45
| |\ \
| | * | + Added: support RTL for DocXRefItem in htmlahoogol2017-09-021-3/+6
| | * | -Fixed: last line underline overlap border in html fragmentahoogol2017-09-021-4/+4
| | * | - Fixed: text-align of rtl tocahoogol2017-08-281-1/+28
| | * | - Fixed: list item bullets overlap floating elements in htmlahoogol2017-08-281-4/+9
| * | | Merge pull request #637 from luzpaz/moar-typosDimitri van Heesch2018-01-065-8/+8
| |\ \ \
| | * | | More typosluz.paz2018-01-045-8/+8
| |/ / /
* | | | Bug 777746 - Build of PDF with LaTEX breaksDimitri van Heesch2018-03-171-1/+1
|/ / /
* | | Merge branch 'albert-github-feature/bug_783134'Dimitri van Heesch2017-12-315-2/+38
|\ \ \
| * | | Bug 783134 - LaTeX output for \tparam block fails to compile when it contains...Dimitri van Heesch2017-12-315-12/+33
| * | | Merge branch 'feature/bug_783134' of https://github.com/albert-github/doxygen...Dimitri van Heesch2017-12-314-1/+16
| |\ \ \ |/ / / /
| * | | Bug 783134 - LaTeX output for \tparam block fails to compile when it contains...albert-github2017-05-284-1/+16
* | | | Merge pull request #635 from mosra/xml-no-warn-on-enum-in-anon-nsDimitri van Heesch2017-12-303-3/+60
|\ \ \ \
| * | | | XML output: avoid warnings with scoped enum values in anonymous namespaces.Vladimír Vondruš2017-12-293-3/+60
* | | | | Merge branch 'ahoogol-master'Dimitri van Heesch2017-12-3017-186/+609
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-2817-186/+609
| |\ \ \ \ |/ / / / / | | | _ / | | | /
| * | | Fixed one remained compile error in clangahoogol2017-06-281-1/+1
| * | | Fixed compile errors in clang and gccahoogol2017-06-283-28/+28
| * | | Added support for RTL(right to left) languages like Arabic and Persian in HTM...ahoogol2017-06-2517-186/+609
* | | | Merge branch 'mehw-variadic'Dimitri van Heesch2017-12-2811-3/+1022
|\ \ \ \
| * | | | Add variadic arguments support to @link and @ref, aka '...' arguments, fixesDimitri van Heesch2017-12-282-1/+37
| * | | | Merge branch 'variadic' of https://github.com/mehw/doxygen into mehw-variadicDimitri van Heesch2017-12-2711-7/+990
| |\ \ \ \ |/ / / / /
| * | | | Add variadic template function regression testsMatthew White2017-08-034-0/+808
| * | | | Add variadic function arguments '...' regression testsMatthew White2017-08-034-0/+148
| * | | | Fix/New: add variadic function args '...' support to @refMatthew White2017-08-032-2/+3
| * | | | Fix/New: add variadic function args '...' support to @linkMatthew White2017-08-032-5/+31