| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
When having °C in the documentation there is no separation between the \textdegree and C in LaTeX. This patch fixes this problem.
|
| |
|
| |
|
| |
|
|\
| |
| | |
Better error message in case of IDL inconsistency
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
Bug 745481 - Doxygen generates bad "More..." file links for functions within a namespace
|
| |/
| |
| |
| |
| |
| | |
a namespace
Namespaces are recorded at separate pages as well. Condition should be extended for namespaces as well.
|
|\ \
| | |
| | | |
Bug 659590 - EXTRA_PACKAGES can't handle package options
|
| | |
| | |
| | |
| | |
| | | |
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>])
|
| |/
| |
| |
| |
| | |
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>])
|
|\ \
| | |
| | | |
version.py pass configure file path as parameter
|
| |/
| |
| |
| | |
in case we're building out of tree
|
| |
| |
| |
| | |
identical between individual runs by default
|
|\ \
| |/ |
|
| |\
| | |
| | | |
Adding commands \hidecallgraph and \hidecallergraph
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
|/ / |
|
|/ |
|
|\
| |
| | |
Fortran: fixed format position 73 and further is comment
|
| |
| |
| |
| | |
Small regression, line with 'C' (Capital C) was edited away, re-instated.
|
| |
| |
| |
| | |
According to the Fortran standard position 73 and further on a line are comment. Until now this was not considered.
|
|\ \
| | |
| | | |
Consistency in handling HTML and LaTeX in respect to header and footer
|
| | |
| | |
| | |
| | |
| | | |
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)
|
|\ \ \ |
|
| |\ \ \
| | | | |
| | | | | |
Support generating index-color PNG files
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix for issue 744669
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix for issue 744669
Uses the display name rather than the name for namespace links
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix for issue 744670
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
csharp documentation uses "package" rather than "namespace" in some locations
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fix for issue 744671
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
C# enum members are not marked as strong
|
|/ / / / |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
increase the size of l when result is modified
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Remove the new line after @startuml in generated pu file
|
| | | |
| | | |
| | | | |
Try to fix this problem for me: http://sourceforge.net/p/doxygen/mailman/message/33228212/
|
|\ \ \ \
| | | | |
| | | | | |
Bug 739680 - Using HTML entities in PROJECT_NAME
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updated search criterion
Incremented q, as otherwise ';' remained (visible in PDF).
|
| |/ / /
| | | |
| | | |
| | | | |
Implementation for LaTeX of special symbols by scanning string in case a & is found.
|
|\ \ \ \
| | | | |
| | | | | |
Bug 742445 - Wrong icons in TOC of CHM help
|
| | | | |
| | | | |
| | | | |
| | | | | |
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).
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(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.
|