| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
improperly
A small warning about the usage of "Putting documentation after members" in case of a define.
|
|
|
|
|
| |
- This new page layout is only enabled if DISABLE_INDEX=YES, GENERATE_TREEVIEW=YES,
and FULL_SIDEBAR=YES.
|
|
|
|
|
|
|
| |
a9d29861fe6ad3c182d6cded2e3636a20086fc96
- Caused issues with existing projects that customized the page header to add
own navigation tabs (e.g. CGAL).
|
|
|
|
|
| |
- also illustrated the various layouts in the customization section of
the manual to make choosing easier.
|
|\
| |
| | |
Problems with some commands in MathJax
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Especially with commands like `\f$\mbox{\LaTeX}\f$`MathJax has some problem as it is not, yet, able to use the commands `\raise` and `lower` inside the `\mbox` as used in this LaTeX command.
Also switching in and out of math-mode doesn't work as the resulting code either doesn't work in MathJax or in LaTeX, hence the new command s `\f(` and `\f)`.
|
| | |
| | |
| | |
| | | |
Small spelling correction
|
|\ \ \
| | | |
| | | |
| | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_startuml
|
| | | |
| | | |
| | | |
| | | |
| | | | |
2 more supported exgines / figure types: `board` and `git`
(thanks to: The-Lu, see https://forum.plantuml.net/13557/support-for-the-different-%40start-commands?show=13564#a13564)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Not all diagrams can be created with the PlantUML `@startuml` command but need another
PlantUML `@start...` command. This wil look like `@start<engine>` where currently supported are
the following `<engine>`'s: `uml`, `bpm`, `wire`, `dot`, `ditaa`, `salt`, `math`, `latex`,
`gantt`, `mindmap`, `wbs`, `yaml`, `creole`, `json` and `flow`. By default the `<engine>` is
`uml`. The `<engine>` can be specified as an option.
Explicitly the option variant has been chosen so we won't get an explosion of extra commands.
|
|\ \ \ \
| | | | |
| | | | | |
Some documentation improvements
|
| | |/ /
| |/| |
| | | |
| | | | |
Some small documentation improvements.
|
|\ \ \ \
| |_|_|/
|/| | | |
issue #8329 Force line buffering
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
By default stdout is buffered when redirecting, the `-b` option of doxygen prevents this.
Removing non used variable `outputToWizard`.
|
| |/ /
|/| |
| | |
| | | |
Added small explanation on searching in the documentation.
|
| | | |
|
| | | |
|
| |/
|/| |
|
| | |
|
|\ \
| | |
| | | |
Environment variabelen in changelog
|
| | |
| | |
| | |
| | |
| | | |
The environment variables in the changelog were replaced by their values and this was not the intention in the changelog
By using the HTML Entity here for the dollar sign this can be prevented.
|
|/ /
| |
| |
| | |
The file install_prefx is not used.
|
| |
| |
| |
| | |
Correcting the link in the documentation to a wayback / archive machine.
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Small documentation correction (missing `/` in end tag).
|
| |\ \
| | | |
| | | | |
Extended doxygen version information
|
| | |/
| | |
| | |
| | | |
Create possibility for extended version information with included extra possibilities (clang / sqlite3 / ...) by means of the options `-V` / `--Version` / `--VERSION`.
|
| |\ \
| | | |
| | | | |
Get preprocessor output without line numbers
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
For easier comparison of the original source with a doxygen preprocessed source the line numbers can be a bit of an obstacle.
To remove the line numbers in the preprocessor output the option `NoLineno` has been added.
(In case `Preprocessor` is not invoked, `NoLineno` has no effect).
|
| |/ /
| | |
| | |
| | | |
The link to the C#-standard has changed, it is redirected to the new place. The new place is now used in the documentation.
|
|/ /
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
Closing tag present without opening tag
|
| |
|
|
|
|
| |
Shall extra explanation in the documentation.
|
| |
|
|
|
|
|
|
| |
When generating the doxygen documentation we see that::
- the top rule is completely in uppercase (is OK in regular doxygen documentation)
- the renew of the was done at the wrong place
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to a recent change in the new distribution of LaTeX in the handling of the "input" commands we get the error like:
```
Appendix D.
(../html/examples/group/latex/refman_doc.tex (../html/examples/group/latex//gro
up__group1.tex) [243]
! I can't write on file `../html/examples/group/latex//group__group2.aux'.
\@include ...mmediate \openout \@partaux "#1.aux"
\immediate \write \@partau...
l.3 \include{group__group2}
Please type another output file name
! Emergency stop.
\@include ...mmediate \openout \@partaux "#1.aux"
\immediate \write \@partau...
l.3 \include{group__group2}
*** (job aborted, file error in nonstop mode)
```
The problem is that now an intermediate file is written to `../html/examples/group/latex//group__group2.aux` that was written in the older distributions as `./group__group2.aux`, so in the current directory.
Writing to sub directories of the current directory is possible but it is not allowed (unless special, dangerous, options are used) to write to directories outside tgese directories.
(see also: https://tex.stackexchange.com/questions/575120/problem-writing-aux-file)
This fix writes the examples in subdirectories in the latex directory and not under the, parallel, html directory. This means also that there is a cleaner and clearer distinction between the html and latex output.
|
|
|
|
|
| |
This is a follow-up on pull request #8199 (Have build of doxygen documentation fail on warnings.) and #8197 (issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF).
These were 2 independent situation, but as with #8197 incor[porated into doxygen it is no possible to extend #8199 to fail but at present all warnings of the first (sub-)task that fails.
|
|\
| |
| | |
Have build of doxygen documentation fail on warnings.
|
| |
| |
| |
| |
| | |
Currently when running doxygen to create its documentation no error is given when a warning is generated, so the warning might go unnoticed.
By setting `WARN_AS_ERROR = YES` the generation will stop and when build on CI systems a build also fails
|
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
was also removed (hope this is ok, was a default setting). Closes #8212
|
|\ \
| | |
| | | |
Exclude markdown mapped documentation files from Files list
|
| |/
| |
| |
| | |
Update of documentation
|
|\ \
| | |
| | | |
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.
|