| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
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.
|
|\
| |
| | |
issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
Change of DOT_UML_DETAIL from bool to enum in order to avoid the
creation of another, new configuration setting.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| | |
| | | |
Making the use of DOT_CLEANUP more transparent
|
| |/
| |
| |
| |
| | |
- 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.
|
|/
|
|
|
|
| |
- 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).
|
|
|
|
|
| |
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)
|
|
|
| |
added missing "be"
|
|
|
| |
Did rephrasing things a bit.
|
|
|
|
|
| |
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 ).
|
|
|
|
|
|
|
| |
- Changed DOT_MAX_FOLD to DOT_WRAP_THRESHOLD
- Improved documentation
- Applied DOT_WRAP_THRESHOLD to the whole string instead of individual
parts.
|
|\ |
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Small layout improvement in documentation of CLANG_DATABASE_PATH so some literal words are better shown.
|
| |/
|/|
| |
| |
| |
| | |
field of doxygen configuration file
Small explanation added as it is not clear what to use in case of `no_extension` in `FILE_PATTERNS`
|
| |
| |
| |
| | |
default
|
|/
|
|
| |
EXTRACT_ANON_ARGUMENTS.
|
|\
| |
| | |
Using Python docstrings
|
| |
| |
| |
| |
| | |
- making documentation a bit clearer
- add configuration setting to have docstrings not as preformatted text but as normal documentation (default remains preformatted).
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
issue #7865 Update documentation of USE_PDFLATEX option
|
| | |
| | |
| | |
| | | |
Updated texts to better reflect current situation
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
very popular)
|
|\ \
| | |
| | | |
Creation of svg images for formulas with inkscape
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| | |
Supporting f18 extension
|
| |
| |
| |
| | |
Added development option to use inkscape to create SVG formulas.
|
|/
|
|
| |
Also added option HTML_FORMULA_FORMAT to generate SVG files for images (requires pdf2svg)
|
|\
| |
| | |
Create possibility to define LaTeX commands for formulas
|
| |
| |
| |
| |
| |
| | |
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.
|
|\ \ |
|
| | |
| | |
| | |
| | | |
HIDE_FRIEND_COMPOUNDS=yes
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
namespace
Fixing some memory issues caused by not correctly freed pointers
|
|/ / |
|
|/
|
|
|
| |
making list consistent again.
See also table in chapter "Getting Started"
|
|
|
|
|
| |
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)
|
|
|
|
| |
see to it that the JAVA_BANNER comment is not seen as new start of comment, but is shown as verbatim comment (works for doxygen documentation, Doxyfile and doxywizard).
|
| |
|