Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move DocGroup inside CommentScanner instead of using a global | Dimitri van Heesch | 2020-01-26 | 11 | -45/+95 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-01-26 | 1 | -2/+27 |
|\ | |||||
| * | Merge pull request #7537 from linux-on-ibm-z/s390x-travis-doxygen | Dimitri van Heesch | 2020-01-26 | 1 | -2/+27 |
| |\ | | | | | | | Enabling Travis builds for s390x | ||||
| | * | Enabling Travis builds for s390x | Namrata Bhave | 2020-01-24 | 1 | -2/+27 |
| | | | |||||
* | | | Cleanup unused/unwanted parser dependencies on code generator | Dimitri van Heesch | 2020-01-26 | 9 | -7/+6 |
|/ / | |||||
* | | Merge branch 'ifspacing' | Dimitri van Heesch | 2020-01-26 | 3 | -1/+37 |
|\ \ | |||||
| * | | Updated test 024 to better test spacing behaviour. | Dimitri van Heesch | 2020-01-14 | 2 | -1/+35 |
| | | | |||||
| * | | Fix for removed spaces in certain \if \else \endif constructs | Dimitri van Heesch | 2020-01-07 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'maddox11-fixed-parser-bugs-javacc705' | Dimitri van Heesch | 2020-01-25 | 20 | -8077/+6643 |
|\ \ \ | |||||
| * | | | Regenerate checked in code with JavaCC 7.0.5 | Dimitri van Heesch | 2020-01-25 | 17 | -8011/+6510 |
| | | | | |||||
| * | | | Merge branch 'fixed-parser-bugs-javacc705' of ↵ | Dimitri van Heesch | 2020-01-25 | 3 | -66/+133 |
| |\ \ \ |/ / / / | | | | | | | | | https://github.com/maddox11/doxygen into maddox11-fixed-parser-bugs-javacc705 | ||||
| * | | | fixed some parser bugs,make parser ready for javacc 7.0.5 | hake | 2020-01-24 | 3 | -66/+133 |
| | |/ | |/| | |||||
* | | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-01-25 | 3 | -959/+973 |
|\ \ \ | |||||
| * \ \ | Merge pull request #7540 from romigrou/master | Dimitri van Heesch | 2020-01-25 | 1 | -957/+971 |
| |\ \ \ | | | | | | | | | | | French translation update | ||||
| | * | | | Added the few missing French translations | Romain Bailly | 2020-01-25 | 1 | -13/+28 |
| | | | | | |||||
| | * | | | Fixed indenting in French translation so as to minimize differences with the ↵ | Romain Bailly | 2020-01-25 | 1 | -950/+949 |
| |/ / / | | | | | | | | | | | | | English version | ||||
| * | | | Merge pull request #7535 from albert-github/feature/bug_780630 | Dimitri van Heesch | 2020-01-23 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Bug 780630 - Nested @ingroup generates bad breadclumb list | ||||
| | * | | | Bug 780630 - Nested @ingroup generates bad breadclumb list | albert-github | 2020-01-23 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | The writing of the "pipe" symbol was done at the wrong moment. | ||||
| * | | | Merge pull request #7536 from albert-github/feature/bug_779650 | Dimitri van Heesch | 2020-01-23 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | Bug 779650 - Typo in http://doxygen.nl/manual/docblocks.html | ||||
| | * | | Bug 779650 - Typo in https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html | albert-github | 2020-01-23 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Corrected spelling | ||||
* | | | issue #7527: Doxygen 1.8.17: regression of C macro expansion | Dimitri van Heesch | 2020-01-25 | 1 | -1/+19 |
|/ / | |||||
* | | issue #7474: [1.8.16 regression] HTML output varies from ASLR | Dimitri van Heesch | 2020-01-19 | 1 | -2/+9 |
| | | |||||
* | | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2020-01-19 | 5 | -230/+54 |
|\ \ | |||||
| * \ | Merge pull request #7523 from albert-github/feature/bug_illegal_m | Dimitri van Heesch | 2020-01-18 | 1 | -1/+3 |
| |\ \ | | | | | | | | | Crash of doxygen on not understood code | ||||
| | * | | Crash of doxygen on not understood code | albert-github | 2020-01-18 | 1 | -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_mainpage | Dimitri van Heesch | 2020-01-14 | 1 | -0/+2 |
| |\ \ | | | | | | | | | A mainpage doesn't have an anchor to jump to | ||||
| | * | | A mainpage doesn't have an anchor to jump to | albert-github | 2020-01-14 | 1 | -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_examples | Dimitri van Heesch | 2020-01-13 | 3 | -229/+49 |
| |\ \ | | | | | | | | | CMake and examples | ||||
| | * | | CMake and examples | albert-github | 2020-01-12 | 3 | -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 pointer | Dimitri van Heesch | 2020-01-19 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #7489 from albert-github/feature/bug_win_gs | Dimitri van Heesch | 2020-01-12 | 3 | -3/+54 |
|\ \ \ | |/ / |/| | | Possibility to use gswin64c on Windows | ||||
| * | | Possibility to use gswin64c on Windows | albert-github | 2020-01-07 | 1 | -0/+1 |
| | | | | | | | | | | | | include file was missing | ||||
| * | | Possibility to use gswin64c on Windows | albert-github | 2020-01-07 | 3 | -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_7484 | Dimitri van Heesch | 2020-01-11 | 1 | -3/+3 |
|\ \ | | | | | | | issue #7484 Error: /undefined in getenv | ||||
| * | | issue #7484 Error: /undefined in getenv | albert-github | 2020-01-09 | 1 | -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/master | Dimitri van Heesch | 2020-01-11 | 1 | -11/+285 |
|\ \ \ | | | | | | | | | Updated Swedish translation to match the latest version | ||||
| * | | | Updated Swedish translation to match the latest version | Björn Palmqvist | 2020-01-08 | 1 | -11/+285 |
| |/ / | |||||
* | | | Merge pull request #7497 from albert-github/feature/bug_consistency_only | Dimitri van Heesch | 2020-01-11 | 2 | -4/+12 |
|\ \ \ | | | | | | | | | Consistency `\*only` and `\end*only` commands | ||||
| * | | | Consistency `\*only` and `\end*only` commands | albert-github | 2020-01-09 | 2 | -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_rules | Dimitri van Heesch | 2020-01-11 | 1 | -12/+0 |
|\ \ \ | | | | | | | | | Remove unused rules | ||||
| * | | | Remove unused rules | albert-github | 2020-01-09 | 1 | -12/+0 |
| |/ / | | | | | | | | | | Remove some unused rules. | ||||
* | | | Merge pull request #7501 from albert-github/feature/bug_consistency_include | Dimitri van Heesch | 2020-01-11 | 14 | -10/+157 |
|\ \ \ | | | | | | | | | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlinclude` | ||||
| * | | | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and ↵ | albert-github | 2020-01-09 | 14 | -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_769411 | Dimitri van Heesch | 2020-01-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Bug 769411 - Confuses functions with the same name, but different namespace | ||||
| * | | | Bug 769411 - Confuses functions with the same name, but different namespace | albert-github | 2020-01-11 | 1 | -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 Heesch | 2020-01-09 | 3 | -23/+3 |
|/ / | | | | | | | silently ignored | ||||
* | | Fix for potential crash when processing VHDL | Dimitri van Heesch | 2020-01-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7487 from albert-github/feature/bug_clean_git | Dimitri van Heesch | 2020-01-07 | 2 | -0/+3 |
|\ \ | |/ |/| | Correction behavior of make clean in respect to version files | ||||
| * | Correction behavior of make clean in respect to version files | albert-github | 2020-01-06 | 2 | -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_only | Dimitri van Heesch | 2020-01-06 | 5 | -18/+63 |
|\ \ | |/ |/| | Showing information from all \*only commands in XML output |