| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
|/ / / / / / /
| | | | | | |
| | | | | | | |
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
|