summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-228-34/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* 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-212-49/+70
|\ \ | | | | | | 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-282-49/+70
| | | | | | | | | | | | | | | 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-2110-40/+243
|/ / /
* | | 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.
* | | | Merge pull request #286 from albert-github/feature/bug_742445Dimitri van Heesch2015-01-232-3/+7
|\ \ \ \ | | | | | | | | | | Bug 742445 - Wrong icons in TOC of CHM help
| * | | | Bug 742445 - Wrong icons in TOC of CHM helpalbert-github2015-01-062-3/+7
| | | | | | | | | | | | | | | | | | | | It was not checked if a page / section had subsections or not it was always assumed they were present (definition.cpp). For pages it was only checked if it had subpages and not section (index.cpp).
* | | | | Correction on previous commit (wrong file)albert-github2015-01-221-9/+6
| | | | |
* | | | | Based on the report of Peter D. Barnes in the doxygen forum ↵albert-github2015-01-213-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (http://doxygen.10944.n7.nabble.com/doxygen-1-8-9-1-upgrade-errors-td6990.html) All lines at the beginning of the file starting with ## are preserved at the beginning of the Doxyfile Consecutive user comments (with +=) are now joined like the options are.
* | | | | Bug 742899 - <CAPTION> inside <TABLE> no longer works for LaTex outputalbert-github2015-01-141-1/+1
| |/ / / |/| | | | | | | | | | | This is a regression for bug: Bug 732768 - nested html tables cause pdflatex to hang (1.8.4 and 1.8.6).
* | | | Merge pull request #269 from rabindra-harlalka/odl_props_newDimitri van Heesch2015-01-101-1/+39
|\ \ \ \ | | | | | | | | | | Fix parsing of ODL-style properties
| * | | | Fix parsing of ODL-style propertiesrabindra-harlalka2014-12-211-1/+39
| | | | | | | | | | | | | | | | | | | | Declaration of properties inside a dispinterface (ODL syntax) in IDL/ODL file is not parsed properly. Fix that.
* | | | | Merge pull request #289 from albert-github/feature/bug_snippetDimitri van Heesch2015-01-101-0/+9
|\ \ \ \ \ | | | | | | | | | | | | Enable relative paths referenced source files
| * | | | | Enable relative paths referenced source filesalbert-github2015-01-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a regression on pull request 210: Create an easy possibility to take a snippet from the current file. In case the source file, as referenced through 'this' in the snippet command, is in the current directory or in a subdirectory pull request worked fine, but as soon as the source file is in a directory referenced through ../... the parser returns an absolute path name instead of a relative path and file is not found, resulting in a warning plus empty snippet part. We now check whether or not is an absolute file name in which case it is checked if the file is found or not and further handled.
* | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-01-091-23/+24
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2015-01-093-4/+15
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | TranslatorSwedish updatedPetr Prikryl2015-01-091-23/+24
| | | | | | |
* | | | | | | Fixed potential crash while generating dot graphsDimitri van Heesch2015-01-091-1/+5
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #282 from pepr/masterDimitri van Heesch2015-01-061-19/+20
|\ \ \ \ \ \ | |/ / / / / | | | | | | Chinese Traditional updated
| * | | | | Merge branch 'master' of https://github.com/doxygen/doxygen.gitPetr Prikryl2015-01-0547-221/+179
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | fix for src/translator_tw.h by Gary Lee (translation cleaned)Petr Prikryl2014-12-311-19/+20
| | |_|_|/ | |/| | |
* | | | | Merge pull request #283 from albert-github/feature/bug_ftn_warn_moduleDimitri van Heesch2015-01-061-1/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fortran: warning message about not documented module member
| * | | | Fortran: warning message about not documented module memberalbert-github2015-01-061-1/+7
| | |/ / | |/| | | | | | | | | | | | | | When having a not documented MODULE member it is mentioned that a member in a 'namespace' is not documented. For Fortran this is a bit strange as Fortran does not know the term namespace, modules are handled as namespaces (in the pre 1.8.9 version a message was given about 'class', which is equally confusing). This patch changes in this case 'namespace' to 'module'.
* | | | Merge pull request #285 from albert-github/feature/bug_742427Dimitri van Heesch2015-01-061-3/+7
|\ \ \ \ | | | | | | | | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YES
| * | | | Bug 742427 - latex compilation: \backmatter incompatible with COMPACT_LATEX=YESalbert-github2015-01-061-3/+7
| |/ / / | | | | | | | | | | | | Removed \backmatter in case of COMPACT_LATEX
* | | | Bug 742408 - Configuring doxyfile to only output docbook produces erroneous ↵albert-github2015-01-061-0/+1
|/ / / | | | | | | | | | | | | | | | warning Added missing test in list
* | | Bug 742151 - Bogus warning: citelist: Unexpected new line characterDimitri van Heesch2015-01-041-2/+2
| | |
* | | Merge pull request #271 from orbitcowboy/masterDimitri van Heesch2015-01-031-20/+21
|\ \ \ | | | | | | | | Fix potential null pointer dereference in src/classdef.cpp