summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-09-114-24/+406
|\ \ \
| * \ \ Merge pull request #163 from squan888/masterDimitri van Heesch2014-09-112-3/+19
| |\ \ \ | | | | | | | | | | Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option
| | * | | Bug 729236 - Added HIDE_COMPOUND_REFERENCE config optionStephen Quan2014-04-302-3/+19
| | | | |
| * | | | Portuguese and Brazilian Portuguese translators updated to 1.8.5.Fabio Jun Takada Chino2014-09-102-21/+387
| | | | |
* | | | | Fix to show relations between C#/Java generic classesDimitri van Heesch2014-09-111-11/+21
| | | | |
* | | | | Bug 736027 - [PATCH] Remove not needed local variable in src/doxygen.cppDimitri van Heesch2014-09-091-1/+1
| | | | |
* | | | | Bug 736029 - [PATCH] Remove redundant if/else branch in src/lodepng.cppDimitri van Heesch2014-09-091-12/+3
| | | | |
* | | | | Bug 736030 - [PATCH] Remove redundant if/else branch in src/translator_lt.hDimitri van Heesch2014-09-091-1/+1
| | | | |
* | | | | Bug 736031 - [PATCH] Cleanup redundant if/else branch in src/translator_kr.hDimitri van Heesch2014-09-091-3/+3
| | | | |
* | | | | Bug 736032 - [PATCH] Cleanup redundant if/else branch in src/translator_sr.hDimitri van Heesch2014-09-091-8/+8
| | | | |
* | | | | Bug 736033 - [PATCH] Cleanup redundant if/else branch in src/translator_tw.hDimitri van Heesch2014-09-091-3/+2
| | | | |
* | | | | Bug 736034 - [PATCH] Cleanup redundant if/else branch in src/translator_vi.hDimitri van Heesch2014-09-091-5/+3
| | | | |
* | | | | Bug 736037 - [PATCH] Fix wrong member variable initialization in src/define.cppDimitri van Heesch2014-09-091-1/+1
|/ / / /
* | | | Merge branch 'java_templ_relations'Dimitri van Heesch2014-09-071-4/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Show the parent-child type specialization relation in Java/C# generics ↵Dimitri van Heesch2014-09-071-4/+15
| | | | | | | | | | | | | | | | inheritance diagrams
* | | | Revert "Bug 634763 - Fortran: external subroutine as dummy argument not ↵Dimitri van Heesch2014-09-071-1/+1
|/ / / | | | | | | | | | recognized"
* | | Bug 634763 - Fortran: external subroutine as dummy argument not recognizedalbert-github2014-09-071-1/+1
| |/ |/| | | | | Besides as as attribute the external can also be used as "type"
* | Merge pull request #214 from ellert/missing-spacesDimitri van Heesch2014-09-032-5/+12
|\ \ | | | | | | Bug 651848 & 652276 - Missing spaces in man page output
| * | Bug 652276 - Typedefs in manpages has too few linebreak possiblilitiesMattias Ellert2014-08-312-3/+5
| | |
| * | Use substitute() instead of QString conversionMattias Ellert2014-08-271-2/+1
| | |
| * | Fix for the second issue in bz 651848Mattias Ellert2014-08-261-1/+4
| | |
| * | This is the patch attached to bz 651848 by Robin Gareus.Mattias Ellert2014-08-261-1/+4
| | |
* | | Merge pull request #217 from albert-github/feature/bug_735745Dimitri van Heesch2014-09-031-1/+10
|\ \ \ | | | | | | | | Bug 735745 - Spurious ASSERT message
| * | | Bug 735745 - Spurious ASSERT messagealbert-github2014-08-311-1/+10
| | | | | | | | | | | | | | | | | | | | The ASSERT message is replaced with a normal message. The cmdName might be overwritten so we have to save the name cmdName first, also the first test should not try to read any further, but jump to the end as well )a push has already been performed so a pop etc. is necessary)
* | | | Merge pull request #220 from albert-github/feature/bug_cite_keyDimitri van Heesch2014-09-032-2/+2
|\ \ \ \ | | | | | | | | | | Problem in case of line termination (., a dot) direct after the \cite command
| * | | | Problem in case of line termination (., a dot) direct after the \cite commandalbert-github2014-09-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case a sentence like: Cite reference at end of line with a dot \cite hicks2001. is used the cite_key is hicks2001. (so including the .) This is a regression of Bug 702584 - \cite rejects valid BibTeX keys
* | | | | Merge pull request #219 from albert-github/feature/bug_latex_index_tocDimitri van Heesch2014-09-032-19/+18
|\ \ \ \ \ | | | | | | | | | | | | Different latex problems
| * | | | | Different latex problemsalbert-github2014-09-032-19/+18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bibliography refers to wrong page in the toc In case of LaTeX the reference in the toc tab to the Bibliography page is not correct. According to e.g. http://lookherefirst.wordpress.com/2008/10/05/add-the-bibliography-in-the-table-of-contents/ when using the hyperref package the reference of the toc should be after the \bibliography entry. See to it that the Bibliography page starts at an odd page (like all other chapters) - See to it that the Index page starts at an odd page (like all other chapters) - Not all items are shown in the Index / Index generation crashes (Bug_733323) / Index is not shown The \hypertarget definition contains on 2 places the entire string (including section references and index references) in the caption part. In all other places the caption is empty and the caption part is not used (as a reference) in the \hyperlink command. The caption has been made empty/
* | | | | Bug 735759 - Broken man pages due to bad use of autoBreakMattias Ellert2014-08-311-3/+3
|/ / / /
* | | | Fixed a number of issues (resource leaks, uninitialized members, etc) found ↵Dimitri van Heesch2014-08-317-35/+40
| | | | | | | | | | | | | | | | by coverity
* | | | Bug 735726 - [PATCH] Fix missing break in switch case statementDimitri van Heesch2014-08-301-2/+3
|/ / /
* | | Bug 735475 - Same Expression in translator_kr.hDimitri van Heesch2014-08-301-24/+24
| | |
* | | Bug 735623 - Expression is always false because 'else if' condition matches ↵Dimitri van Heesch2014-08-302-2/+2
| | | | | | | | | | | | previous condition
* | | Bug 735462 - There's no such thing as a private Q_PROPERTYDimitri van Heesch2014-08-301-1/+1
| | |
* | | Bug 735441 - [PATCH] Fix a resource leak in src/vhdldocgen.cppDimitri van Heesch2014-08-301-1/+5
| | |
* | | Bug 735622 - [PATCH] Do not cache inputSize in src/doxygen.cppDimitri van Heesch2014-08-301-3/+2
| | |
* | | Bug 735620 - [PATCH] Remove not needed variable caching in src/markdown.cppDimitri van Heesch2014-08-301-1/+1
| | |
* | | Bug 735591 - [PATCH] Provide exit code in case generatePlantUMLOutput failsDimitri van Heesch2014-08-301-2/+2
| | |
* | | 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 ↵Dimitri van Heesch2014-08-301-3/+3
| | | | | | | | | | | | src/classdef.cpp
* | | Bug 735587 - [PATCH] Fix a terminating null character after fread in ↵Dimitri van Heesch2014-08-301-7/+10
| | | | | | | | | | | | src/filedef.cpp
* | | 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 ↵Dimitri van Heesch2014-08-301-1/+1
| | | | | | | | | | | | src/searchindex.cpp
* | | Bug 735482 - [PATCH] Remove a not needed initialization of a local variable ↵Dimitri van Heesch2014-08-301-1/+1
| | | | | | | | | | | | in src/mangen.cpp
* | | Bug 735477 - [PATCH] Fix a potential null pointer dereference in ↵Dimitri van Heesch2014-08-301-1/+1
| | | | | | | | | | | | src/memberdef.cpp
* | | Merge pull request #210 from albert-github/feature/snippet_from_current_fileDimitri van Heesch2014-08-261-0/+1
|\ \ \ | | | | | | | | Create an easy possibility to take a snippet from the current file.
| * | | Create an easy possibility to take a snippet from the current file.albert-github2014-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | In case the snippet of code is in the current file one has to specify the name of the file and also see to it that the file is reachable through the EXAMPLE_PATH. A use case is the case of a list of initial values here it is quite often more convenient to have the values listed in a 'nice' list than direct in the definition line. With this patch it is possible to specify the name of the file where the snippet resides as: this
* | | | Merge pull request #212 from ↵Dimitri van Heesch2014-08-261-42/+80
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | albert-github/feature/fortran_incomplete_arg_comment Better handling of inline Fortran parameter documentation
| * | | | Better handling of inline Fortran parameter documentationalbert-github2014-08-231-42/+80
| | | | | | | | | | | | | | | | | | | | | | | | | In case the comment for Fortran arguments is empty or just contains @param [direction] <varname> or parts of these. The comment is is not shown and (depending on the configuration settings, a warning is given). Also the detection of inconsistencies between intent attribute and documentation has been improved.