summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Include header for CompilationDatabaseIsaac Hier2018-05-231-0/+1
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-06-101-1/+1
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | Bug 796494 - Collapsed treeview arrow displays as emoji in Microsoft Edgealbert-github2018-06-041-1/+1
| | * | | | | | Merge branch 'feature/bug_enum' of https://github.com/albert-github/doxygen i...Dimitri van Heesch2018-06-102-34/+143
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Implementation Fortran ENUM / ENUMERATIONalbert-github2018-02-172-46/+153
| | * | | | | | Merge branch 'master' into vhdl-localizationAndreas Regel2018-05-2869-439/+838
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-05-2212-55/+107
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge pull request #689 from albert-github/feature/bug_vhdl_code_colorDimitri van Heesch2018-05-221-17/+51
| | | | |\ \ \ \ \
| | | | | * | | | | Added some VHDL code coloringalbert-github2018-03-311-17/+51
| | | | * | | | | | Merge pull request #687 from albert-github/feature/bug_vhdl_ports_htmlDimitri van Heesch2018-05-2211-38/+56
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | * | | | | Better HTML output for VHDL Portsalbert-github2018-03-2911-38/+56
| | | | | |/ / / /
| | | * | | | | | Moved #include "config.h" back to the original placeDimitri van Heesch2018-05-2217-16/+15
| | | * | | | | | Merge branch 'feature/bug_latex_languages' of https://github.com/albert-githu...Dimitri van Heesch2018-05-2236-67/+218
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | Merge branch 'master' into feature/bug_latex_languagesDimitri van Heesch2018-05-0133-204/+460
| | | | |\ \ \ \ \
| | | | * | | | | | Improvement LaTeX output (Regression)albert-github2018-04-092-4/+4
| | | | * | | | | | Improvement LaTeX outputalbert-github2018-04-0936-68/+217
| | | | | |/ / / / | | | | |/| | | |
| | | * | | | | | Merge pull request #725 from albert-github/feature/bug_796086Dimitri van Heesch2018-05-211-1/+1
| | | |\ \ \ \ \ \
| | | | * | | | | | Bug 796086 - Adjacent xrefitems always added to first list present on pagealbert-github2018-05-141-1/+1
| | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | Merge pull request #723 from albert-github/feature/dead_codeDimitri van Heesch2018-05-212-2/+0
| | | |\ \ \ \ \ \
| | | | * | | | | | Remove some dead codealbert-github2018-05-142-2/+0
| | | | |/ / / / /
| | | * | | | | | Merge pull request #727 from albert-github/feature/bug_toc_overlapDimitri van Heesch2018-05-211-0/+3
| | | |\ \ \ \ \ \
| | | | * | | | | | Numbers overlap the titles in TOC of PDFalbert-github2018-05-161-0/+3
| | | | |/ / / / /
| | | * | | | | | Corrected warning in case of a not supported output format with \image command.albert-github2018-05-161-7/+9
| | | |/ / / / /
| | * | | | | | Return VHDL specific text in trClassHierarchyDescription()Andreas Regel2018-01-092-4/+21
| | * | | | | | Remove default assignment from Translator::trVhdlType() declarationAndreas Regel2018-01-094-6/+6
| | * | | | | | Change german translation of trClassDocumentation() for VHDL output.Andreas Regel2018-01-081-1/+1
| | * | | | | | 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
* | | | | | | | Enable in page table of contents for XML and add maximum level to in page tab...albert-github2018-07-1211-29/+158
|/ / / / / / /
* | | | | | | Enable in page table of contents for LaTeXalbert-github2018-05-2111-165/+220
| |/ / / / / |/| | | | |
* | | | | | Problem with TEST_FLAGS when using CMake for Visual StudioTushar Maheshwari2018-05-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fixed compiler warning for nested /* in scanner.lDimitri van Heesch2018-05-011-2/+2
* | | | | Merge pull request #684 from albert-github/feature/bug_794567Dimitri van Heesch2018-05-011-104/+0
|\ \ \ \ \
| * | | | | Bug 794567 - Doxygen crash when using \code{.markdown}...\endcode in VHDL sourcealbert-github2018-03-271-104/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #686 from albert-github/feature/bug_vhdl_error_messageDimitri van Heesch2018-05-011-0/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Making VHDL error messages more doxygen likealbert-github2018-03-271-0/+7
| |/ / /
* | | | Merge pull request #710 from albert-github/feature/bug_dot_graphsDimitri van Heesch2018-05-012-17/+109
|\ \ \ \
| * | | | Large CALL / CALLER graphs cannot be processed in LaTeXalbert-github2018-04-262-17/+109
* | | | | Merge pull request #711 from albert-github/feature/bug_768240Dimitri van Heesch2018-05-012-29/+83
|\ \ \ \ \
| * | | | | Bug 768240 - Make maxLineLen of latex output configurablealbert-github2018-04-262-29/+83
| |/ / / /
* | | | | Merge pull request #654 from albert-github/feature/bug_group_consistencyDimitri van Heesch2018-04-291-2/+4
|\ \ \ \ \
| * | | | | Consistency for "group" commandsalbert-github2018-02-121-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #707 from luzpaz/misc-typosDimitri van Heesch2018-04-2911-17/+17
|\ \ \ \ \
| * | | | | Misc. typosluz.paz2018-04-2511-17/+17
| | |/ / / | |/| | |
* | | | | Merge pull request #708 from albert-github/feature/bug_fortran_code_realDimitri van Heesch2018-04-291-9/+19
|\ \ \ \ \
| * | | | | Fortran code coloring improvements (REAL and comment lines)albert-github2018-04-261-9/+19
| |/ / / /
* | | | | Wrong determination of begin / end tag of formula in markdown.albert-github2018-04-261-1/+1
|/ / / /
* | | | Merge pull request #706 from c-lipka/dirinfo_doxDimitri van Heesch2018-04-221-2/+2
|\ \ \ \
| * | | | Include "empty" directories in the documentation if they contain a `.dox` fil...Christoph Lipka2018-04-141-2/+2
| | |/ / | |/| |