summaryrefslogtreecommitdiffstats
path: root/src/config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Renamed CLANG_INCLUDE_INPUT_PATHS to CLANG_ADD_INC_PATHSDimitri van Heesch2021-01-011-2/+2
| | | | The name is too long making the generated config file look ugly.
* Add a CLANG_INCLUDE_INPUT_PATHS option which can be used to control whetherBryce Adelstein Lelbach aka wash2020-12-311-8/+17
| | | | | the directory of every input file is added as an include when using Clang assisted parsing.
* Refactoring: modernize class indexDimitri van Heesch2020-12-211-9/+1
|
* Incorrect link in doxygen documentationalbert-github2020-12-031-2/+2
| | | | | The link to mathjax is not correct anymore (config.xml), the latest version points to version 3.0 and here there is no output.html either. Setting it fixed to the 2.7 version. The other corrected links are just about redirections that are otherwise done.
* Merge pull request #8197 from albert-github/feature/issue_8023Dimitri van Heesch2020-12-021-1/+7
|\ | | | | issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF
| * issue #8023 Add option to exit with non-zero exit code on warnings even if ↵albert-github2020-11-231-1/+7
| | | | | | | | | | | | | | WARN_AS_ERROR is OFF In case we want for a Continuous integration system a non-zero exit status at the end of a doxygen we can now set `WARN_AS_ERRORS=FAIL_ON_WARNINGS`. The behavior for `NO` and `YES` remains as it was.
* | Introduce new DOT_UML_DETAIL setting "NONE"Tim Offermann2020-11-271-10/+10
| | | | | | | | | | Change of DOT_UML_DETAIL from bool to enum in order to avoid the creation of another, new configuration setting.
* | Enable UML diagrams without member fieldsTim Offermann2020-11-261-0/+9
| | | | | | | | | | | | | | | | | | The compartment for class attributes and the compartment for the operations are optional. By providing a new option "DOT_UML_SHOW_MEMBER" an user can configure to use the UML_LOOK but without the additional information regarding the content of the class.
* | Merge pull request #8198 from albert-github/feature/bug_dot_cleanupDimitri van Heesch2020-11-241-2/+5
|\ \ | | | | | | Making the use of DOT_CLEANUP more transparent
| * | Making the use of DOT_CLEANUP more transparentalbert-github2020-11-231-2/+5
| |/ | | | | | | | | - The setting `DOT_CLEANUP` is not only used for `dot` files but also for temporary `msc` and `plantuml` files, though this was not clear from the documentation. - For the docbook output format the removal of the `dot` and `msc` files was not don like in the output formats html / LatTeX / rtf.
* | issue #8184 Bad parsing of CMakeLists.txtalbert-github2020-11-241-2/+3
|/ | | | | | - Removing the `txt` and `doc` extension from the default list of `FILE_PATTERNS - Updating documentation - Incorrect parsing for the doxywizard of some \ref items (i.e. when the description contains a space, made compatible again with that happens in configgen.py).
* Unclear description of QHG_LOCATIONalbert-github2020-11-121-1/+3
| | | | | The description of `QHG_LOCATION` is a bit unclear (compare with `HHC_LOCATION`). (based on https://stackoverflow.com/questions/64795335/qhelpgenerator-with-doxygen-keep-showing-sh-1-permission-denied/64801829#64801829)
* Update config.xmlDimitri van Heesch2020-11-021-1/+1
| | | added missing "be"
* Update config.xmlDimitri van Heesch2020-11-021-10/+13
| | | Did rephrasing things a bit.
* Documentation correction for CASE_SENSE_NAMESalbert-github2020-11-021-6/+11
| | | | | In issue #8129 the problem of using different case of filenames was addressed, though in the documentation it was not clear what this meant for input files. This has been corrected (the underlying problem has been handled with different other commits a.o. 2b5a4541fb6f806c02a1f6e65a1ff2610f29751f ).
* Some tweaks & fixesDimitri van Heesch2020-10-201-16/+18
| | | | | | | - Changed DOT_MAX_FOLD to DOT_WRAP_THRESHOLD - Improved documentation - Applied DOT_WRAP_THRESHOLD to the whole string instead of individual parts.
* Merge branch 'test/uml' of https://github.com/cimeq/doxygen into cimeq-test/umlDimitri van Heesch2020-10-201-0/+15
|\
| * Merge branch 'master' into test/umlAlexandre Salconi2020-09-291-0/+9
| |\
| * | use boolean to add or remove uml detailsAlexandre Salconi2020-09-291-0/+8
| | |
| * | add variable for the fold lenghtAlexandre Salconi2020-09-291-0/+7
| | |
* | | Small layout improvement in documentation of CLANG_DATABASE_PATHalbert-github2020-10-201-2/+2
| | | | | | | | | | | | Small layout improvement in documentation of CLANG_DATABASE_PATH so some literal words are better shown.
* | | issue #8105 How do add (multiple files without extension) directory in INPUT ↵albert-github2020-10-161-1/+2
| |/ |/| | | | | | | | | field of doxygen configuration file Small explanation added as it is not clear what to use in case of `no_extension` in `FILE_PATTERNS`
* | Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by ↵Dimitri van Heesch2020-09-161-3/+4
| | | | | | | | default
* | Support commented out argument names in declarations controlled by new cofig ↵Szabi Tolnai2020-08-111-0/+8
|/ | | | EXTRACT_ANON_ARGUMENTS.
* Merge pull request #7575 from albert-github/feature/bug_py_docstrDimitri van Heesch2020-08-101-0/+10
|\ | | | | Using Python docstrings
| * Using Python docstringsalbert-github2020-02-071-0/+10
| | | | | | | | | | - making documentation a bit clearer - add configuration setting to have docstrings not as preformatted text but as normal documentation (default remains preformatted).
* | New option allowing processing using multiple threadsDimitri van Heesch2020-08-051-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces new option NUM_PROC_THREADS. It specifies the number threads doxygen is allowed to use during processing. When set to 0 doxygen will based this on the number of cores available in the system. You can set it explicitly to a value larger than 0 to get more control over the balance between CPU load and processing speed. At this moment only the input processing can be done using multiple threads. I plan to extend this with more parallel processing in the future. Since this is still an experimental feature the default is set to 1, which efficively disables parallel processing. Please report any issues you encounter that appear when changing the default. Note that generating dot graphs in parallel is still controlled separately by the DOT_NUM_THREADS setting.
* | Added configuration options to better control the sqlite3 output.Dimitri van Heesch2020-07-301-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | Still requires cmake -Duse_sqlite=YES to compile in support (and libsqlite3) New configuration options available: - GENERATE_SQLITE3 enable/disable SQLITE3 output - SQLITE3_OUTPUT configure directory where output is written to (default: sqlite3) - SQLITE3_RECREATE_DB controls if existing database file is overwritten (default: YES)
* | Prefer more inclusive languageGlenn Kasten2020-07-291-1/+1
| | | | | | | | | | | | | | Doxygen is used for some Android API documentation, hence: Update language to comply with Android’s inclusive language guidance. See https://source.android.com/setup/contribute/respectful-code for reference
* | Merge pull request #7869 from albert-github/feature/issue_7865Dimitri van Heesch2020-07-281-2/+5
|\ \ | | | | | | issue #7865 Update documentation of USE_PDFLATEX option
| * | issue #7865 Update documentation of USE_PDFLATEX optionalbert-github2020-06-231-2/+5
| | | | | | | | | | | | Updated texts to better reflect current situation
* | | issue #7921: Help for CLANG_DATABASE_PATH is misleadingDimitri van Heesch2020-07-251-4/+6
| | |
* | | Correct misspelling in config.xmlMichael Quevillon2020-06-241-1/+1
|/ /
* | Incorrect text for HTML_FORMULA_FORMAT in documentation / Doxyfile (#7722)albert-github2020-04-251-2/+2
| | | | | | | | | | | | | | | | | | For the configuration setting `HTML_FORMULA_FORMAT` the text reads: > Possible values are: png The default and svg Looks nicer but requires the pdf2svg tool. this is not quite understandable and has been reformulated to: > Possible values are: png (the default) and svg (looks nicer but requires the pdf2svg or inkscape tool). this concerns automatically generated texts from config.xml to the different formats.
* | Changed content delivery default URL for MATHJAX_RELPATH option to jsdelivr.netDimitri van Heesch2020-04-111-1/+1
| |
* | Remove support for TCL (code is too buggy and unmaintained, language not ↵Dimitri van Heesch2020-03-151-13/+3
| | | | | | | | very popular)
* | Merge pull request #7596 from albert-github/feature/bug_form_svgDimitri van Heesch2020-02-171-1/+2
|\ \ | | | | | | Creation of svg images for formulas with inkscape
| * | Creation of svg images for formulas with inkscapealbert-github2020-02-151-1/+2
| | | | | | | | | | | | | | | | | | | | | Based on the implementation as mentioned in #7578 to add the possibilities to generated svg images for formulas - When running with inkscape 92.3 / 92.4 on Cygwin /Windows there were no images generated as the `-o` flag didn't exist, the output file had to be specified as part of the `-l` (or `--export-plain-svg`) option - For more flexibility the system is checked on existence of the `pdf2svg` and `inkscape` executables, so no compilations flags are necessary
* | | issue #7590 Map .f18 filetype to Fortranalbert-github2020-02-141-0/+1
|/ / | | | | | | Supporting f18 extension
* | Forgot to remove some config files.Dimitri van Heesch2020-02-131-4/+4
| | | | | | | | Added development option to use inkscape to create SVG formulas.
* | Improve formula handling and rendering.Dimitri van Heesch2020-02-121-0/+11
|/ | | | Also added option HTML_FORMULA_FORMAT to generate SVG files for images (requires pdf2svg)
* Merge pull request #7230 from albert-github/feature/bug_formula_macrofileDimitri van Heesch2019-12-251-0/+10
|\ | | | | Create possibility to define LaTeX commands for formulas
| * Create possibility to define LaTeX commands for formulasalbert-github2019-08-271-0/+10
| | | | | | | | | | | | To be able to have building bocks for formulas one can create a `\newcommand` (or when one wants to change a command `\renewcommand`). Due to the different handling of LaTeX commands in pure LaTeX code (latex output and formulas converted to images) and MathJax it is necessary to transform LaTeX commands to the MathJax equivalent. This is done in a transparent way by providing the new commands in a file and add this verbatim to the pure LaTeX code and to translate the `\newcommand` and `\renewcomamnd` to MathJax macros.
* | Merge branch 'master' into spellingDimitri van Heesch2019-12-231-2/+2
|\ \
| * | issue 3417: C++: friend template functions shown even with ↵Dimitri van Heesch2019-12-211-1/+1
| | | | | | | | | | | | HIDE_FRIEND_COMPOUNDS=yes
| * | Renamed Portables to PortableDimitri van Heesch2019-12-081-1/+1
| | |
| * | Refactoring of portable.h and portable.cpp functions to be contained in a ↵Tobias Off2019-11-281-1/+1
| | | | | | | | | | | | | | | | | | namespace Fixing some memory issues caused by not correctly freed pointers
* | | spelling: javascriptJosh Soref2019-11-121-5/+5
|/ /
* | issue #7218 Doxygen parsing word documentsalbert-github2019-08-231-1/+3
|/ | | | | making list consistent again. See also table in chapter "Getting Started"
* Fixing redirection linksalbert-github2019-08-081-5/+5
| | | | | Fixing a number of redirecting links in the doxygen documentation. (Note the redirects from http://www.doxygen.org to http://www.doxygen.nl are not corrected)