summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #748 from albert-github/feature/rtf_output_typoDimitri van Heesch2018-06-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Wrong spelling of word doxygen
| * | | | | | | Wrong spelling of word doxygenalbert-github2018-05-291-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Corrected spelling Doxgyen -> doxygen and added space for better readability
* | | | | | | Merge pull request #756 from albert-github/feature/bug_rtf_formulaDimitri van Heesch2018-06-103-5/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add formula (images) to RTF output
| * | | | | | | Add formula (images) to RTF outputalbert-github2018-06-053-5/+22
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #741 from albert-github/feature/bug_rtf_code_colorDimitri van Heesch2018-06-102-4/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Syntax highlighting / code coloring in RTF
| * | | | | | | Syntax highlighting / code coloring in RTFalbert-github2018-05-252-4/+39
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Although stated in the Doxyfile that for RTF source code syntax highlighting should be present this was not the case.
* | | | | | | Merge pull request #746 from albert-github/feature/bug_782754Dimitri van Heesch2018-06-102-17/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 782754 - rtf generation
| * | | | | | | Bug 782754 - rtf generationalbert-github2018-05-282-17/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #744 from albert-github/feature/bug_774597Dimitri van Heesch2018-06-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 774597 - Title in rtf file is incorrect when overridden by user in extension file
| * | | | | | | Bug 774597 - Title in rtf file is incorrect when overridden by user in ↵albert-github2018-05-261-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extension file Corrected title in case of extension file used.
* | | | | | | Merge pull request #724 from albert-github/feature/bug_796094Dimitri van Heesch2018-06-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 796094 - Backslashes in default values confuse the parser (and cause params to be ignored)
| * | | | | | | Bug 796094 - Backslashes in default values confuse the parser (and cause ↵albert-github2018-05-141-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | params to be ignored) Corrected assignment / counting.
* | | | | | | Merge pull request #740 from isaachier/compilation-database-include-fixDimitri van Heesch2018-06-101-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Include header for CompilationDatabase
| * | | | | | | Include header for CompilationDatabaseIsaac Hier2018-05-231-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-06-104-6/+6
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #755 from albert-github/feature/bug_796494Dimitri van Heesch2018-06-044-6/+6
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Bug 796494 - Collapsed treeview arrow displays as emoji in Microsoft Edge
| | * | | | | Bug 796494 - Collapsed treeview arrow displays as emoji in Microsoft Edgealbert-github2018-06-044-6/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 (&#9258) 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.
* | | | | | Merge branch 'albert-github-feature/bug_enum'Dimitri van Heesch2018-06-102-34/+143
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'feature/bug_enum' of https://github.com/albert-github/doxygen ↵Dimitri van Heesch2018-06-102-34/+143
| |\ \ \ \ \ |/ / / / / / | | | | | | | | | | | | into albert-github-feature/bug_enum
| * | | | | Implementation Fortran ENUM / ENUMERATIONalbert-github2018-02-172-46/+153
| | | | | | | | | | | | | | | | | | | | | | | | All ENUMs are anonymous as they don't have a name defined in the Fortran standard.
* | | | | | Merge pull request #639 from powARman/vhdl-localizationDimitri van Heesch2018-06-0228-248/+365
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add VHDL string localization support
| * | | | | Merge branch 'master' into vhdl-localizationAndreas Regel2018-05-28117-614/+4083
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | # Conflicts: # src/translator.h
* | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-05-2212-55/+107
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #689 from albert-github/feature/bug_vhdl_code_colorDimitri van Heesch2018-05-221-17/+51
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added some VHDL code coloring
| | * | | | | | Added some VHDL code coloringalbert-github2018-03-311-17/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add coloring of "of" - improvement for architecture - adding coloring for names after an end statement removed obsolete g_CurrScope
| * | | | | | | Merge pull request #687 from albert-github/feature/bug_vhdl_ports_htmlDimitri van Heesch2018-05-2211-38/+56
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | Better HTML output for VHDL Ports
| | * | | | | | Better HTML output for VHDL Portsalbert-github2018-03-2911-38/+56
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Small alignment improvement of HTML output for VHDL Ports so that the mode will be in a separate column
* | | | | | | Merge branch 'albert-github-feature/bug_latex_languages'Dimitri van Heesch2018-05-2220-53/+203
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Moved #include "config.h" back to the original placeDimitri van Heesch2018-05-2217-16/+15
| | | | | | |
| * | | | | | Merge branch 'feature/bug_latex_languages' of ↵Dimitri van Heesch2018-05-2236-67/+218
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_latex_languages
| * | | | | | Merge branch 'master' into feature/bug_latex_languagesDimitri van Heesch2018-05-0176-366/+3674
| |\ \ \ \ \ \
| * | | | | | | Improvement LaTeX output (Regression)albert-github2018-04-092-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | Improvement LaTeX outputalbert-github2018-04-0936-68/+217
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #702 from albert-github/feature/bug_doxygen_docs_windowsDimitri van Heesch2018-05-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Generating doxygen documentation on Windows (with MikTex)
| * | | | | | | Generating doxygen documentation on Windows (with MikTex)albert-github2018-04-111-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #725 from albert-github/feature/bug_796086Dimitri van Heesch2018-05-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 796086 - Adjacent xrefitems always added to first list present on page
| * | | | | | | Bug 796086 - Adjacent xrefitems always added to first list present on pagealbert-github2018-05-141-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Better to search backward then forward to find related item.
* | | | | | | Merge pull request #723 from albert-github/feature/dead_codeDimitri van Heesch2018-05-212-2/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove some dead code
| * | | | | | | Remove some dead codealbert-github2018-05-142-2/+0
| |/ / / / / /
* | | | | | | Merge pull request #727 from albert-github/feature/bug_toc_overlapDimitri van Heesch2018-05-211-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Numbers overlap the titles in TOC of PDF
| * | | | | | | Numbers overlap the titles in TOC of PDFalbert-github2018-05-161-0/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge pull request #726 from albert-github/feature/bug_image_warn_msgDimitri van Heesch2018-05-211-7/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Corrected warning in case of a not supported output format with \image command
| * | | | | | Corrected warning in case of a not supported output format with \image command.albert-github2018-05-161-7/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge pull request #722 from tusharpm/test_flagsDimitri van Heesch2018-05-133-4/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Problem with TEST_FLAGS when using CMake for Visual Studio
| * | | | | Problem with TEST_FLAGS when using CMake for Visual StudioTushar Maheshwari2018-05-133-4/+5
|/ / / / /
* | | | | Fixed compiler warning for nested /* in scanner.lDimitri van Heesch2018-05-011-2/+2
| | | | |
* | | | | Merge pull request #684 from albert-github/feature/bug_794567Dimitri van Heesch2018-05-011-104/+0
|\ \ \ \ \ | | | | | | | | | | | | Bug 794567 - Doxygen crash when using \code{.markdown}...\endcode in VHDL source
| * | | | | Bug 794567 - Doxygen crash when using \code{.markdown}...\endcode in VHDL sourcealbert-github2018-03-271-104/+0
| |/ / / / | | | | | | | | | | | | | | | | | | | | 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).
* | | | | Merge pull request #686 from albert-github/feature/bug_vhdl_error_messageDimitri van Heesch2018-05-013-6/+30
|\ \ \ \ \ | |_|/ / / |/| | | | Making VHDL error messages more doxygen like
| * | | | Making VHDL error messages more doxygen likealbert-github2018-03-273-6/+30
| |/ / /