summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-09-133-126/+181
|\
| * Merge pull request #34 from pepr/masterDimitri van Heesch2013-09-133-126/+181
| |\
| | * Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2013-09-1114-356/+726
| | |\
| | * | doc/language.doc generated from the updated sources (bgcolored)Petr Prikryl2013-09-041-135/+139
| | * | doc/language.tpl -- UTF-8 reflected in the langhowto templatePetr Prikryl2013-09-041-12/+15
| | * | doc/translator.py -- coloured status in HTMLPetr Prikryl2013-09-041-15/+64
* | | | Minor layout tweaks and extra guardDimitri van Heesch2013-09-131-5/+12
* | | | Merge branch 'for-upstream' of https://github.com/groleo/doxygen-1 into grole...Dimitri van Heesch2013-09-131-1/+14
|\ \ \ \ | |/ / / |/| | |
| * | | consider currentFile when searching for global symbolsAdrian Negreanu2013-09-101-1/+14
| | |/ | |/|
* | | Fixed compilation issues in doxyappDimitri van Heesch2013-09-132-0/+8
* | | Bug 707483 - Wrong page number and header in pdf outputDimitri van Heesch2013-09-091-1/+2
|/ /
* | Doxygen didn't allow @ref to parameters of type reference to an array.Dimitri van Heesch2013-09-092-2/+4
* | Bug 154880 - if "using namespace" used, call of a static member function in C...Dimitri van Heesch2013-09-091-1/+1
* | testing dir was missing from 'make archive'Dimitri van Heesch2013-09-091-1/+1
* | Avoid accessing uninitialized memory in fileToStringDimitri van Heesch2013-09-081-1/+6
* | Merge pull request #31 from albert-github/feature/bug_707685Dimitri van Heesch2013-09-072-3/+37
|\ \
| * | Bug 707685 - Fortran: error message when missing last EOLalbert-github2013-09-071-1/+31
| * | Bug 707554 - When I use @INCLUDE DoxyWizard is closedalbert-github2013-09-061-2/+6
|/ /
* | Removed japanese characters in maintainers.txt as they break the buildDimitri van Heesch2013-09-062-6/+7
* | Bug 707567 - Asterisks in comment wrongly displayed for @codeDimitri van Heesch2013-09-062-15/+43
* | Bug 707102 - update the Japanese translationDimitri van Heesch2013-09-042-323/+623
* | Bug 707431 - Cannot @ref or @link C++ operator overloadsDimitri van Heesch2013-09-041-1/+1
* | Bug 707353 - Accept IDs using unicode(non ASCII) characters in python codesDimitri van Heesch2013-09-042-4/+4
* | Regenerated language.docDimitri van Heesch2013-09-041-40/+41
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-09-036-75/+253
|\
| * Merge pull request #29 from albert-github/feature/bug_706520_2Dimitri van Heesch2013-09-031-1/+1
| |\
| | * Bug 706520 - Fortran: in body documentation lands on wrong placealbert-github2013-09-021-1/+1
| * | Merge pull request #28 from pepr/masterDimitri van Heesch2013-09-035-74/+252
| |\ \
| | * | Russian translator updated, new Russian maintainer added.Petr Prikryl2013-09-022-1/+177
| | * | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2013-09-0212-13/+34
| | |\ \ | | |/ / | |/| |
| | * | .gitignore -- generated /doxygen_docs and /doxygen.tag added.Petr Prikryl2013-09-021-0/+3
| | * | doc/language.tpl -- trailing spaces removedPetr Prikryl2013-09-021-36/+36
| | * | French translator up-to-date.Petr Prikryl2013-09-021-37/+36
* | | | VHDL-2008 and arrays on unconstrained elementsDimitri van Heesch2013-09-033-11/+18
|/ / /
* | | Bug 706916 - C++ exception specifications are no longer parsed correctlyDimitri van Heesch2013-08-271-2/+2
* | | Bug 683897 - class list not sorted?Dimitri van Heesch2013-08-274-4/+8
* | | Bug 706874 - Doxygen crash if missing new-line in a snippetDimitri van Heesch2013-08-271-1/+7
| |/ |/|
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-08-272-2/+2
|\ \
| * \ Merge pull request #27 from albert-github/feature/bug_706804Dimitri van Heesch2013-08-271-1/+1
| |\ \
| | * | Bug 706804 - Fortran: Doxygen mixes up function-attributes with the return typealbert-github2013-08-261-1/+1
| * | | Merge pull request #26 from albert-github/feature/miscDimitri van Heesch2013-08-271-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Small spelling correctionalbert-github2013-08-251-1/+1
| |/
* | Bug 706813 - RPM build via spec file failsDimitri van Heesch2013-08-271-1/+1
* | Bug 701949 - Latex: Hyperlinks for \secreflist / \refitemDimitri van Heesch2013-08-231-1/+11
* | Bug 693537 - Create possibility to keep user comments in DoxyfileDimitri van Heesch2013-08-232-2/+3
|/
* Revision bump for configure scriptRelease_1_8_5Dimitri van Heesch2013-08-231-1/+1
* Updated changelog for release 1.8.5Dimitri van Heesch2013-08-231-5/+110
* Bug 703791 - [PATCH] Out-of-line docs for class template specialisations failingDimitri van Heesch2013-08-231-0/+5
* Fix potential assert when members of base class were not yet countedDimitri van Heesch2013-08-231-0/+2
* Made a couple of minor performance tweeks to navtree.jsDimitri van Heesch2013-08-232-20/+60