| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Small spelling correction as found by spellcheck through Fossies
|
|
|
|
|
|
|
|
|
| |
- make `GLOB` for language files consistent with `GLOB` usage in e.g. `src`
- make building of `language.doc ` depending on the language files as well
- don't copy translator and other input files and handle this also in translator.py
- update documentation
(Found after Swedish language was updated and tried to build documentation on a non new directory)
|
|\
| |
| | |
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).
|
| |
| |
| |
| | |
There were a few logical errors in the changelog , corrected.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Changed \_linebr to \ilinebr
- \ilinebr is now also passed to doctokenizer
- Also fixes issue #7493 regarding \snippet inside markdown tables and
dealing with wrong line on issues detected by docparser after a
markdown table.
- Added function tracing to markdown (enabled with -d markdown in a
debug build)
|
| |
| |
| |
| |
| |
| |
| | |
The 5th Edition / December 2017 of https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-334.pdf
has the XML commands in Appendix D
Fix issue Typo in xmlcmds.doc XML tags moved to Appendix D of Ecma-334 #7855
https://github.com/doxygen/doxygen/issues/7855
|
| |
| |
| |
| | |
Give a meaningful fatal error when the pdf does not exists (when it exists automatically also the html directory with content exists).
Give a meaningful fatal error when the chm does not exists.
|
| |
| |
| | |
Small documentation consistency.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Link fixed in documentation
|
| | | |
|
| | |
| | |
| | | |
Normal users of github cannot set labels to issues.
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
- there were still references to Tcl
- 2 entries were accidentally removed from the table with fiel extensions.
|
| |
| |
| |
| | |
very popular)
|
| | |
|
|/
|
|
| |
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
|