summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* French translator up-to-date.Petr Prikryl2013-09-021-37/+36
* 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
* Avoid double brief description when there are no detailed docsDimitri van Heesch2013-08-231-17/+20
* Bug 705702 - Post-comment blocks on C++11 using definitions attach to followi...Dimitri van Heesch2013-08-231-0/+31
* Merge pull request #17 from groleo/sqlite3Dimitri van Heesch2013-08-221-215/+229
|\
| * sqlite3: add memberdef initializerAdrian Negreanu2013-08-171-2/+5
| * sqlite3: make innerclass refid non-transientAdrian Negreanu2013-08-171-1/+1
| * sqlite3: be more careful with returnAdrian Negreanu2013-08-171-6/+14
| * sqlite3: shuffle the code so it's aligned with xmlgen.cppAdrian Negreanu2013-08-051-207/+210
| * sqlite3: more SQLITE_TRANSIENT-sAdrian Negreanu2013-08-041-2/+2
* | Bug 706236 - Confusing use of GENERATE_TAGFILEDimitri van Heesch2013-08-222-1/+15
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-08-221-3/+12
|\ \
| * | Bug 706520 - Fortran: in body documentation lands on wrong placealbert-github2013-08-211-3/+12
* | | Fixed regression when nested class were processed before their parentDimitri van Heesch2013-08-211-5/+7
|/ /
* | Added -v option (analogous to --version).albert-github2013-08-171-0/+10
* | Minor changes to the way the code for config options is generated (thanks to ...Dimitri van Heesch2013-08-085-429/+430
* | Bug 705586 - @code tag as the last line of a comment block causes the parser ...Dimitri van Heesch2013-08-061-5/+2
* | Brief description did not appear in the page index, when a page did not have ...Dimitri van Heesch2013-08-064-7/+17
* | Bug 701919 - VHDL cross-references fail when unpaired apostrophe presentDimitri van Heesch2013-08-041-1/+4
|/
* Bug 691830 - Logical confusion with DISABLE_INDEX and GENERATE_TREEVIEWDimitri van Heesch2013-08-042-10/+11
* Bug 688858 - SHORT_NAMES break references to \page in PDF outputDimitri van Heesch2013-08-043-3/+20
* Using & in the project name caused invalid HTML and LaTeX outputDimitri van Heesch2013-08-032-6/+12
* Fixed regression caused by the patch for bug 705219Dimitri van Heesch2013-08-031-12/+12
* Fixed issue running dot on files with non-ascii charactersDimitri van Heesch2013-08-031-6/+7
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-08-031-386/+200
|\
| * Merge pull request #15 from groleo/sqlite3Dimitri van Heesch2013-08-031-386/+200
| |\
| | * sqlite3: no more exitAdrian Negreanu2013-08-031-17/+29
| | * sqlite3: support for includes and includedbyAdrian Negreanu2013-08-031-16/+46
| | * sqlite3: sometimes bindXParameter requires SQLITE_TRANSIENTAdrian Negreanu2013-08-031-5/+5
| | * sqlite3: add stubs for page, dirs, example and main-pageAdrian Negreanu2013-08-031-3/+65
| | * sqlite3: update the commentsAdrian Negreanu2013-08-031-32/+47
| | * sqlite3: cleanup prepareStatementsAdrian Negreanu2013-08-031-60/+21
| | * sqlite3: fix warning 'set but not used'Adrian Negreanu2013-08-031-2/+0
| | * sqlite3: remove commented codeAdrian Negreanu2013-08-031-264/+0
| | * sqlite3: capitalize FROM keywordAdrian Negreanu2013-08-021-2/+2
* | | Bug 704172 - Nested Aliases fail when the nested alias has two or more argume...Dimitri van Heesch2013-08-031-2/+44
|/ /
* | Delayed expanding the HTML navigation tree until after the page has loadedDimitri van Heesch2013-08-032-2/+6
|/
* Bug 705190 - Incorrectly parsed Q_PROPERTY with 'long long' or 'long int' typeDimitri van Heesch2013-08-011-1/+1
* Bug 705217 - Can't use unicode characters to execute external commandsDimitri van Heesch2013-08-011-6/+10
* Bug 705219 - Accept IDs using unicode for C/C++ preprocessorDimitri van Heesch2013-08-011-12/+12
* Bug 704412 - doxygen don't hide private Inherited MembersDimitri van Heesch2013-08-017-126/+237
* Bug 704971 - Can't build with MinGWDimitri van Heesch2013-07-282-2/+2
* config.xml is now used to generate configoptions.cpp and config.docDimitri van Heesch2013-07-288-4607/+6902
* Fixed whitespace issue when using \overload without argumentsDimitri van Heesch2013-07-181-1/+1
* Avoid space in the output after \n command following by a newline.Dimitri van Heesch2013-07-171-0/+7
* Fixed problem handling C comments inside a \code block.Dimitri van Heesch2013-07-161-3/+3
* Improved handling of \internal and \endinternalDimitri van Heesch2013-07-155-24/+37
* Removed extra newline when reading in an input fileDimitri van Heesch2013-07-141-55/+1