| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 363762 - Tooltips are not shown in dot-generated graphs
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Some graphs were still missing a tooltip in the root node (most notably the caller graphs), so were still displaying something like Node0.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
The basic problem mentioned in this issue was already solved in Mai 2009 (version 1.5.8 or earlier), in case a brief description is present this is displayed otherwise the node number is specified)
A remaining thing was that the tooltip with the root nodes (gray nodes) was always something like Node0 irrespective of the brief description. This has been solved here.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 792122 - XHTML pages are broken several ways (Regression #674)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The markdown processing of [TOC] was not performed anymore, at the moment of processing there was no g_current.
Adding @tableofcontents to the stream (like with images) solves this problem.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Bug 782082 - Czech/Slovak language documentation with tables from LaTeX to PDF is not possible
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PDF is not possible
Added commands as indicated to overrule \cline and \cmidrule due to problems with `-`
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Small problems when displaying python code
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- with was not colored (in pyscanner the KEYWORD item was not used, so removed as dead code)
- incorrect handling of a 'triquote' at end of string
- incorrect handling of a stringprefix followed by the end of a string
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Bug 792918 - incorrect parsing of markdown table
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Problem due to the fact that for the display of the header line the size of the separator line was used. The headerStart and headerEnd have to be set before the next call to 'findTableColumns'
Related to:
- pull request 537 Add support for more CSS and column/row spanning in markdown tables
- pull request 542 Reverting pull request #537 until it will be fixed
- commit on 16/09/2017: New table features mentioned in the documentation were not enabled.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Wrong spelling of word doxygen
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Corrected spelling Doxgyen -> doxygen and added space for better readability
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add formula (images) to RTF output
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
The RTF output was lacking the possibility to have formulas in it (were written as text). This patch generates the images analogous to the HTML, non MATHJAX, version and includes them in the output.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Syntax highlighting / code coloring in RTF
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Although stated in the Doxyfile that for RTF source code syntax highlighting should be present this was not the case.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Bug 782754 - rtf generation
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Looks like problem has been introduced with the fix for bug 445105 (release 1.5.3), in this case the \par is necessary.
The fix for bug 741547 (pull request #596) is related to this problem and the fix here is not necessary with this fix.
Related to bug 778525, here 2 problems occur and the mangling is solved with this patch.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Bug 774597 - Title in rtf file is incorrect when overridden by user in extension file
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
extension file
Corrected title in case of extension file used.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Bug 796094 - Backslashes in default values confuse the parser (and cause params to be ignored)
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
params to be ignored)
Corrected assignment / counting.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Include header for CompilationDatabase
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
Bug 796494 - Collapsed treeview arrow displays as emoji in Microsoft Edge
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The right arrow (▶) is inn MicrosoftEdge displayed as an Emoji it displays as a white arrow inside a blue square with a black border instead of a monochrome arrow. Unicode contains another right arrow (␪) which displays correctly (also in Chrome, Opera, FireFox, Internet Explorer; in some even better).
The Unicode naming is a bit confusing:
- for the down arrow we only have:
- ▼ 'BLACK DOWN-POINTING TRIANGLE'
- for the right arrow we have:
- ▶ 'BLACK RIGHT-POINTING TRIANGLE'
- ► 'BLACK RIGHT-POINTING POINTER'
so it looks logical to use both Triangles but this is not the case.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \
|/ / / / / /
| | | | | |
| | | | | | |
into albert-github-feature/bug_enum
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
All ENUMs are anonymous as they don't have a name defined in the Fortran standard.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Add VHDL string localization support
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
# Conflicts:
# src/translator.h
|
|\ \ \ \ \ \ |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Added some VHDL code coloring
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- add coloring of "of"
- improvement for architecture
- adding coloring for names after an end statement
removed obsolete g_CurrScope
|
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
Better HTML output for VHDL Ports
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Small alignment improvement of HTML output for VHDL Ports so that the mode will be in a separate column
|