| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | | |
Missing build note for sqlite3
|
| | |
| | |
| | |
| | | |
The reference, analogous to what is present for clang, regarding the need of compiling doxygen with `-Duse_sqlite3=ON` was missing
|
| |/
| |
| |
| | |
Correcting the link in the documentation to a wayback / archive machine.
|
|/ |
|
|\ |
|
| |\
| | |
| | | |
Missing CLANG dependency
|
| | |
| | |
| | |
| | | |
For the tag `CLANG_ADD_INC_PATHS` the dependency to the rag `CLANG_ASSISTED_PARSING` was missing, giving in the doxywizard the wrong impression about this tag.
|
| | |
| | |
| | |
| | |
| | |
| | | |
make docs failed because of outdated ref (I renamed the parameter to
WARN_IF_INCOMPLETE_DOC to support generalizing the idea of "do not warn
on incomplete doc of x".
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a new warning class, "INCOMPLETE_DOC", and warning option
"WARN_IF_INCOMPLETE_DOC", to control whether you get a warning
for only documenting some of your function parameters.
All users who want to retain the current behavior set
WARN_IF_INCOMPLETE_DOC to the value of WARN_IF_DOC_ERROR.
|
|/ /
| |
| |
| |
| |
| | |
Adding support for lex. The lex files consist of a mixture of lex specific structures, that are handled in the the lexcode.l and lexscanner.l, abd C code that is handled by the C parsers (hence the rules used are partly copied from scanner.l).
Special attention has been paid to memberdef.cpp as the initial values should not be handled by the lex parsers but by the C parsers.
|
|/
|
|
|
| |
document
Fix the document.
|
|
|
|
|
| |
Some spelling corrections
(found by Fossies)
|
|
|
|
| |
Create, analogous to HTML, also for LaTeX default header and footer files.
|
|
|
|
| |
The name is too long making the generated config file look ugly.
|
|
|
|
|
| |
the directory of every input file is added as an include when using Clang
assisted parsing.
|
| |
|
|
|
|
|
| |
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)
|