summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #242 from albert-github/feature/plantuml_dependencyfeature2Dimitri van Heesch2014-10-211-2/+2
|\
| * Remove dependency of PLantUML on HAVE_DOTalbert-github2014-10-181-2/+2
* | Merge pull request #240 from albert-github/feature/bug_738754Dimitri van Heesch2014-10-211-1/+1
|\ \
| * | Bug 738574 - … is replaced by \cdots rather than \dots in the LaTeX ou...albert-github2014-10-151-1/+1
| |/
* | Merge pull request #239 from albert-github/feature/bug_738548Dimitri van Heesch2014-10-211-0/+9
|\ \
| * | Bug 738548 - latex: dead links to source codealbert-github2014-10-151-0/+9
| |/
* | Merge pull request #238 from frosteyes/masterDimitri van Heesch2014-10-211-0/+1
|\ \
| * | Updated configuration script and libdoxygen.pro.in to use llvm-configClaus Stovgaard2014-10-141-0/+1
| |/
* | Merge pull request #237 from albert-github/feature/bug_fortran_codecommentDimitri van Heesch2014-10-211-0/+11
|\ \
| * | Last comment of \code{.f90} missingalbert-github2014-10-111-0/+11
* | | Merge pull request #232 from albert-github/feature/problem_mathptmxDimitri van Heesch2014-10-211-1/+0
|\ \ \ | |_|/ |/| |
| * | Package mathptmx gives discrepancy between pdf and HTML formulasalbert-github2014-10-051-1/+0
| |/
* | Merge pull request #235 from albert-github/feature/bug_738063Dimitri van Heesch2014-10-112-3/+25
|\ \
| * | Bug 738063 - Fortran attribute contiguous not identifiedalbert-github2014-10-112-3/+25
| |/
* | Merge pull request #234 from albert-github/feature/bug_tocDimitri van Heesch2014-10-111-1/+1
|\ \
| * | Empty entry in \tableofcontents in case e.g. section without description.albert-github2014-10-111-1/+1
| |/
* | Merge pull request #233 from albert-github/feature/bug_cite_perlDimitri van Heesch2014-10-111-2/+9
|\ \
| * | Generate error message in case bibtex generation failsalbert-github2014-10-101-2/+9
| |/
* | Bug 737444 - Java: Annotations with brackets prevent documentationDimitri van Heesch2014-10-111-1/+1
* | Fixed to small memory leaksDimitri van Heesch2014-09-283-1/+6
|/
* Fixed problem finding \enduml when using /// style comments.Dimitri van Heesch2014-09-261-2/+9
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-09-231-1/+1
|\
| * Merge pull request #231 from hansonw/masterDimitri van Heesch2014-09-231-1/+1
| |\
| | * Fix bug with C++11 static_asserthanson.wang2014-09-161-1/+1
* | | Bug 736389 - [PATCH] Fix a potential null pointer dereference in src/vhdldocg...Dimitri van Heesch2014-09-231-2/+1
* | | Bug 736387 - [PATCH] Fix a potential null pointer dereference in src/index.cppDimitri van Heesch2014-09-231-2/+2
* | | Bug 736386 - [PATCH] Fix another potential null pointer dereference in src/ut...Dimitri van Heesch2014-09-231-1/+1
* | | Bug 736385 - [PATCH] Fix potential null pointer dereference in src/util.cppDimitri van Heesch2014-09-231-1/+1
* | | Bug 736023 - [PATCH] Remove not needed variable initialization in src/cite.cppDimitri van Heesch2014-09-231-1/+0
* | | Bug 736022 - [PATCH] Fix potential null pointer dereference in src/index.cppDimitri van Heesch2014-09-233-5/+5
* | | Bug 736020 - [PATCH] Fix identical code for different branches in src/transla...Dimitri van Heesch2014-09-231-2/+2
* | | Bug 736018 - [PATCH] Fix potential null pointer dereference in src/dbusxmlsca...Dimitri van Heesch2014-09-231-1/+1
* | | Bug 735985 - [PATCH] Fix missing unchecked return value in src/dot.cppDimitri van Heesch2014-09-231-1/+5
* | | Bug 735982 - [PATCH] Fix potential allocation of huge memory amount due to ty...Dimitri van Heesch2014-09-231-3/+6
* | | Bug 735929 - [PATCH] Windows: Process exit code is ignored for processes laun...Dimitri van Heesch2014-09-231-1/+7
* | | Bug 735926 - [PATCH] RTF output: \\diafile and \\mscfile do not workDimitri van Heesch2014-09-231-5/+6
* | | Bug 735925 - [Patch] DocBook: Possible name clash for generated image filesDimitri van Heesch2014-09-231-1/+1
* | | Bug 735924 - [Patch] Documentation: Wrong link for \\diafileDimitri van Heesch2014-09-231-1/+1
* | | Bug 735376 - tag file: Unknown compound attribute `singleton' found!Dimitri van Heesch2014-09-222-2/+16
|/ /
* | Merge branch 'tagfile'Dimitri van Heesch2014-09-2224-395/+775
|\ \ | |/ |/|
| * Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-2224-395/+775
* | Merge pull request #226 from albert-github/feature/plantuml_includeDimitri van Heesch2014-09-162-1/+26
|\ \
| * | Support plantuml !include statementalbert-github2014-09-072-1/+26
* | | Merge pull request #225 from albert-github/feature/plantuml_charsetDimitri van Heesch2014-09-161-0/+1
|\ \ \
| * | | Support charset option for PlantUNLalbert-github2014-09-071-0/+1
| |/ /
* | | Merge pull request #224 from albert-github/feature/bug_634763_2Dimitri van Heesch2014-09-161-4/+20
|\ \ \
| * | | Bug 634763 - Fortran: external subroutine as dummy argument not recognizedalbert-github2014-09-071-4/+20
| |/ /
* | | Merge pull request #223 from albert-github/feature/bug_735198Dimitri van Heesch2014-09-161-1/+12
|\ \ \ | |_|/ |/| |
| * | Bug 735198 - plantUML requires epstopdf for building PDF filesalbert-github2014-09-071-1/+12
* | | Regression class<T extends V> resulted in class<V> as the page titleDimitri van Heesch2014-09-145-15/+20