summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | Bug 796621 - @cond does not stop at @endcond Fortranalbert-github2018-06-194-16/+39
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The backslash (\) is in Fortran not an escape character but was handled as such, this has been corrected. Handling of the different Fortran string types ('...' and "...") made more consistent.
| * | | | | | | | Merge pull request #779 from albert-github/feature/784322Dimitri van Heesch2018-07-071-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Bug 784322 - .tex file is wrong when generating a function whose name includes an underline
| | * | | | | | | | Bug 784322 - .tex file is wrong when generating a function whose name ↵albert-github2018-06-271-1/+1
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes an underline Correctly write the text to the text file (i.e. escape some characters)
| * | | | | | | | Merge pull request #782 from albert-github/feature/bug_clang_docuDimitri van Heesch2018-07-071-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Documentation correction CLANG option usage
| | * | | | | | | | Documentation correction CLANG option usagealbert-github2018-06-301-2/+2
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected reference to use of CLANG option in Doxyfile.
| * | | | | | | | Tooltip was twice 'HTML escaped'Dimitri van Heesch2018-07-073-28/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'feature/bug_tooltip_apostrophe' of ↵Dimitri van Heesch2018-07-072-1/+23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_tooltip_apostrophe
| | * | | | | | | | Tooltip was twice 'HTML escaped'albert-github2018-07-012-1/+23
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tooltip was already 'HTML escaped' except for some '<' and '>' characters but was again 'HTML escaped' resulting in e.g. that a single apostrophe (') was translated to &#39; and again to &amp#39; resulting in &#39; in the tooltip. Only '<' and '>' are now 'HTML escaped again'
| * | | | | | | | Updated Hungarian translationDimitri van Heesch2018-07-051-58/+588
| |/ / / / / / /
| * | | | | | | Merge pull request #720 from albert-github/feature/bug_python_htmlDimitri van Heesch2018-06-241-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cannot properly jump from brief to detailed function description in python
| | * | | | | | | Cannot properly jump from brief to detailed function descriptionalbert-github2018-05-111-1/+1
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case a plain python function (i.e. not in a class or similar) the reference in the brief description to the detailed description points to nowhere as the anchor at the detailed description has file_ in front of it. The file_ is required for namespaces as mentioned in the code: // member is in a namespace, but is written as part of the file documentation // as well, so we need to make sure its label is unique. tests, on a python project, gave that this doesn't happen and that in case of just files a wrong member reference is given in. Based on: Generating Python Documentation with doxygen produces broken links to functions (https://stackoverflow.com/questions/50217315/generating-python-documentation-with-doxygen-produces-broken-links-to-functions#50217315)
| * | | | | | | Merge pull request #763 from albert-github/feature/bug_formula_repositoryDimitri van Heesch2018-06-242-9/+45
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Resolve inconsistency in formula repositories.
| | * | | | | | | Resolve inconsistency in formula repositories.albert-github2018-06-112-9/+45
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | HTML and RTF have their own directory with formula repository files. These can get out of sync when HTML and RTF versions are not always build together (and both are required again).
| * | | | | | | Merge pull request #721 from albert-github/feature/bug_727103Dimitri van Heesch2018-06-241-0/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug 727103 - Misparsed comments leading to missing call graph
| | * | | | | | | Bug 727103 - Misparsed comments leading to missing call graphalbert-github2018-05-121-0/+3
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handling comment block in scanner.l and code.l in an analogous way. The problem is caused by a non terminated comment bock in a comment block. It is strongly advised not to use comment blocks inside other comment blocks and otherwise fix the message.
| * | | | | | | Merge pull request #745 from albert-github/feature/bug_796426Dimitri van Heesch2018-06-241-15/+12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug 796426 - Invalid 3-byte UTF8 found in input of graph
| | * | | | | | | Bug 796426 - Invalid 3-byte UTF8 found in input of graphalbert-github2018-05-281-15/+12
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Corrected counting of utf-8 characters - Corrected truncation of text for e.g. tooltips (Note dot 2.38.0 silently ignored the error, 2.40.1 shows the error.)
| * | | | | | | Merge pull request #762 from albert-github/feature/bug_translation_VHDL_dutchDimitri van Heesch2018-06-241-3/+127
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update Dutch translation in respect to new VHDL entries.
| | * | | | | | | Update Dutch translation in respect to new VHDL entries.albert-github2018-06-101-3/+127
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #774 from arm-in/masterDimitri van Heesch2018-06-244-6/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Typos found by running "codespell"
| | * | | | | | | Update scanner.lArmin Müller2018-06-191-3/+3
| | | | | | | | |
| | * | | | | | | Update rtfdocvisitor.cppArmin Müller2018-06-191-1/+1
| | | | | | | | |
| | * | | | | | | Update doxygen.mdArmin Müller2018-06-191-1/+1
| | | | | | | | |
| | * | | | | | | Update doxygen.cppArmin Müller2018-06-191-1/+1
| | |/ / / / / /
| * | | | | | | Translators updated to version 1.8.15.Fabio Jun Takada Chino2018-06-102-8/+247
| |/ / / / / /
| * | | | | | Merge pull request #714 from albert-github/feature/bug_test_condDimitri van Heesch2018-06-102-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Problem with \cond in normal comment of test 015
| | * | | | | | Problem with \cond in normal comment of test 015albert-github2018-05-072-2/+2
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Merge pull request #742 from albert-github/feature/bug_latex_table_codeDimitri van Heesch2018-06-103-14/+35
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Problem with code inside a Doxy table in LaTeX
| | * | | | | | Problem with code inside a Doxy table in LaTeXalbert-github2018-05-263-14/+35
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| * | | | | | Merge pull request #751 from albert-github/feature/bug_latex_tablesDimitri van Heesch2018-06-102-24/+48
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Problems and some enhancements for LaTeX tables
| | * | | | | | Problems and some enhancements for LaTeX tablesalbert-github2018-05-302-24/+48
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * | | | | | Merge pull request #757 from albert-github/feature/bug_latex_formulaDimitri van Heesch2018-06-101-2/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Improvement LaTeX output (regression)
| | * | | | | | Improvement LaTeX output (regression)albert-github2018-06-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | Merge pull request #758 from albert-github/feature/bug_363762Dimitri van Heesch2018-06-101-7/+10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug 363762 - Tooltips are not shown in dot-generated graphs
| | * | | | | | | Bug 363762 - Tooltips are not shown in dot-generated graphsalbert-github2018-06-071-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some graphs were still missing a tooltip in the root node (most notably the caller graphs), so were still displaying something like Node0.
| | * | | | | | | Bug 363762 - Tooltips are not shown in dot-generated graphsalbert-github2018-06-071-4/+4
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | Merge pull request #735 from albert-github/feature/bug_792122_2Dimitri van Heesch2018-06-101-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug 792122 - XHTML pages are broken several ways (Regression #674)
| | * | | | | | | Bug 792122 - XHTML pages are broken several ways (Regression #674)albert-github2018-05-201-1/+1
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | Merge pull request #752 from albert-github/feature/bug_782082Dimitri van Heesch2018-06-102-3/+15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug 782082 - Czech/Slovak language documentation with tables from LaTeX to PDF is not possible
| | * | | | | | | Bug 782082 - Czech/Slovak language documentation with tables from LaTeX to ↵albert-github2018-05-312-3/+15
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PDF is not possible Added commands as indicated to overrule \cline and \cmidrule due to problems with `-`
| * | | | | | | Merge pull request #739 from albert-github/feature/bug_python_codeDimitri van Heesch2018-06-102-5/+26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Small problems when displaying python code
| | * | | | | | | Small problems when displaying python codealbert-github2018-05-222-5/+26
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | | | | | Merge pull request #749 from albert-github/feature/bug_792918Dimitri van Heesch2018-06-101-7/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bug 792918 - incorrect parsing of markdown table
| | * | | | | | | Bug 792918 - incorrect parsing of markdown tablealbert-github2018-05-291-7/+4
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | 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-102-2/+20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add formula (images) to RTF output
| | * | | | | | | Add formula (images) to RTF outputalbert-github2018-06-052-2/+20
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | 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.