| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Documentation has to be updated as well
|
|
|
|
| |
Corrected spelling
|
|\
| |
| | |
CMake and examples
|
| |
| |
| |
| |
| | |
Making more use of arrays in CMake to create the documentation of examples.
Renaming the template/templ example to have a more consistent naming with the other examples.
|
|\ \
| |/
|/| |
Possibility to use gswin64c on Windows
|
| |
| |
| |
| |
| | |
On windows the 32 bit executable is called gswin32c, but for the 64-bit systems also a gswin64c exists.
The path is checked for the existing of these executables (with a preference for the 32 bit version).
|
|/
|
|
|
|
| |
`\xmlinclude`
Adding for consistency with `\*only`, `\htmlincclude` and `\latexinclude` the commands: `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude`
|
|
|
|
| |
This fix reverts the changes from #381 (i.e issue #4214 "htmlonly content appears in generated XML output (Origin: bugzilla 646002)", as XML is seen as an output format that can be further processed and therefore should contain all possible information.
|
|
|
|
| |
Small spelling correction in change log
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_html_s
|
| |
| |
| |
| | |
Added documentation.
|
|\ \
| | |
| | | |
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.
|
|\ \ \ |
|
| |\ \ \
| | | | |
| | | | | |
Warning in case of usage of a single quote in a code span.
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When we have a single quotes in a codespan we can get the warning:
```
warning: found </c> tag without matching <c>
```
Added the workaround to the documentation.
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
Problem with `<hr>` in LaTeX multicolumn cell
|
| | |/ /
| | | |
| | | |
| | | | |
Small problem with defining `\hrulefilll`, moved code.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Added some documentation
|
| |\ \ \
| | | | |
| | | | | |
Textual error
|
| | | | |
| | | | |
| | | | |
| | | | | |
Correcting textual error
|
| | | | |
| | | | |
| | | | |
| | | | | |
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
|