summaryrefslogtreecommitdiffstats
path: root/src/config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Small documentation correctionsalbert-github2018-03-061-5/+5
|
* Small clarification for REFERENCED_BY_RELATIONalbert-github2018-02-031-1/+1
| | | | Based on stack overflow question "Track C variable doxygen" (https://stackoverflow.com/questions/48586670/track-c-variable-doxygen)
* Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-281-0/+13
|\
| * Added support for RTL(right to left) languages like Arabic and Persian in ↵ahoogol2017-06-251-0/+13
| | | | | | | | HTML output
* | Merge pull request #602 from albert-github/feature/bug_newline_aliasDimitri van Heesch2017-12-241-1/+4
|\ \ | | | | | | Physical newlines in ALIASES configuration tags.
| * | Physical newlines in ALIASES configuration tags.albert-github2017-09-091-1/+4
| | | | | | | | | | | | | | | | | | Some commands read input till the end of the physical line. In case these commands are used in an alias the rest of the line is lost / gives not the required results. This patch creates the possibility to have physical newlines in ALIASES. See also: https://stackoverflow.com/questions/46050789/doxygen-alias-with-multiple-commands
* | | Misc. typosluzpaz2017-12-231-1/+1
| | | | | | | | | | | | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits
* | | Update mathjax pathSam Tygier2017-10-251-1/+1
|/ / | | | | | | | | | | | | Set the default MATHJAX_RELPATH to the current recommended value: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/ (See https://www.mathjax.org/cdn-shutting-down/ )
* | Merge branch 'master' of https://github.com/dvj/doxygen into dvj-masterDimitri van Heesch2017-07-081-0/+14
|\ \ | |/ |/|
| * fix spellingDoug Johnston2017-05-311-1/+1
| |
| * make use of clang compilation databaseDoug Johnston2017-04-061-0/+14
| | | | | | | | See: https://clang.llvm.org/docs/JSONCompilationDatabase.html
* | Correction of non reachable links and redirected links in documentation.albert-github2017-06-041-19/+19
| | | | | | | | | | The W3C link checker reported a number of problems regarding non reachable links and permanent redirects. Most of these problems have been fixed with this patch
* | fix typoDenis Rouzaud2017-04-281-1/+1
|/
* 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
| | |