| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either).
|
|\
| |
| | |
Documentation correction CLANG option usage
|
| |
| |
| |
| | |
Corrected reference to use of CLANG option in Doxyfile.
|
|\ \ |
|
| | | |
|
| |\ \
|/ / /
| | |
| | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_tooltip_apostrophe
|
| |/
| |
| |
| |
| | |
The tooltip was already 'HTML escaped' except for some '<' and '>' characters but was again 'HTML escaped' resulting in e.g. that a single apostrophe (') was translated to ' and again to &#39; resulting in ' in the tooltip.
Only '<' and '>' are now 'HTML escaped again'
|
| | |
|
| |
| |
| |
| | |
while linking
|
|\ \ |
|
| | | |
|
|/ / |
|
|/ |
|
|\
| |
| | |
Cannot properly jump from brief to detailed function description in python
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In case a plain python function (i.e. not in a class or similar) the reference in the brief description to the detailed description points to nowhere as the anchor at the detailed description has file_ in front of it.
The file_ is required for namespaces as mentioned in the code:
// member is in a namespace, but is written as part of the file documentation
// as well, so we need to make sure its label is unique.
tests, on a python project, gave that this doesn't happen and that in case of just files a wrong member reference is given in.
Based on: Generating Python Documentation with doxygen produces broken links to functions (https://stackoverflow.com/questions/50217315/generating-python-documentation-with-doxygen-produces-broken-links-to-functions#50217315)
|
|\ \
| | |
| | | |
Resolve inconsistency in formula repositories.
|
| | |
| | |
| | |
| | | |
HTML and RTF have their own directory with formula repository files. These can get out of sync when HTML and RTF versions are not always build together (and both are required again).
|
|\ \ \
| | | |
| | | | |
Bug 727103 - Misparsed comments leading to missing call graph
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Handling comment block in scanner.l and code.l in an analogous way.
The problem is caused by a non terminated comment bock in a comment block.
It is strongly advised not to use comment blocks inside other comment blocks and otherwise fix the message.
|
|\ \ \
| | | |
| | | | |
Bug 796426 - Invalid 3-byte UTF8 found in input of graph
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Corrected counting of utf-8 characters
- Corrected truncation of text for e.g. tooltips
(Note dot 2.38.0 silently ignored the error, 2.40.1 shows the error.)
|
|\ \ \ \
| | | | |
| | | | | |
Update Dutch translation in respect to new VHDL entries.
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Typos found by running "codespell"
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
fix build with qt 5.11
|
| |/ / /
| | | |
| | | |
| | | | |
by Christophe Giboudeaux
|
|\ \ \ \
| |/ / /
|/| | | |
Portuguese translators updated to version 1.8.15
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Problem with \cond in normal comment of test 015
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
In the \cond is also recognized in non-doxygen comment.
- As a work around the \ has been removed
- in case of e.g. pdf the enabled function is not shown as it does not have a doxygen comment
- test file output update due to change in input code.
- pre.l and commentcnv.l. better error message i.e. showing better the used condition
|
|\ \ \
| | | |
| | | | |
Problem with code inside a Doxy table in LaTeX
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
When code is used inside a problem occurs with \discretionary
- Inside a table \discretionary is disabled when code is used.
- \newline should not be appended to a code line (is already implicitly done by the command).
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
albert-github/feature/doxygen_html_manual_markdown_tables
Doxygen manual doesn't have lines around markdown tables / cells.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
In the chapter about markdown tables the tables lack the lines around the table and between the cells.
Reason is a wrong color in the doxygen_manual.css (taken value from the standard doxygen.css).
Regression on pull request #537
|
|\ \ \
| | | |
| | | | |
Problems and some enhancements for LaTeX tables
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Possibility to honor also the cell alignment when using Markdown tables for other formats (markdown.cpp, latexdocvisitor.cpp, lines: 1146, 1157, 1173)
latexdocvisitor.cpp:
- Possibility to nest tables to a further level when using LaTeX. It was only possible till level 2 (i.e. a longtabu followed buy a tabularx table). By placing tabularx in an extra set of brackets this is fixed (lines 938 and 951)
- tablarx environment cannot handle the headers as used for the longtabu table. A header line is in case of tabularx implemented by mimicking the header line.
- longtabu needs multiple times the header line (first and following), tabularx we only need 1 (line 998)
- no longtabu special headers (line 1092)
- tabularx cannot handle rowcolor, coloring done only with columncolor(line 1024, 1134, 1188)
- no necessity for longtabu to define column with for spanned columns / rows(line 1048, 1134, 1171)
|
|\ \ \
| | | |
| | | | |
Drop down lists in menu bar missing
|
| | | |
| | | |
| | | |
| | | | |
As a result of pull request #636 the drop down lists in the main bar don't work anymore, furthermore the treeview is lacking the scrollbar when a text is to long (text is not shown.
|
|\ \ \ \
| | | | |
| | | | | |
Improvement LaTeX output (regression)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Regression on pull request #698.
We shouldn't switch to pdflatex for formula generation (follow up procedure: dvips and gs / splitting into images does not work).
In the travis tests this was shown as well but not flagged as an error.
|