summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Bug 735590 - [PATCH] Remove not needed pointer initialization in src/entry.cppDimitri van Heesch2014-08-301-15/+1
* | | | Bug 735589 - [PATCH] Remove not needed variable initialization in src/classde...Dimitri van Heesch2014-08-301-3/+3
* | | | Bug 735587 - [PATCH] Fix a terminating null character after fread in src/file...Dimitri van Heesch2014-08-301-7/+10
* | | | Bug 735499 - [PATCH] Fix potential modulo by zero in src/template.cppDimitri van Heesch2014-08-301-1/+9
* | | | Bug 735497 - [PATCH] Fix wrong pointer initialization in src/definition.cppDimitri van Heesch2014-08-301-1/+1
* | | | Bug 735483 - [PATCH] Fix a potential null pointer dereference in src/searchin...Dimitri van Heesch2014-08-301-1/+1
* | | | Bug 735482 - [PATCH] Remove a not needed initialization of a local variable i...Dimitri van Heesch2014-08-301-1/+1
* | | | Bug 735481 - [PATCH] Mismatch in memory allocation/de-allocation function in ...Dimitri van Heesch2014-08-301-1/+1
* | | | Bug 735477 - [PATCH] Fix a potential null pointer dereference in src/memberde...Dimitri van Heesch2014-08-301-1/+1
| |/ / |/| |
* | | Merge pull request #210 from albert-github/feature/snippet_from_current_fileDimitri van Heesch2014-08-262-1/+3
|\ \ \
| * | | Create an easy possibility to take a snippet from the current file.albert-github2014-08-152-1/+3
* | | | Merge pull request #212 from albert-github/feature/fortran_incomplete_arg_com...Dimitri van Heesch2014-08-261-42/+80
|\ \ \ \
| * | | | Better handling of inline Fortran parameter documentationalbert-github2014-08-231-42/+80
* | | | | Merge pull request #215 from ellert/brief-misplacedDimitri van Heesch2014-08-261-6/+1
|\ \ \ \ \
| * | | | | 651859 - Brief description misplaced in man page outputMattias Ellert2014-08-261-6/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-261-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #213 from ellert/groupdefDimitri van Heesch2014-08-241-0/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651850Mattias Ellert2014-08-241-0/+8
| |/ / /
* | | | Fix potential crash when reading tag file which contained nested java classes...Dimitri van Heesch2014-08-262-4/+18
* | | | Bug 735145 - QHP toc broken if mainpage with PROJECT_NAME title has sections/...Dimitri van Heesch2014-08-243-8/+22
* | | | Fixed typos and formatting in Doxyfile (thanks to Armin Mueller)Dimitri van Heesch2014-08-222-65/+66
* | | | Bug 735194 - src/Makefile.libdoxycfg shouldn't be distributedDimitri van Heesch2014-08-222-0/+2
|/ / /
* | | Bug 734828 - Request: disable building documentation if Python 2.6 or newer n...Release_1_8_8Dimitri van Heesch2014-08-211-1/+1
* | | Bug 735037 - QGDict::hashAsciiKey: Invalid null keyDimitri van Heesch2014-08-211-2/+9
* | | Preparations for release 1.8.8Dimitri van Heesch2014-08-214-4/+138
* | | Bug 735001 - No output for markdown pages with duplicate label title (differe...Dimitri van Heesch2014-08-191-4/+4
* | | Bug 734331 - (Kashej) Strong enum members listed in containing namespaceDimitri van Heesch2014-08-181-10/+18
* | | Merge branch 'albert-github-feature/bug_no_warning_on_cite'Dimitri van Heesch2014-08-182-7/+6
|\ \ \
| * | | Minor fixesDimitri van Heesch2014-08-181-6/+5
| * | | No warning in case cite definition is missingalbert-github2014-08-182-2/+2
|/ / /
* | | Merge branch 'albert-github-feature/bug_700510'Dimitri van Heesch2014-08-182-82/+65
|\ \ \
| * | | Fixed typo and used QString for directoryDimitri van Heesch2014-08-181-3/+2
| * | | Merge branch 'feature/bug_700510' of https://github.com/albert-github/doxygen...Dimitri van Heesch2014-08-182-81/+65
| |\ \ \ |/ / / /
| * | | BugĀ 700510 - Bibliography duplicate filenames failsalbert-github2014-07-061-3/+1
| * | | Bug 700510 - Bibliography duplicate filenames failsalbert-github2014-07-051-78/+64
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-181-3/+3
|\ \ \ \
| * \ \ \ Merge pull request #211 from albert-github/feature/fortranscanner_typoDimitri van Heesch2014-08-161-3/+3
| |\ \ \ \
| | * | | | Correction of typing erroralbert-github2014-08-161-3/+3
| |/ / / /
* | | | | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-182-19/+35
|/ / / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-154-27/+45
|\ \ \ \
| * \ \ \ Merge pull request #209 from albert-github/feature/html_extra_stylesheetsDimitri van Heesch2014-08-154-27/+45
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Support multiple extra HTML stylesheets.albert-github2014-08-154-27/+45
| |/ / /
* | | | Bug 733722 - XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form f...Dimitri van Heesch2014-08-152-6/+16
* | | | Bug 734245 - Q_PROPERTY switches the member access from private to publicDimitri van Heesch2014-08-151-1/+4
* | | | Bug 583958 - Class diagrams and class hierarchy don't work for java generic c...Dimitri van Heesch2014-08-142-27/+28
|/ / /
* | | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-144-18/+20
* | | Bug 734704 Sigsegv while generating XML outputDimitri van Heesch2014-08-131-1/+1
* | | Vhdl fixesDimitri van Heesch2014-08-1116-5556/+6067
* | | Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-1031-62/+544
* | | Bug 733451 - volatile declaration on member functions is not handled as xml a...Dimitri van Heesch2014-08-082-7/+11