summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vhdl'Dimitri van Heesch2014-08-0214-3042/+3665
|\
| * New VHDL parser implementationDimitri van Heesch2014-08-0214-3042/+3665
* | Merge pull request #202 from jannick0/masterDimitri van Heesch2014-07-201-1/+1
|\ \ | |/ |/|
| * Update dot.cppjannick02014-07-191-1/+1
* | More robust extraction of scope information from tag filesDimitri van Heesch2014-07-182-15/+25
* | Merge pull request #196 from albert-github/feature/bug_702584_2Dimitri van Heesch2014-07-132-2/+6
|\ \
| * | Bug 702584 - \cite rejects valid BibTeX keysalbert-github2014-07-062-2/+6
* | | Merge pull request #190 from wtschueller/fix705503Dimitri van Heesch2014-07-131-5/+52
|\ \ \
| * | | Bug 705503 - TCL: Documentation of oo::define is not workingwtschueller2014-06-281-5/+52
| |/ /
* | | Merge pull request #189 from wtschueller/masterDimitri van Heesch2014-07-131-36/+233
|\ \ \
| * | | Tcl: correct namespace resolution in case of INLINE_SOURCES = YESwtschueller2014-07-121-1/+19
| * | | Tcl: refactor similar code into tcl_codify_token functionwtschueller2014-06-191-96/+47
| * | | Tcl: support switch commandwtschueller2014-06-181-1/+182
| * | | Tcl: support eval/catch commandswtschueller2014-06-171-2/+49
* | | | Documentation generator: added support for C# property accessors visibility m...Maksim Osipov2014-07-044-6/+90
* | | | Language parser: added support for C# property accessors visibility modifiers.Maksim Osipov2014-07-032-0/+8
| |/ / |/| |
* | | Bug 731985 - Variadic macros failing to expand if trailing ... is emptyDimitri van Heesch2014-06-241-2/+3
* | | Merge branch 'docbook'Dimitri van Heesch2014-06-2016-217/+380
|\ \ \
| * | | Docbook output improvementsDimitri van Heesch2014-06-2016-186/+390
| |/ /
* | | Merge pull request #186 from albert-github/feature/bug_702584Dimitri van Heesch2014-06-201-0/+4
|\ \ \
| * | | Bug 702584 - \cite rejects valid BibTeX keysalbert-github2014-06-191-0/+4
| |/ /
* | | resolves the error of unbalanced tags opened/closed in docbook output: parser...Allan Clark2014-06-171-1/+10
|/ /
* | Bug 730520 - No documentation generated for method-less C++ structDimitri van Heesch2014-06-164-10/+20
* | Merge pull request #181 from wtschueller/masterDimitri van Heesch2014-06-161-74/+218
|\ \
| * | Tcl: recurse for []wtschueller2014-06-111-74/+182
| * | Tcl: collect XRefs also if INLINE_SOURCES = nowtschueller2014-06-101-0/+36
* | | Added build support for Python3+ and Python2.6+Dimitri van Heesch2014-06-154-173/+179
* | | Merge pull request #179 from jwakely/patch-2Dimitri van Heesch2014-06-111-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typoJonathan Wakely2014-06-061-1/+1
* | | Bug 731363 - Callgraphs for C# only generated for methods inside the same classDimitri van Heesch2014-06-101-75/+81
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-06-091-1/+1
|\ \ \
| * \ \ Merge pull request #178 from ellert/masterDimitri van Heesch2014-06-091-1/+1
| |\ \ \
| | * | | \usepackage{fixltx2e} must come before use \usepackage{float}Mattias Ellert2014-06-041-1/+1
| | |/ /
* | | | Bug 731238 - Dead links in html documentation when using tabs for indentation...Dimitri van Heesch2014-06-071-2/+3
|/ / /
* | | Bug 727732 - Nested C structures/unions does not work with groupsDimitri van Heesch2014-06-061-0/+12
|/ /
* | Merge pull request #172 from hansec/fortran_typdefDimitri van Heesch2014-05-291-28/+35
|\ \
| * | Fix FORTRAN code function scope testChris Hansen2014-05-271-1/+1
| * | Fix highlighting issuesChris Hansen2014-05-191-6/+25
| * | Fix unnecessary rules for FORTRAN typesChris Hansen2014-05-121-22/+10
* | | Fix description of USE_PDFLATEXJonathan Wakely2014-05-291-1/+1
* | | Update latexgen.cppjannick02014-05-211-0/+1
* | | make.bat: change current directoryjannick02014-05-211-1/+3
* | | make.bat: change current directoryjannick02014-05-211-0/+1
| |/ |/|
* | Bug 730418 - man page extension is incorrectalbert-github2014-05-201-1/+1
* | Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ...Dimitri van Heesch2014-05-1814-6441/+2787
|/
* Merge pull request #171 from hansec/fortran_case_regressionDimitri van Heesch2014-05-071-1/+1
|\
| * Fixes regression due to PR 169Chris Hansen2014-05-071-1/+1
* | Coded coloring of flow statements corrected (regression)albert-github2014-05-071-2/+2
|/
* Merge branch 'select_type' of https://github.com/hansec/doxygen into hansec-s...Dimitri van Heesch2014-05-061-7/+12
|\
| * Add type option to FORTRAN select statementsChris Hansen2014-05-051-1/+6