summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix VHDL Latex documentation having two chapters with the same name.Andreas Regel2018-01-081-1/+1
* Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-0828-206/+343
* Replace calls to trTypeString with trVhdlType in single mode, which is the de...Andreas Regel2018-01-083-40/+3
* Merge pull request #636 from ahoogol/masterDimitri van Heesch2018-01-061-3/+6
|\
| * + Added: support RTL for DocXRefItem in htmlahoogol2017-09-021-3/+6
* | More typosluz.paz2018-01-041-1/+1
* | 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-301-3/+3
|\ \ \
| * | | XML output: avoid warnings with scoped enum values in anonymous namespaces.Vladimír Vondruš2017-12-291-3/+3
* | | | Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-2813-120/+342
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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-2513-120/+342
* | | 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-273-7/+34
|\ \ \
| * | | 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
* | | | Bug 788209 - C++: False warning message when inheriting class from tag fileDimitri van Heesch2017-12-251-0/+1
* | | | Bug 790320 - C++ parameter from lambda not recognizedDimitri van Heesch2017-12-251-0/+8
* | | | Bug 729237 - (UnFriendlyTemplate) Spurious warning when documenting friend te...Dimitri van Heesch2017-12-251-0/+1
* | | | Bug 790788 - Doxygen not showing the public, non-static member functionDimitri van Heesch2017-12-251-0/+5
* | | | Merge pull request #602 from albert-github/feature/bug_newline_aliasDimitri van Heesch2017-12-242-1/+14
|\ \ \ \
| * | | | Physical newlines in ALIASES configuration tags.albert-github2017-09-092-1/+14
* | | | | Merge pull request #628 from powARman/fix-vhdlparserDimitri van Heesch2017-12-241-0/+1
|\ \ \ \ \
| * | | | | Fix not initialized pointer when parser is starting on a new file.Andreas Regel2017-12-041-0/+1
* | | | | | Merge pull request #631 from ksztyber/excl_patter_ciDimitri van Heesch2017-12-241-7/+11
|\ \ \ \ \ \
| * | | | | | Allow case insensitive file pattern matching based on CASE_SENSE_NAMESKonrad Sztyber2017-12-101-7/+11
| |/ / / / /
* | | | | | Merge pull request #630 from faheel/change-right-arrowDimitri van Heesch2017-12-241-1/+1
|\ \ \ \ \ \
| * | | | | | Change navtree collapsed list iconFaheel Ahmad2017-12-071-1/+1
| |/ / / / /
* | | | | | Merge pull request #629 from mosra/xml-copy-imagesDimitri van Heesch2017-12-241-9/+14
|\ \ \ \ \ \
| * | | | | | Properly copy images for the XML output.Vladimír Vondruš2017-12-071-9/+14
| |/ / / / /
* | | | | | Merge pull request #627 from mosra/xml-strong-typed-enumsDimitri van Heesch2017-12-241-0/+14
|\ \ \ \ \ \
| * | | | | | Provide information about enum type "strongness" in the XML output.Vladimír Vondruš2017-11-291-0/+7
| * | | | | | Expose underlying enum type in the XML output.Vladimír Vondruš2017-11-291-0/+7
| |/ / / / /
* | | | | | Merge pull request #626 from mosra/xml-using-templatesDimitri van Heesch2017-12-241-4/+1
|\ \ \ \ \ \
| * | | | | | Provide template parameters also for type aliases in the XML output.Vladimír Vondruš2017-11-281-4/+1
| |/ / / / /
* | | | | | Merge pull request #625 from mosra/xml-tableofcontentsDimitri van Heesch2017-12-241-0/+4
|\ \ \ \ \ \
| * | | | | | Expose TOC placeholder in XML output.Vladimír Vondruš2017-11-291-0/+4
* | | | | | | Merge pull request #624 from mosra/xml-page-briefdescriptionDimitri van Heesch2017-12-241-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-251-0/+3
| |/ / / / /
* | | | | | Merge pull request #623 from mosra/xml-encode-invalid-charactersDimitri van Heesch2017-12-241-1/+3
|\ \ \ \ \ \
| * | | | | | Encode invalid XML characters instead of skipping them.Vladimír Vondruš2017-11-251-1/+3
| |/ / / / /
* | | | | | Merge pull request #622 from luzpaz/misc-typosDimitri van Heesch2017-12-2419-31/+31
|\ \ \ \ \ \
| * | | | | | Misc. typosluzpaz2017-12-2319-31/+31
| |/ / / / /
* | | | | | Merge pull request #613 from Cyberboss/patch-1Dimitri van Heesch2017-12-241-1/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Suppresses warning for XML <see langword="..."/>Jordan Brown2017-10-191-1/+12
* | | | | | Merge pull request #621 from mosra/xml-programlisting-filenameDimitri van Heesch2017-11-195-8/+17
|\ \ \ \ \ \
| * | | | | | Propagate language information to all <programlisting> XML elements.Vladimír Vondruš2017-11-193-6/+15