summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added function arguments to the LaTeX tocDimitri van Heesch2015-04-022-1/+5
|
* Fix for rendering the template parameters of members of variadic template ↵Dimitri van Heesch2015-03-223-8/+12
| | | | classes.
* Fixes for showing type constraint relationsDimitri van Heesch2015-03-153-1/+9
|
* Fixed type in printdocvisitor.hDimitri van Heesch2015-03-151-1/+1
|
* Patch fixing a typo in Pull Request 307Dimitri van Heesch2015-03-101-2/+2
|
* Merge pull request #307 from albert-github/feature/bug_745870Dimitri van Heesch2015-03-092-10/+20
|\ | | | | Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21
| * Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-092-10/+20
| | | | | | | | Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
* | Fixed issue accessing uninitialized buffer under certain conditions.Dimitri van Heesch2015-03-081-0/+1
|/
* Merge pull request #303 from albert-github/feature/bug_idl_errorDimitri van Heesch2015-03-053-2/+11
|\ | | | | Better error message in case of IDL inconsistency
| * Better error message in case of IDL inconsistencyalbert-github2015-03-043-2/+11
| | | | | | | | | | | | | | | | In case of an IDL internal doxygen inconsistency ("error: Internal inconsistency: namespace in IDL not module, library or constant group ", see forum report: http://doxygen.10944.n7.nabble.com/Internal-inconsistency-Which-file-td7057.html) it is hard to find out which file causes the problem. In this case the comment block with @namespace was the "problem"). This patch solves this by adding the file and line number of the source file causing the problem.
* | Merge pull request #305 from albert-github/feature/bug_745481Dimitri van Heesch2015-03-051-1/+4
|\ \ | | | | | | Bug 745481 - Doxygen generates bad "More..." file links for functions within a namespace
| * | Bug 745481 - Doxygen generates bad "More..." file links for functions within ↵albert-github2015-03-041-1/+4
| |/ | | | | | | | | | | a namespace Namespaces are recorded at separate pages as well. Condition should be extended for namespaces as well.
* | Merge pull request #304 from albert-github/feature/bug_659590Dimitri van Heesch2015-03-052-4/+16
|\ \ | | | | | | Bug 659590 - EXTRA_PACKAGES can't handle package options
| * | Bug 659590 - EXTRA_PACKAGES can't handle package optionsalbert-github2015-03-041-1/+4
| | | | | | | | | | | | | | | Create the possibility to specify options with the EXTRA_PACKAGES command. It is possible to specify the package by just its name or in the syntax as required by the LaTeX \usepackage command ([<package-option-list>]{<package-list>}[<version>])
| * | Bug 659590 - EXTRA_PACKAGES can't handle package optionsalbert-github2015-03-041-3/+12
| |/ | | | | | | | | Create the possibility to specify options with the EXTRA_PACKAGES command. It is possible to specify the package by just its name or in the syntax as required by the LaTeX \usepackage command ([<package-option-list>]{<package-list>}[<version>])
* | Merge pull request #306 from groleo/masterDimitri van Heesch2015-03-051-1/+4
|\ \ | | | | | | version.py pass configure file path as parameter
| * | version.py pass configure file path as parameterAdrian Negreanu2015-03-051-1/+4
| |/ | | | | | | in case we're building out of tree
* | Bug 745439 - PATCH: please consider making doxygen output byte for byte ↵Dimitri van Heesch2015-03-051-3/+3
| | | | | | | | identical between individual runs by default
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-02-2610-39/+100
|\ \ | |/
| * Merge pull request #302 from albert-github/feature/bug_callgraphDimitri van Heesch2015-02-2610-39/+100
| |\ | | | | | | Adding commands \hidecallgraph and \hidecallergraph
| | * Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-2210-39/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new commands \hidecallgraph and \hidecallergraph it is possible to suppress a call or caller graph even though the corresponding option CALL_GRAPH or CALLER_GRAPH is set. commands.doc config.xml diagrams.doc - updating documentation to support new commands entry.cpp - initialize callgraph and callergraph with the value from the config file commentscan.l - add handling for the new commands context.cpp memberdef.cpp util.cpp - getting the option for CALL_GRAPH and CALLER_GRAPH is not necessary anymore as it is incorporated in the initialization of an Entry item dbusxmlscanner.cpp - initialization is done in the Entry item vhdljjparser.cpp - gBlock was a static variable and therefore initialized before the doxygen main routine started. A Entry element sets now the default for callgraph and callergraph based on the config file and as the config file is not yet known at that moment the value for CALL_GRAPH and CALLER_GRAPH were set to False. By making a pointer of gBlock and doing an appropriate new Entry call this problem is overcome.
* | | Bump copyright yearDimitri van Heesch2015-02-26309-311/+311
| | |
* | | Bug 742095 - Missing documentation after nested C++11 unified initializerDimitri van Heesch2015-02-231-7/+18
|/ /
* | Fixed code reachability bug found by coverity in translator_fi.hDimitri van Heesch2015-02-221-1/+1
|/
* Merge pull request #281 from albert-github/feature/ftn_comment_pos73ffDimitri van Heesch2015-02-213-12/+82
|\ | | | | Fortran: fixed format position 73 and further is comment
| * Fortran: fixed format position 73 and further is commentalbert-github2015-01-041-0/+3
| | | | | | | | Small regression, line with 'C' (Capital C) was edited away, re-instated.
| * Fortran: fixed format position 73 and further is commentalbert-github2015-01-043-13/+80
| | | | | | | | According to the Fortran standard position 73 and further on a line are comment. Until now this was not considered.
* | Merge pull request #273 from albert-github/feature/bug_configDimitri van Heesch2015-02-213-69/+93
|\ \ | | | | | | Consistency in handling HTML and LaTeX in respect to header and footer
| * | Consistency in handling HTML and LaTeX in respect to header and footeralbert-github2014-12-283-69/+93
| | | | | | | | | | | | | | | There was a discrepancy in the handling of the header and footer files between HTML and LaTeX. Also the wrong error / warning routine was called and the config_err and config_warn have been made more consistent with the messages(.cpp)
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-02-2152-76/+115
|\ \ \
| * \ \ Merge pull request #297 from albert-github/feature/dot_index_pngDimitri van Heesch2015-02-2150-70/+105
| |\ \ \ | | | | | | | | | | Support generating index-color PNG files
| | * | | Support generating index-color PNG filesalbert-github2015-02-0850-70/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on the request http://stackoverflow.com/questions/27036474/how-do-make-doxygen-generate-index-color-png-files for index colored png files, this functionality will be included in the newer versions (2.39) of dot. The functionality -Tpng:cairo:gd will automatically be used by doxygen, though the file extension would be wrong (.png:cairo:gd). With this patch the :cairo:gd is stripped from the image extension, but not from the -T of the dot command. In the doxywizard the different possibilities are supplied as well. Note however that the DOT_IMAGE_FORMAT name is not checked when read from the Doxyfile so it is possible to use other renderer / formats as well due to the generic solution with getDot ImageExtension.
| * | | | Merge pull request #299 from rconde01/issue744669Dimitri van Heesch2015-02-211-3/+3
| |\ \ \ \ | | | | | | | | | | | | Fix for issue 744669
| | * | | | Merge branch 'master' into issue744669rconde012015-02-171-3/+3
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Fix for issue 744669 Uses the display name rather than the name for namespace links
| * | | | Merge pull request #300 from rconde01/issue744670Dimitri van Heesch2015-02-211-2/+6
| |\ \ \ \ | | | | | | | | | | | | Fix for issue 744670
| | * | | | Fix for issue 744670rconde012015-02-171-2/+6
| | |/ / / | | | | | | | | | | | | | | | csharp documentation uses "package" rather than "namespace" in some locations
| * | | | Merge pull request #301 from rconde01/issue744671Dimitri van Heesch2015-02-211-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix for issue 744671
| | * | | | Fix for issue 744671rconde012015-02-171-1/+1
| | |/ / / | | | | | | | | | | | | | | | C# enum members are not marked as strong
* | | | | Bug 743675 - Non-ascii characters are not emphasisedDimitri van Heesch2015-02-211-1/+2
|/ / / /
* | | | Added type constraint relations for Java generics to dot graphs and XML outputDimitri van Heesch2015-02-2111-40/+244
|/ / /
* | | Merge pull request #296 from sloriot/fix_bgl_searchDimitri van Heesch2015-02-051-1/+5
|\ \ \ | | | | | | | | increase the size of l when result is modified
| * | | increase the size of l when result is modifiedSebastien Loriot2015-01-311-1/+5
| | | |
* | | | Bug 743605 - Tagfile anchors not generated for enumeration valuesDimitri van Heesch2015-02-051-0/+9
| | | |
* | | | Bug 743604 - Duplicate anchors from tagfilesDimitri van Heesch2015-02-032-7/+7
| | | |
* | | | Fixed potential string buffer issue for dot graphsDimitri van Heesch2015-01-251-4/+8
|/ / /
* | | Merge pull request #291 from byzheng/patch-1Dimitri van Heesch2015-01-241-1/+1
|\ \ \ | | | | | | | | Remove the new line after @startuml in generated pu file
| * | | Remove the new line after @startuml in generated pu filebyzheng2015-01-141-1/+1
| | | | | | | | | | | | Try to fix this problem for me: http://sourceforge.net/p/doxygen/mailman/message/33228212/
* | | | Merge pull request #290 from albert-github/feature/bug_739680_project_nameDimitri van Heesch2015-01-241-1/+31
|\ \ \ \ | | | | | | | | | | Bug 739680 - Using HTML entities in PROJECT_NAME
| * | | | Update of search from "endless search to 'Character search: criterion.albert-github2015-01-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Updated search criterion Incremented q, as otherwise ';' remained (visible in PDF).
| * | | | Bug 739680 - Using HTML entities in PROJECT_NAMEalbert-github2015-01-111-1/+30
| |/ / / | | | | | | | | | | | | Implementation for LaTeX of special symbols by scanning string in case a & is found.