summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6785 from albert-github/feature/issue_6775Dimitri van Heesch2019-03-101-0/+1
|\ | | | | issue #6775 LaTex package newunicodechar: "package won't work "
| * issue #6775 LaTex package newunicodechar: "package won't work "albert-github2019-01-201-0/+1
| | | | | | | | | | Some older distributions with newunicode package 1.1 need this option `\usepackage[utf8]{inputenc}`. Option was already present in the main LaTeX output i.e. refman.tex
* | Merge pull request #6857 from albert-github/feature/bug_645910Dimitri van Heesch2019-03-101-1/+8
|\ \ | | | | | | Bug 645910 - Segfault on recursion while parsing "\subpage A" in "\page A"
| * | Bug 645910 - Segfault on recursion while parsing "\subpage A" in "\page A"albert-github2019-02-251-1/+8
| | | | | | | | | | | | | | | In version 1.7.3 (till 1.8.7) the problem of direct recursion (i.e. in a page is a subpage to itself) we got a segmentation fault, as of 1.8.8 the problem went into an endless loop. The direct recursion is now detected.
* | | Merge pull request #6853 from albert-github/feature/bug_superfluous_par_tagsDimitri van Heesch2019-03-101-15/+13
|\ \ \ | | | | | | | | Remove superfluous paragraph tags
| * | | Remove superfluous paragraph tagsalbert-github2019-02-231-15/+13
| | | | | | | | | | | | | | | | Removed some superfluous paragraph tags in HTML (`</p>`).
* | | | Merge pull request #6861 from albert-github/feature/bug_html_attributesDimitri van Heesch2019-03-101-2/+40
|\ \ \ \ | | | | | | | | | | Multiple use of HTML attributes
| * | | | Multiple use of HTML attributesalbert-github2019-02-281-2/+40
| | |/ / | |/| | | | | | | | | | | | | | | | | | In case an attribute is used multiple times the XHTML validator gives (here for the style attribute): parser error : Attribute style redefined Created routine to merge these types of attributes.
* | | | Merge pull request #6874 from albert-github/feature/bug_ftn_cnv_debugDimitri van Heesch2019-03-103-1/+6
|\ \ \ \ | | | | | | | | | | Possibility to show converted fixed form
| * | | | Possibility to show converted fixed formalbert-github2019-03-073-1/+6
| | | | | | | | | | | | | | | | | | | | Create an easy possibility to show the Fortran source as converted from fixed form to free form.
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-03-103-4/+8
|\ \ \ \ \
| * \ \ \ \ Merge pull request #6868 from albert-github/feature/bug_secref_multicolDimitri van Heesch2019-03-093-4/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | secreflist command output shows in 1 column (HTML)
| | * | | | | secref command output shows in 1 column (HTML)albert-github2019-03-043-4/+8
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The output from the `\secref` command shows in 1 column instead of 3. The `column-count` (also possibile without `-moz` or `-webkit`) should be with the `<ul>` tag instead of the `<div>` tag
* | | | | | Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-105-9/+9
|/ / / / /
* | | | | Merge branch 'albert-github-feature/bug_lineno_split_examples'Dimitri van Heesch2019-03-0911-26/+143
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'feature/bug_lineno_split_examples' of ↵Dimitri van Heesch2019-03-0910-26/+142
| |\ \ \ \ |/ / / / / | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_lineno_split_examples
| * | | | Show line numbers in "split" examplesalbert-github2019-03-039-10/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the commands like `\skip`, `\skipline` it is possible to show parts of a file for further explanation / tutorials. They can be started with `\include` or `\dontinclude` but in case `\include` specifies that the line numbers have to be shown they are only shown in the full example and not in the split up example - show line numbers in split up example in case `lineno` is required - add `lineno` option to `\dontinclude` so here also line numbers can be shown.
* | | | | Fix for unmatched </p> when using \until as the first commandDimitri van Heesch2019-03-031-6/+4
| | | | |
* | | | | Merge branch 'albert-github-feature/bug_warn_nofile_incl'Dimitri van Heesch2019-03-032-1/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Minor refactoringDimitri van Heesch2019-03-032-19/+14
| | | | |
| * | | | Merge branch 'feature/bug_warn_nofile_incl' of ↵Dimitri van Heesch2019-03-031-0/+23
| |\ \ \ \ |/ / / / / | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_warn_nofile_incl
| * | | | Warning if no file specified for special reading commandsalbert-github2019-03-031-0/+23
| | | | | | | | | | | | | | | | | | | | Create a warning in case no `\include` or `\dontinclude` command has been given before using `\skip`, `\line`, `\skipline` or `\utnil`
* | | | | Revert "Disabled "inheritance by dominance" warning (try 2)"Dimitri van Heesch2019-03-032-6/+6
|/ / / / | | | | | | | | | | | | This reverts commit d4243bc66fc911012c8222514d5b33a222993ae5.
* | | | Disabled "inheritance by dominance" warning (try 2)Dimitri van Heesch2019-03-022-6/+6
| | | |
* | | | Merge pull request #6863 from ↵Dimitri van Heesch2019-03-021-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | albert-github/feature/bug_abstract_intf_regression_2 Regression on Definition and derived classes that are abstract interfaces (2)
| * | | | Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-5/+5
| | | | | | | | | | | | | | | | | | | | Looks like some more possible problematic places (no test case present)
| * | | | Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | There was a incorrect cast which didn't show with compilers on *nix, but does on windows. Problem occurred at least with test 58, 62 and with documentation (tclexample)
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-03-022-8/+8
|\ \ \ \ \
| * \ \ \ \ Merge pull request #6862 from albert-github/feature/bug_abstract_intf_regressionDimitri van Heesch2019-03-021-7/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | | Regression on Definition and derived classes that are abstract interfaces
| | * | | | Regression on Definition and derived classes that are abstract interfacesalbert-github2019-03-011-7/+7
| |/ / / / | | | | | | | | | | | | | | | In the doxyapp a number of casts were not corrected.
| * | | | Merge pull request #6858 from albert-github/feature/issue_6847Dimitri van Heesch2019-02-281-1/+1
| |\ \ \ \ | | | | | | | | | | | | issue #6847 Physical newlines (^^) in ALIASES produce a mismatch between documentation and source code
| | * | | | issue_6847 Physical newlines (^^) in ALIASES produce a mismatch between ↵albert-github2019-02-251-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation and source code In 1.8.15 the `^^` was already translated to `\_linebr` but here there was a ` ` (space) after the `^^`, here this is not the case resulting in "warning: Found unknown command `\_linebrline'" placing a ` ` after the translated value solves this problem.
* | | | | Disabled "inheritance by dominance" warningDimitri van Heesch2019-03-021-0/+6
|/ / / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-02-289-61/+70
|\ \ \ \ | |/ / /
| * | | Merge pull request #6850 from albert-github/feature/bug_anchor_docuDimitri van Heesch2019-02-241-4/+0
| |\ \ \ | | | | | | | | | | Removed page restriction with `\anchor` command in documentation
| | * | | Removed page restriction with `\anchor` command in documentationalbert-github2019-02-221-4/+0
| | |/ / | | | | | | | | | | | | The `\anchor` command can used on other places as well.
| * | | Merge pull request #6852 from albert-github/feature/bug_indendation_paragraphDimitri van Heesch2019-02-241-1/+1
| |\ \ \ | | | | | | | | | | Indentation of paragraphs in LaTeX
| | * | | Indentation of paragraphs in LaTeXalbert-github2019-02-231-1/+1
| | |/ / | | | | | | | | | | | | | | | | Looking in the documentation at e.g. the commands `\class` or `\image` we see that the start of some paragraph titles in LaTeX is a bit to the left of the normal indentation. Corrected the leftmargin setting (consistent with other settings).
| * | | Merge pull request #6832 from albert-github/feature/bug_latex_sectionDimitri van Heesch2019-02-243-44/+53
| |\ \ \ | | | | | | | | | | Section title runs into margin
| | * | | Section title runs into marginalbert-github2019-02-103-44/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the PDF version of the doxygen manual we see that for the `\image` command the chapter title the text runs into the margin (due to an unbreakable part). With this fix the problem is solved. (see also: https://tex.stackexchange.com/questions/474055/section-title-running-into-margin and , for the ifstar part, https://tex.stackexchange.com/questions/376375/using-ifstar-to-define-a-star-variant)
| * | | | Merge pull request #6849 from albert-github/feature/bug_internal_docuDimitri van Heesch2019-02-243-12/+14
| |\ \ \ \ | | | | | | | | | | | | Remove some doxygen warnings in internal documentation
| | * | | | Remove some doxygen warnings in internal documentationalbert-github2019-02-223-12/+14
| | | |/ / | | |/| | | | | | | | | | | | Generating the doxygen internal documentation gave some warning messages, these have been corrected.
| * | | | Merge pull request #6848 from albert-github/feature/bug_latex_code_minusDimitri van Heesch2019-02-241-0/+1
| |\ \ \ \ | | | | | | | | | | | | Latex code double minus goes to endash
| | * | | | Latex code double minus goes to endashalbert-github2019-02-221-0/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case in code 2 consecutive minus signs are present they are shown as endash. using the same code as in the non code part solves the issue. Issue can e.g. be seen in cpp source code (with e.g. i--) and in the doxygen documentation in the paragraph "Comment blocks in VHDL" This is a regression in 1.8.15
| * | | | Merge pull request #6844 from albert-github/feature/bug_322353Dimitri van Heesch2019-02-241-0/+1
| |\ \ \ \ | | |/ / / | |/| | | Bug 322353 - C variable argument list doesn't work in @param
| | * | | Bug 322353 - C variable argument list doesn't work in @paramalbert-github2019-02-191-0/+1
| |/ / / | | | | | | | | | | | | The `...` argument was not documented in case of inline parameter documentation, with `\param` it was possible to document the `...` argument.
* | | | Merge branch 'abstract_intf'Dimitri van Heesch2019-02-2844-2308/+3196
|\ \ \ \ | |/ / / |/| | |
| * | | Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-2844-2308/+3196
| | | |
| * | | issue #6840 Hash character in Markdown code span not rendered correctlyalbert-github2019-02-281-0/+1
| | | | | | | | | | | | | | | | A hash sign has a special meaning, so it should be escaped in a code span.
* | | | Merge pull request #6842 from albert-github/feature/issue_6840Dimitri van Heesch2019-02-181-0/+1
|\ \ \ \ | |/ / / |/| | | issue #6840 Hash character in Markdown code span not rendered correctly