summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | 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
| |/ / /
* | | | Merge pull request #710 from albert-github/feature/bug_dot_graphsDimitri van Heesch2018-05-012-17/+109
|\ \ \ \ | | | | | | | | | | Large CALL / CALLER graphs cannot be processed in LaTeX
| * | | | Large CALL / CALLER graphs cannot be processed in LaTeXalbert-github2018-04-262-17/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | | | Merge pull request #711 from albert-github/feature/bug_768240Dimitri van Heesch2018-05-013-41/+133
|\ \ \ \ \ | | | | | | | | | | | | Bug 768240 - Make maxLineLen of latex output configurable
| * | | | | Bug 768240 - Make maxLineLen of latex output configurablealbert-github2018-04-263-41/+133
| |/ / / / | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #654 from albert-github/feature/bug_group_consistencyDimitri van Heesch2018-04-291-2/+4
|\ \ \ \ \ | | | | | | | | | | | | Consistency for "group" commands
| * | | | | Consistency for "group" commandsalbert-github2018-02-121-2/+4
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #707 from luzpaz/misc-typosDimitri van Heesch2018-04-2915-21/+21
|\ \ \ \ \ | | | | | | | | | | | | Misc. typos
| * | | | | Misc. typosluz.paz2018-04-2515-21/+21
| | |/ / / | |/| | | | | | | | | | | | | Found via `codespell`
* | | | | Merge pull request #708 from albert-github/feature/bug_fortran_code_realDimitri van Heesch2018-04-291-9/+19
|\ \ \ \ \ | | | | | | | | | | | | Fortran code coloring improvements (REAL and comment lines)
| * | | | | Fortran code coloring improvements (REAL and comment lines)albert-github2018-04-261-9/+19
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #709 from albert-github/feature/bug_markdown_formulaDimitri van Heesch2018-04-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Wrong determination of begin / end tag of formula in markdown.
| * | | | Wrong determination of begin / end tag of formula in markdown.albert-github2018-04-261-1/+1
|/ / / / | | | | | | | | | | | | 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 .
* | | | Merge pull request #706 from c-lipka/dirinfo_doxDimitri van Heesch2018-04-221-2/+2
|\ \ \ \ | | | | | | | | | | Include "empty" directories documenting themselves.
| * | | | Include "empty" directories in the documentation if they contain a `.dox` ↵Christoph Lipka2018-04-141-2/+2
| | |/ / | |/| | | | | | | | | | file (or similar) documenting the directory itself.
* | | | Merge pull request #701 from albert-github/feature/bug_latex_table_verboseDimitri van Heesch2018-04-221-16/+17
|\ \ \ \ | | | | | | | | | | LaTeX with verbatim part inside a table
| * | | | LaTeX with verbatim part inside a tablealbert-github2018-04-111-16/+17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #677 from albert-github/feature/bug_743539Dimitri van Heesch2018-04-222-4/+1
|\ \ \ \ | | | | | | | | | | Bug 743539 - Field with name "internal" confuses documentation builder.
| * \ \ \ Merge branch 'master' into feature/bug_743539Dimitri van Heesch2018-04-2238-164/+391
| |\ \ \ \
| * | | | | Bug 743539 - Field with name "internal" confuses documentation builder.albert-github2018-03-062-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | internal is not a Java reserved word / keyword but was handled as such.
* | | | | | Merge pull request #705 from c-lipka/masterDimitri van Heesch2018-04-221-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bug 795252 - Broken extension test in FileDef::generateSourceFile()
| * | | | | | Bug 795252 - Broken extension test in FileDef::generateSourceFile()Christoph Lipka2018-04-141-2/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #704 from albert-github/feature/bug_704046Dimitri van Heesch2018-04-221-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated output