| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
The search chapter was missing some links
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Spelling corrections as found by codespell and in #561.
Some reported problems were already fixed, others are fixed here.
Theer are a few that are not corrected as they signal a documentation correction.
|
|\ \ \ \
| | | | |
| | | | | |
RTF extension file to standard output, make according documentation consistent.
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Create possibility to write rtf extension file to standard output as well, see to it that same technique is used on different places
Update documentation and make it consistent
|
|/ / /
| | |
| | |
| | | |
Support besides `<a name="label">` also `<a id="label">` as `id=` is the HTML attribute to define an ad for an HTML element.
|
|\ \ \
| | | |
| | | | |
Bug 164073 - There should be a dummy tag that Doxygen ignores
|
| | | |
| | | |
| | | |
| | | | |
Introduced the `\noop` command to ignore text till end of the line.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Generating doxygen's documentation in CHM format
|
| | | |
| | | |
| | | |
| | | | |
Renaming index.chm to doxygen_manual.chm
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Until now the chm format of the doxygen documentation was generated by a separate script, this is now integrated in the CMake procedure.
- option -Dbuild_doc_chm to enable the possibility to generate the CHM documentation (only works for windows)
- procedure is as follows
- generate the base documentation for the CHM output
- copy the documentation of the examples to the tree with the base CHM output (cannot use it from its default place due to the fact that in the next face the first page of the CHM file will be wrong
- add the html, png, css and gif files of the examples to the so called hhp file (has to happen during runtime, hence a small python script, created inline so there is no extra file in the source tree)
- create the resulting doxygen_manual.chm
Some improvements during the process
- the html files of the examples are added so that the full documentation of the examples is accessible and not just the top pages of the examples
- keep the index terms of base chm file (mostly the commands and configuration parameters)
- see to it that the doxygen logo is copied by doxygen and not by means of cmake
|
|\ \ \
| | | |
| | | | |
Correction documentation `\image` command
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Correction supported formats for LaTeX
- correction typo
|
|\ \ \ \
| |/ / /
|/| | | |
Correcting visible year in copyright
|
| | |/
| |/|
| | |
| | | |
Correcting another visible year in copyright (see also #7182)
|
|/ /
| |
| |
| |
| | |
making list consistent again.
See also table in chapter "Getting Started"
|
|/
|
|
| |
Added note about the order of caption versus table rows and the number of table rows.
|
|
|
|
| |
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
|
| | | | |
|
| | | | |
|