| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|\
| |
| | |
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.
|
|\
| |
| | |
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
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | |
|
| |\ \ \
|/ / / /
| | | |
| | | | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_latex_languages
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1) Build error:
Unexpected token 'semic' on the line 50 in '/home/travis/build/doxygen/doxygen/build/src/translator.h'.
status = 2 in collectPureVirtualPrototypes()
Due to a discrepancy what translator.py expects and is in the actual code.
In the actual code a (not required) ; was present after the closing } of the routine.
2) Unknown command \cpdflatex
|
| | |/ /
| |/| |
| | | |
| | | | |
For a number of languages the output in LaTeX has been improved so the regular documentation can be generated (automatically) in LaTeX / PDF as well.
|
|\ \ \ \
| | | | |
| | | | | |
Generating doxygen documentation on Windows (with MikTex)
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The current version of MikTex gives the error message:
Appendix Z.
(../html/examples/include/latex/refman_doc.tex ("C:\Program Files\MiKTeX 2.9\te
x\latex\alertmessage\example.tex"
! LaTeX Error: Can be used only in preamble.
This is due to a \page command with the name 'example', renaming the page solves this issue.
|
|\ \ \ \
| | | | |
| | | | | |
Bug 796086 - Adjacent xrefitems always added to first list present on page
|
| | | | |
| | | | |
| | | | |
| | | | | |
Better to search backward then forward to find related item.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove some dead code
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Numbers overlap the titles in TOC of PDF
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
With a lot of paragraphs / nesting levels in the TOC it happens that the paragraph number flows into paragraph title in the toc, this patch overcomes this problem.
See also https://en.wikibooks.org/wiki/LaTeX/Tables_of_Contents_and_Lists_of_Figures#Numbers_overlap_the_titles
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Corrected warning in case of a not supported output format with \image command
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When using a not supported output format with the image command e.g.
\image man foo.png
we get the warning message:
warning: image type man specified as the first argument of man is not valid
this is corrected to:
warning: output format man specified as the first argument of image command is not valid
|
|\ \ \ \
| | | | |
| | | | | |
Problem with TEST_FLAGS when using CMake for Visual Studio
|
|/ / / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Bug 794567 - Doxygen crash when using \code{.markdown}...\endcode in VHDL source
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
The handling of the code command in comment is handled when entire comment is handled.
Handling was incomplete only the backslash version was checked (and crashed).
|
|\ \ \ \
| |_|/ /
|/| | | |
Making VHDL error messages more doxygen like
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Large CALL / CALLER graphs cannot be processed in LaTeX
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When generating CAL or CALLER graphs thy can become quite large (and unreadable) and it won't be possible to process them into a PDF due to a limitation of TeX.
When it is determined that the resulting image is to large a scale down is done to around 150" (still unreadable) but it can be processed, this scaling done is done by means of the `dot` program.
(Note: the scaling to 550 points for the output occurs on the original image in the TeX processing and Tex cannot read the image).
|
|\ \ \ \
| | | | |
| | | | | |
Bug 768240 - Make maxLineLen of latex output configurable
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Removing the automatic line breaking after 108 characters (also didn't work properly with e.g. executive paper size).
Due to new implementation some character encodings had to be changed as well as well as handling of the single quote in formulas.
|
|\ \ \ \
| | | | |
| | | | | |
Consistency for "group" commands
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When a non-recognized character appears in a group-command id this is echoed to the console as the default (lex-)rule will be used.
This patch ignores these characters, furthermore in case of a \ in the description this is shown in the output as well.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Misc. typos
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Found via `codespell`
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fortran code coloring improvements (REAL and comment lines)
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
REAL can have multiple meanings in Fortran:
- data type
- name of (conversion) function
in case of free formatted code the word "real" cab appear at the beginning of a (physical) line and would be interpreted incorrectly.
Fortran comment lines always end at the end of the line (no block comments) so the code coloring of comment lines should always be terminated.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Wrong determination of begin / end tag of formula in markdown.
|
|/ / / /
| | | |
| | | |
| | | | |
The begin tag for a formula during markdown checking was not determined correctly and thus the end tag was not set and the formula code was interpreted which should not be the case (especially in case of labels with '_' in it were miss interpreted .
|
|\ \ \ \
| | | | |
| | | | | |
Include "empty" directories documenting themselves.
|
| | |/ /
| |/| |
| | | |
| | | | |
file (or similar) documenting the directory itself.
|
|\ \ \ \
| | | | |
| | | | | |
LaTeX with verbatim part inside a table
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Doxygen test 54, when generating LaTeX / PDF, gave the error message:
Runaway argument?
Second paragraph of the param description. \end {DoxyVerb} \\ \hline \ETC.
! Paragraph ended before \verbatim@ was complete.
<to be read again>
\par
l.41 \end{DoxyParams}
The tabu package documentation (and Stack Exchange LaTeX) give some hints in to the problem about the verbatim command in the different environments and has been implemented here for the longtabu table.
|
|\ \ \ \
| | | | |
| | | | | |
Bug 743539 - Field with name "internal" confuses documentation builder.
|