| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
These are for Fortran 95, Fortran 2003 and Fortran 2008, respectively.
|
| |
|
|
|
|
| |
(currently Markdown only).
|
|
|
|
| |
Added pyw as extension, based also on: https://docs.python.org/2/tutorial/appendix.html (15.1.2. Executable Python Scripts)
|
|\
| |
| | |
Add WARN_AS_ERROR option to stop execution at first warning (equivalent of compilers' -Werror option)
|
| |
| |
| |
| | |
compilers' -Werror option)
|
|/ |
|
|\
| |
| | |
[Doxygen-users] plugin / filter not behaving as expected
|
| |
| |
| |
| | |
Added note about unsupported extensions
|
|/ |
|
| |
|
|
|
|
| |
instead of class level
|
|
|
|
| |
Added note to the documentation of FILE_PATTERNS and added cross reference at INPUT configuration options.
|
|\
| |
| | |
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>])
|
| |
| |
| |
| | |
identical between individual runs by default
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
(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.
|
|
|
|
|
| |
Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created.
Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html
|
|
|
|
| |
Added the possibility for LATEX_EXTRA_STYLESHEET analogous to HTML_EXTRA_STYLESHEET. Special attention has been paid to the extension as ".sty" is automatically added by the \usepackage
|
|
|
|
| |
Seen the discussion with the pull request 229 the dependency of PlantUML and HAVE dot should be removed.
|
| |
|
|\
| |
| | |
Support plantuml !include statement
|
| |
| |
| |
| | |
Support the plantuml !include statement by using the newly defined PLANTUML_INCLUDE_PATH
|
|\ \
| |/
|/| |
Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_700510
|
| | |
| | |
| | |
| | | |
Spaces are now allowed in the file names
|
| | |
| | |
| | |
| | |
| | |
| | | |
In regular use it happens that it is more convenient to have multiple extra HTML stylesheets, e.g. in case of different levels of requirements: company, department, project
With this patch it is possible to specify multiple HTML stylesheets.
Note: for compatibility the configuration parameter HTML_EXTRA_STYLESHEET has not been renamed to HTM_EXTRA_STYLESHEETS.
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| | |
This feature enables recursive printing of the bread crumbs for any
page, rather than just printing the parent group.
|
| |
| |
| |
| |
| |
| | |
1. New Feature: Adapted Class Graph generation for DOCBOOK
2. Fixed DOCBOOK Code documentation formatting
3. Fixed Doxygen to handle FULL_PATH_NAMES for DOCBOOK generation
|
| | |
|
|/
|
| |
The tag is USE_PDFLATEX, not LATEX_PDFLATEX
|
|
|
|
|
|
|
|
| |
In case $title is used in the latex header or footer it is now replaced with the empty string (it was left inside, resulting in non translatable LaTeX code), the documentation has been updated too.
See also:
Bug 668004 - LATEX_HEADER should share common information with HTML_HEADER
Bug 401327 - LATEX_HEADER: $title does not get expanded
|
|\
| |
| | |
Enable Previous and Next buttons in chm output file
|
| |
| |
| |
| | |
Enables the Previous and Next buttons in case of a binary table of contents in the chm output file (binary toc is a requirement for the Precious and Next buttons).
|
|\ \
| |/
|/|
| |
| | |
albert-github/feature/bug_doxywizard_logo_expert_mode
Extension in config.xml if type=string with format=image
|
| |
| |
| |
| |
| |
| | |
In case of a project logo a preview is shown in the "wizard mode". In "expert mode" only the name is shown.
In this patch the config.xml the type=string possibilities are extended with format=image (config.xml, configgen.py, config.h).
The doxywizard has been extended so that in "expert mode" this type is supported and that a preview is given (expert.cpp, inputstring.cpp and inputstring.h), furthermore in wizard.cpp a minimum label size has been defined to prevent jumping of the items in case of switching between a message text and an icon.
|
|/
|
|
|
| |
The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension.
With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
|
| |
|
|
|
|
| |
The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete.
|
|\
| |
| | |
MAN_SUBDIR parameter
|
| |
| |
| |
| | |
are placed in.
|