summaryrefslogtreecommitdiffstats
path: root/src/config.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* typosKunda2017-03-051-1/+1
| | | | | | some doxy typos and some misc. source typos typos some doxy typos and some misc. source typos
* Bug 776964 - Menu does not work without JavascriptDimitri van Heesch2017-01-101-0/+12
|
* Option for PlantUML configuration fileDennis Allerkamp2016-09-031-0/+8
|
* Also map .f95, .f03 and .f08 file types to FortranMelven Roehrig-Zoellner2016-08-011-0/+3
| | | | These are for Fortran 95, Fortran 2003 and Fortran 2008, respectively.
* Bug 766069 - Files with incorrect extensions (.doc) are picked up by doxygenDimitri van Heesch2016-05-161-2/+0
|
* Added an option to add "anonymous" headings to the table of contents ↵Christoph Lipka2016-04-301-0/+10
| | | | (currently Markdown only).
* Bug 578720 - [Python] Add pyw as a valid extensionalbert-github2015-12-261-0/+1
| | | | Added pyw as extension, based also on: https://docs.python.org/2/tutorial/appendix.html (15.1.2. Executable Python Scripts)
* Merge pull request #412 from bagage/masterDimitri van Heesch2015-12-171-0/+8
|\ | | | | Add WARN_AS_ERROR option to stop execution at first warning (equivalent of compilers' -Werror option)
| * Add WARN_AS_ERROR option to stop execution at first warning (equivalent of ↵Gautier Pelloux-Prayer2015-12-161-0/+8
| | | | | | | | compilers' -Werror option)
* | Adjusted used option for CLANG usage with CMake in documentationalbert-github2015-12-091-1/+1
|/
* Merge pull request #404 from albert-github/feature/bug_css_filterDimitri van Heesch2015-10-311-0/+7
|\ | | | | [Doxygen-users] plugin / filter not behaving as expected
| * [Doxygen-users] plugin / filter not behaving as expectedalbert-github2015-10-141-0/+7
| | | | | | | | Added note about unsupported extensions
* | Bug 744938 - PATCH: add option to build latex without timestampsDimitri van Heesch2015-10-311-0/+10
|/
* Updated installation section of the manualDimitri van Heesch2015-06-271-1/+1
|
* Bug 751455 - class scoped enum documentation appearing at group level ↵Dimitri van Heesch2015-06-261-0/+9
| | | | instead of class level
* Bug 750016 - FILE_PATTERNS ignores arbitrary extensionsalbert-github2015-05-301-2/+8
| | | | Added note to the documentation of FILE_PATTERNS and added cross reference at INPUT configuration options.
* Merge pull request #304 from albert-github/feature/bug_659590Dimitri van Heesch2015-03-051-3/+12
|\ | | | | Bug 659590 - EXTRA_PACKAGES can't handle package options
| * 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>])
* | 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-261-2/+6
|\ \ | |/
| * Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-221-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-1/+1
|/
* Support generating index-color PNG filesalbert-github2015-02-081-1/+11
| | | | | | | 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.
* Based on the report of Peter D. Barnes in the doxygen forum ↵albert-github2015-01-211-1/+3
| | | | | | | (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.
* Add source code possibility for RTF outputalbert-github2014-12-101-0/+10
| | | | | 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
* Bug 687576 - Add support for LATEX_EXTRA_STYLESHEETalbert-github2014-11-291-5/+18
| | | | 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
* Remove dependency of PLantUML on HAVE_DOTalbert-github2014-10-181-2/+2
| | | | Seen the discussion with the pull request 229 the dependency of PlantUML and HAVE dot should be removed.
* Bug 735924 - [Patch] Documentation: Wrong link for \\diafileDimitri van Heesch2014-09-231-1/+1
|
* Merge pull request #226 from albert-github/feature/plantuml_includeDimitri van Heesch2014-09-161-0/+8
|\ | | | | Support plantuml !include statement
| * Support plantuml !include statementalbert-github2014-09-071-0/+8
| | | | | | | | Support the plantuml !include statement by using the newly defined PLANTUML_INCLUDE_PATH
* | Merge pull request #163 from squan888/masterDimitri van Heesch2014-09-111-0/+9
|\ \ | |/ |/| Bug 729236 - Added HIDE_COMPOUND_REFERENCE config option
| * Bug 729236 - Added HIDE_COMPOUND_REFERENCE config optionStephen Quan2014-04-301-0/+9
| |
* | Fixed typos and formatting in Doxyfile (thanks to Armin Mueller)Dimitri van Heesch2014-08-221-65/+65
| |
* | Merge branch 'feature/bug_700510' of ↵Dimitri van Heesch2014-08-181-3/+1
|\ \ | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_700510
| * | Bug 700510 - Bibliography duplicate filenames failsalbert-github2014-07-061-3/+1
| | | | | | | | | | | | Spaces are now allowed in the file names
* | | Support multiple extra HTML stylesheets.albert-github2014-08-151-4/+6
| | | | | | | | | | | | | | | | | | 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.
* | | Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-101-0/+10
| | |
* | | Made bread crumb trails enabled unconditionallyDimitri van Heesch2014-08-041-9/+0
| | |
* | | Add BREAD_CRUMB_TRAIL.Jeff Verkoeyen2014-07-191-0/+8
|/ / | | | | | | | | This feature enables recursive printing of the bread crumbs for any page, rather than just printing the parent group.
* | Docbook output improvementsDimitri van Heesch2014-06-201-0/+10
| | | | | | | | | | | | 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
* | Fix typoJonathan Wakely2014-06-061-1/+1
| |
* | Fix description of USE_PDFLATEXJonathan Wakely2014-05-291-1/+1
|/ | | The tag is USE_PDFLATEX, not LATEX_PDFLATEX
* Bug 172072 - $title doesn't work in LateX headeralbert-github2014-04-201-5/+7
| | | | | | | | 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
* Merge pull request #146 from albert-github/feature/extension_chm_prev_nextDimitri van Heesch2014-03-231-1/+2
|\ | | | | Enable Previous and Next buttons in chm output file
| * Enable Previous and Next buttons in chm output filealbert-github2014-03-231-1/+2
| | | | | | | | 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).
* | Merge pull request #130 from ↵Dimitri van Heesch2014-03-231-1/+1
|\ \ | |/ |/| | | | | albert-github/feature/bug_doxywizard_logo_expert_mode Extension in config.xml if type=string with format=image
| * Extension in config.xml if type=string with format=imagealbert-github2014-03-011-1/+1
| | | | | | | | | | | | 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.
* | Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-091-1/+4
|/ | | | | 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.
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Items XML_SCHEMA and XML_DTD declared obsoletealbert-github2014-02-041-18/+2
| | | | The items XML_SCHEMA and XML_DTD are not used and there is no plan for using them, so declared obsolete.