summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Fixed indenting in French translation so as to minimize differences with the ↵Romain Bailly2020-01-251-950/+949
| |/ / / | | | | | | | | | | | | English version
| * | | Merge pull request #7535 from albert-github/feature/bug_780630Dimitri van Heesch2020-01-231-1/+1
| |\ \ \ | | | | | | | | | | Bug 780630 - Nested @ingroup generates bad breadclumb list
| | * | | Bug 780630 - Nested @ingroup generates bad breadclumb listalbert-github2020-01-231-1/+1
| | |/ / | | | | | | | | | | | | The writing of the "pipe" symbol was done at the wrong moment.
| * | | Merge pull request #7536 from albert-github/feature/bug_779650Dimitri van Heesch2020-01-231-1/+1
| |\ \ \ | | |/ / | |/| | Bug 779650 - Typo in http://doxygen.nl/manual/docblocks.html
| | * | Bug 779650 - Typo in https://www.stack.nl/~dimitri/doxygen/manual/docblocks.htmlalbert-github2020-01-231-1/+1
| |/ / | | | | | | | | | Corrected spelling
* | | issue #7527: Doxygen 1.8.17: regression of C macro expansionDimitri van Heesch2020-01-251-1/+19
|/ /
* | issue #7474: [1.8.16 regression] HTML output varies from ASLRDimitri van Heesch2020-01-191-2/+9
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-01-195-230/+54
|\ \
| * \ Merge pull request #7523 from albert-github/feature/bug_illegal_mDimitri van Heesch2020-01-181-1/+3
| |\ \ | | | | | | | | Crash of doxygen on not understood code
| | * | Crash of doxygen on not understood codealbert-github2020-01-181-1/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When feeding doxygen with: ``` %!test <*33536> %! [a, b, c] = strread ("1,,2", "%s%s%s", "delimiter", ","); ``` in a `.m` files doxygen crashes. The code is seen as Objective-C code but in fact is Octave (Matlab) code and as such not supported / not understood by doxygen. This should not be fed into doxygen, but also should not crash doxygen.
| * | Merge pull request #7511 from albert-github/feature/bug_anchor_mainpageDimitri van Heesch2020-01-141-0/+2
| |\ \ | | | | | | | | A mainpage doesn't have an anchor to jump to
| | * | A mainpage doesn't have an anchor to jump toalbert-github2020-01-141-0/+2
| |/ / | | | | | | | | | | | | Based on the question: https://stackoverflow.com/questions/59685012/doxygen-markdown-links-to-main-page-do-not-work?noredirect=1#comment105616212_59685012 The markdown mainpage has no anchor so it is not possible to link to it, added an anchor so it is consistent with other page commands.
| * | Merge pull request #7506 from albert-github/feature/bug_cmake_examplesDimitri van Heesch2020-01-133-229/+49
| |\ \ | | | | | | | | CMake and examples
| | * | CMake and examplesalbert-github2020-01-123-229/+49
| | | | | | | | | | | | | | | | | | | | Making more use of arrays in CMake to create the documentation of examples. Renaming the template/templ example to have a more consistent naming with the other examples.
* | | | issue 7514: Missing parenthesis for typedef function pointerDimitri van Heesch2020-01-191-1/+1
|/ / /
* | | Merge pull request #7489 from albert-github/feature/bug_win_gsDimitri van Heesch2020-01-123-3/+54
|\ \ \ | |/ / |/| | Possibility to use gswin64c on Windows
| * | Possibility to use gswin64c on Windowsalbert-github2020-01-071-0/+1
| | | | | | | | | | | | include file was missing
| * | Possibility to use gswin64c on Windowsalbert-github2020-01-073-3/+53
| |/ | | | | | | | | On windows the 32 bit executable is called gswin32c, but for the 64-bit systems also a gswin64c exists. The path is checked for the existing of these executables (with a preference for the 32 bit version).
* | Merge pull request #7496 from albert-github/feature/issue_7484Dimitri van Heesch2020-01-111-3/+3
|\ \ | | | | | | issue #7484 Error: /undefined in getenv
| * | issue #7484 Error: /undefined in getenvalbert-github2020-01-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The command `ps2epsi` also uses the `gs` command and this gives some problems with the gs9.50 version. An alternative is the `eps2eps` command that doesn't have these problems with the gs9.50 version. See also: - #7290 - https://bugs.ghostscript.com/show_bug.cgi?id=702024
* | | Merge pull request #7492 from bjornpalmqvist/masterDimitri van Heesch2020-01-111-11/+285
|\ \ \ | | | | | | | | Updated Swedish translation to match the latest version
| * | | Updated Swedish translation to match the latest versionBjörn Palmqvist2020-01-081-11/+285
| |/ /
* | | Merge pull request #7497 from albert-github/feature/bug_consistency_onlyDimitri van Heesch2020-01-112-4/+12
|\ \ \ | | | | | | | | Consistency `\*only` and `\end*only` commands
| * | | Consistency `\*only` and `\end*only` commandsalbert-github2020-01-092-4/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all possibilities in respect of `\*only` and `\end*only` commands were present which could lead to messages like: ``` .../aa.h:4: warning: reached end of comment while inside a \rtfonly block; check for missing \endrtfonly tag! ../.aa.h:4: warning: rtfonly section ended without end marker .../aa.h:4: warning: rtfonly section ended without end marker ``` in case of a problem like: ``` /** \file * \rtfonly * RTF /* Nested */ * \endrtfonly */ ```
* | | Merge pull request #7498 from albert-github/feature/bug_rulesDimitri van Heesch2020-01-111-12/+0
|\ \ \ | | | | | | | | Remove unused rules
| * | | Remove unused rulesalbert-github2020-01-091-12/+0
| |/ / | | | | | | | | | Remove some unused rules.
* | | Merge pull request #7501 from albert-github/feature/bug_consistency_includeDimitri van Heesch2020-01-1114-10/+157
|\ \ \ | | | | | | | | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude`
| * | | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and ↵albert-github2020-01-0914-10/+157
| |/ / | | | | | | | | | | | | | | | `\xmlinclude` Adding for consistency with `\*only`, `\htmlincclude` and `\latexinclude` the commands: `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude`
* | | Merge pull request #7504 from albert-github/feature/bug_769411Dimitri van Heesch2020-01-111-1/+1
|\ \ \ | | | | | | | | Bug 769411 - Confuses functions with the same name, but different namespace
| * | | Bug 769411 - Confuses functions with the same name, but different namespacealbert-github2020-01-111-1/+1
|/ / / | | | | | | | | | Check that the members are in the same namespace before combining documentation
* | | issue #7472: Serious regression: /**< comments cause functions to be ↵Dimitri van Heesch2020-01-093-23/+3
|/ / | | | | | | silently ignored
* | Fix for potential crash when processing VHDLDimitri van Heesch2020-01-071-1/+1
| |
* | Merge pull request #7487 from albert-github/feature/bug_clean_gitDimitri van Heesch2020-01-072-0/+3
|\ \ | |/ |/| Correction behavior of make clean in respect to version files
| * Correction behavior of make clean in respect to version filesalbert-github2020-01-062-0/+3
| | | | | | | | | | I case we ran `make clean` it was not possible anymore to generate doxygen as the generated file `generated_src/gitversion.cpp` was not present any more and it was not re-generated. The generation of the `generated_src/gitversion.cpp` depends on teh `generated_src/git_state` file and this file was still present. This has been corrected.
* | Merge pull request #7481 from albert-github/feature/bug_xmlout_for_onlyDimitri van Heesch2020-01-065-18/+63
|\ \ | |/ |/| Showing information from all \*only commands in XML output
| * Showing information from all `*only commands in XML outputalbert-github2020-01-055-18/+63
|/ | | | This fix reverts the changes from #381 (i.e issue #4214 "htmlonly content appears in generated XML output (Origin: bugzilla 646002)", as XML is seen as an output format that can be further processed and therefore should contain all possible information.
* Merge pull request #7479 from albert-github/feature/issue_7477Dimitri van Heesch2020-01-042-19/+23
|\ | | | | issue #7477 Broken urls in the xml output
| * issue #7477 Broken urls in the xml outputalbert-github2020-01-042-19/+23
|/ | | | | Made code analogous to HTML code. Also the doxygen internal tests suffered from this problem.
* Merge pull request #7476 from albert-github/feature/bug_spell_portableDimitri van Heesch2020-01-031-1/+1
|\ | | | | Small spelling correction in portable.cpp
| * Small spelling correction in portable.cppalbert-github2020-01-031-1/+1
| | | | | | | | Small spelling correction in portable.cpp
* | Merge pull request #7475 from albert-github/feature/bug_spell_docDimitri van Heesch2020-01-031-2/+2
|\ \ | |/ |/| Small spelling correction in change log
| * Small spelling correction in change logalbert-github2020-01-031-2/+2
|/ | | | Small spelling correction in change log
* Make VHDL parser reentrantDimitri van Heesch2020-01-0314-2237/+2158
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-01-021-7/+12
|\
| * Merge pull request #7470 from albert-github/feature/issue_7464Dimitri van Heesch2020-01-011-7/+12
| |\ | | | | | | issue #7464 1.8.17: test suite is failing
| | * issue #7464 1.8.17: test suite is failingalbert-github2020-01-011-7/+12
| |/ | | | | | | | | | | | | | | On Windows the syntax with the command and arguments in one string worked but on *nix (and Cygwin) it didn't. - changed calls to Popen to split command (see also: https://docs.python.org/3/library/subprocess.html). - explicitly specify files to check for xhtml - changed call to xmllint for xhtml and docbook (due to stdout overflow in some cases, we are not really interested in the, formatted, output of xmllint). - in the update part a `read` was left, should have been removed.
* | Make fortranscanner.l reentrantDimitri van Heesch2020-01-012-1184/+1231
|/
* Make defargs.l reentrantDimitri van Heesch2019-12-311-227/+369
|
* Make commentscan.l reentrantDimitri van Heesch2019-12-3011-1414/+1597
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-12-291-0/+3
|\