| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
In the overview the paragraph about 'tables' is missing
|
|
|
|
| |
Corrected the (X)HTML errors in the 1.8.16 changelog
|
|\ |
|
| |
| |
| |
| |
| | |
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)
|
|/ |
|
|\
| |
| | |
Bug 437181 - The -d Preprocessor option doesn't work for php, should be in the doc.
|
| |
| |
| |
| |
| |
| |
| | |
the doc.
- excluded `.php5` files from preprocessing (like other php files)
- made remark about some limits in files that are preprocessed in documentation
|
| |
| |
| |
| |
| |
| |
| | |
The definition of `\doxysection` etc. are using grouping around the section title, and this destroys the \label system as label names are stored locally.
(see also: https://tex.stackexchange.com/questions/502650/section-numbering-in-redefined-sections)
the `\doxysection` commands have been redefined (unfortunately partly copying values from book.cls)
|
|\ \
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-fetaure/bug_html_ins_del_tag
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Github does not support the `<u>` tag for underlined text, in HTML there exists the tag `<ins>`. On https://www.w3schools.com/tags/tag_ins.asp is written:
The `<ins>` tag defines a text that has been inserted into a document.
Browsers will normally strike a line through deleted text and underline inserted text.
Most browsers will display the `<ins>` element with the following default values:
```
ins {
text-decoration: underline;
}
```
analogous there exists the tag `<del>` (https://www.w3schools.com/tags/tag_del.asp):
The `<del>` tag defines text that has been deleted from a document.
Browsers will normally strike a line through deleted text and underline inserted text.
Most browsers will display the `<del>` element with the following default values:
```
del {
text-decoration: line-through;
}
```
Definitions analogue to the underline and strike through tag the implementation for the other formats has been chosen.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
documented.
Correcting code due to the fact that `//@{` isn't seen by doxygen as block start (#7116).
Thi s problem is shown when generating the doxygen documentation.
|
| | |
| | |
| | |
| | |
| | | |
Based on comment `\usepackage` in refman.tex / doxygen_manual.tex has been replaced with `\RequirePackage` in doxygen.sty
("back to its old place").
|
| | |
| | |
| | |
| | |
| | | |
Created a workaround for the problems in the unmaintained tabu package due to changes in LaTeX 2019
Changes are based on the comments of David Carlisle and Frank Mittelbach of The LaTeX3 Project Team
|
| | |
| | |
| | |
| | | |
Cmake option `-Denlarge_lex_buffers=<size>` to enlarge input and read buffers for source code lexers.
|
|\ \ \
| | | |
| | | | |
Correct spelling "build in" vs. "built-in"
|
| | | | |
|
| | | | |
|
| |_|/
|/| |
| | |
| | | |
Small explanation about required syntax.
|
| | |
| | |
| | |
| | | |
Due to the built in mscgen code the documentation needed some updates.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The 1.8.15 manual had 26 examples but due to the fact that a new example was created we got 27 and thus the characters A-Z are not sufficient.
In a number of LaTeX versions this leads to messages like:
```
Appendix \GenericError { }{LaTeX Error: Counter too large}{See th
e LaTeX manual or LaTeX Companion for explanation.}{You've lost some text. Try
typing <return> to proceed.\MessageBreak If that doesn't work, type X <retu
rn> to quit.}.
! LaTeX Error: Counter too large.
```
Solution for this is to reorganize the examples a little bit. This is done here by means of the "groups":
- Style examples
- Language Examples
as a consequence also the sections / subsections etc had to go 1 level deeper and this is accomplished by defining a new environment in which the different sections go 1 level deeper.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
cfriedt/feature/cfriedt/6955/allow-javadoc-style-comment-blocks-with-a-doxyfile-variable
Allow Javadoc-style comment blocks with a Doxyfile variable
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
As, more or less, mentioned in the bug report: in version 1.7.6.1 the PERL_PATH is still in use (instdox.cpp) but in version 1.8.0 it is not used anymore, so the parameter has been set to obsolete now.
|
| | |
| | |
| | |
| | | |
Corrected typo
|
| |/
|/|
| |
| | |
Making documentation regarding option clearer and more consistent.
|
|\ \
| | |
| | | |
issue #6781 Unable to use math in markdown table headers
|
| | |
| | |
| | |
| | |
| | |
| | | |
Due to the change of the place where the markdown processing is done the end of the line must be calculated a little bit differently.
Note: translator.py gave an error due to a strange indentation (did surface now), so had to be corrected as well.
|
|\ \ \
| | | |
| | | | |
Remove superfluous paragraph tags
|
| | | |
| | | |
| | | |
| | | | |
Removed some superfluous paragraph tags in HTML (`</p>`).
|
|\ \ \ \
| | | | |
| | | | | |
secreflist command output shows in 1 column (HTML)
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
The output from the `\secref` command shows in 1 column instead of 3.
The `column-count` (also possibile without `-moz` or `-webkit`) should be with the `<ul>` tag instead of the `<div>` tag
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
With the commands like `\skip`, `\skipline` it is possible to show parts of a file for further explanation / tutorials. They can be started with `\include` or `\dontinclude` but in case `\include` specifies that the line numbers have to be shown they are only shown in the full example and not in the split up example
- show line numbers in split up example in case `lineno` is required
- add `lineno` option to `\dontinclude` so here also line numbers can be shown.
|
|/ /
| |
| |
| | |
The `\anchor` command can used on other places as well.
|
|\ \
| | |
| | | |
Minimum required version for CMake
|
| |/
| |
| |
| |
| | |
The `env` command with `-E` is first supported with version 3.1 setting the minimum required version as such
(Based on message: https://stackoverflow.com/questions/54194646/make-docs-fails-while-building-doxygen-v1-8-15-for-rhel-distros-for-s390x and CMake documentation: https://cmake.org/cmake/help/v2.8.12/cmake.html, https://cmake.org/cmake/help/v3.0/manual/cmake.1.html and https://cmake.org/cmake/help/v3.1/manual/cmake.1.html)
|
| |
| |
| |
| | |
with static libclang.
|
|/ |
|
|\
| |
| | |
Broken links in documentation
|
| |
| |
| |
| | |
Fix broken links.
|
| |
| |
| |
| |
| |
| | |
Checking for valid XNHTM results in:
html/changelog.html:365: parser error : Excessive depth in document: 256
due to missing `</li>`
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_escaped_equal_sign
|
| | |
| | |
| | |
| | | |
This command writes an equal sign (`=`) to the output. This character sequence has to be escaped in some cases, because it is used in Markdown header processing.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update of changelog
|
| | |/
| |/|
| | |
| | |
| | | |
- integrating older versions of the changelog (i.e. version 1.5 and older, so no external references to doxygen changelog pages)
- correcting permanent redirects
|