summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-0717-6/+98
| | | | Added underline possibility and strike through possibility for the different output formats insofar it is possible (other similar possibilities are not always possible for all output formats either).
* 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.
* | Merge branch 'albert-github-feature/bug_tooltip_apostrophe'Dimitri van Heesch2018-07-072-6/+1
|\ \
| * | 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
| |
* | Bump minimal deployment target for OSX to 10.9 to avoid deprecation warning ↵Dimitri van Heesch2018-07-051-1/+1
| | | | | | | | while linking
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-07-031-5/+1
|\ \
| * | Update README.mdDimitri van Heesch2018-07-031-5/+1
| | |
* | | Fixed bug in URLDimitri van Heesch2018-07-031-1/+1
|/ /
* | Fixed documentation to point to GitHub issue trackerDimitri van Heesch2018-07-023-1124/+1123
|/
* 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-243-11/+47
|\ \ | | | | | | Resolve inconsistency in formula repositories.
| * | Resolve inconsistency in formula repositories.albert-github2018-06-113-11/+47
| | | | | | | | | | | | 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-2410-12/+12
|\ \ \ \ | | | | | | | | | | Typos found by running "codespell"
| * | | | Update qstring.cppArmin Müller2018-06-191-1/+1
| | | | |
| * | | | Update qvaluelist.docArmin Müller2018-06-191-1/+1
| | | | |
| * | | | Update qptrdict.docArmin Müller2018-06-191-1/+1
| | | | |
| * | | | Update qintdict.docArmin Müller2018-06-191-1/+1
| | | | |
| * | | | Update qgdict.cppArmin Müller2018-06-191-1/+1
| | | | |
| * | | | Update qdict.docArmin Müller2018-06-191-1/+1
| | | | |
| * | | | 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
| |/ / /
* | | | Merge pull request #772 from pgajdos/masterDimitri van Heesch2018-06-241-9/+6
|\ \ \ \ | | | | | | | | | | fix build with qt 5.11
| * | | | fix build with qt 5.11, deprecated qt5_use_modules macro was removed, patch ↵pgajdos2018-06-191-9/+6
| |/ / / | | | | | | | | | | | | by Christophe Giboudeaux
* | | | Merge pull request #776 from fjtc/masterDimitri van Heesch2018-06-242-8/+247
|\ \ \ \ | |/ / / |/| | | Portuguese translators updated to version 1.8.15
| * | | 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-104-4/+8
|\ \ \ | | | | | | | | Problem with \cond in normal comment of test 015
| * | | Problem with \cond in normal comment of test 015albert-github2018-05-074-4/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | 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-104-18/+45
|\ \ \ | | | | | | | | Problem with code inside a Doxy table in LaTeX
| * | | Problem with code inside a Doxy table in LaTeXalbert-github2018-05-264-18/+45
| | |/ | |/| | | | | | | | | | | | | 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 #750 from ↵Dimitri van Heesch2018-06-101-1/+1
|\ \ \ | | | | | | | | | | | | | | | | albert-github/feature/doxygen_html_manual_markdown_tables Doxygen manual doesn't have lines around markdown tables / cells.
| * | | Doxygen manual doesn't have lines around markdown tables / cells.albert-github2018-05-291-1/+1
| |/ / | | | | | | | | | | | | | | | | | | In the chapter about markdown tables the tables lack the lines around the table and between the cells. Reason is a wrong color in the doxygen_manual.css (taken value from the standard doxygen.css). Regression on pull request #537
* | | 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 #754 from albert-github/feature/bug_css_menu_sidebarDimitri van Heesch2018-06-101-0/+8
|\ \ \ | | | | | | | | Drop down lists in menu bar missing
| * | | Drop down lists in menu bar missingalbert-github2018-06-021-0/+8
| | | | | | | | | | | | | | | | As a result of pull request #636 the drop down lists in the main bar don't work anymore, furthermore the treeview is lacking the scrollbar when a text is to long (text is not shown.
* | | | 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.