| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix wrongly detecting ``` as code block inside running text. | Dimitri van Heesch | 2020-02-12 | 1 | -3/+6 |
|
|
* | issue #7570 Comments replaced by block comments inside Markdown code block | Dimitri van Heesch | 2020-02-09 | 1 | -1/+19 |
|
|
* | issue #7570 Comments replaced by block comments inside Markdown code block | Dimitri van Heesch | 2020-02-08 | 1 | -4/+8 |
|
|
* | Fixed merge issue | Dimitri van Heesch | 2019-12-22 | 1 | -1/+1 |
|
|
* | Merge branch 'master' into feature/bug_550158 | Dimitri van Heesch | 2019-12-22 | 1 | -500/+525 |
|\ |
|
| * | Avoid warning in commentcnv.l about trailing context made variable due to pre... | Dimitri van Heesch | 2019-12-17 | 1 | -48/+34 |
|
|
| * | issue #7206: Problems with Fortran and `@cond` | Dimitri van Heesch | 2019-12-14 | 1 | -7/+15 |
|
|
| * | Email address seen as code starter | albert-github | 2019-12-06 | 1 | -1/+7 |
|
|
| * | Added missing debug flags for scanner that were made reentrant | Dimitri van Heesch | 2019-12-05 | 1 | -0/+3 |
|
|
| * | Remove bogus flex code | Dimitri van Heesch | 2019-11-18 | 1 | -5/+0 |
|
|
| * | Made commentcnv.l reentrant | Dimitri van Heesch | 2019-11-17 | 1 | -466/+493 |
|
|
| * | Spelling corrections for src directory | albert-github | 2019-11-05 | 1 | -1/+1 |
|
|
* | | Bug 550158 - EXTRACT_ALL=YES parses non doxygen comments | albert-github | 2019-10-07 | 1 | -2/+2 |
|
|
* | | Bug 550158 - EXTRACT_ALL=YES parses non doxygen comments | albert-github | 2019-10-07 | 1 | -0/+3 |
|/ |
|
* | Consistent way to show scanner state | albert-github | 2019-09-05 | 1 | -0/+3 |
|
|
* | Strange '*/' in Fortran nad Markdown with conditional sections | albert-github | 2019-08-17 | 1 | -1/+3 |
|
|
* | Regression: python file with comment caused "Reached end of file while still ... | Dimitri van Heesch | 2019-08-06 | 1 | -0/+1 |
|
|
* | Missing warning for "double comment" | albert-github | 2019-07-14 | 1 | -9/+10 |
|
|
* | Incorrect Reached end of file while still inside a (nested) comment for TCL /... | albert-github | 2019-05-03 | 1 | -1/+9 |
|
|
* | Bug 616379 - doxygen result by nested comment incorrectly | albert-github | 2018-11-28 | 1 | -4/+13 |
|
|
* | Bug 796621 - @cond does not stop at @endcond Fortran | albert-github | 2018-06-19 | 1 | -2/+18 |
|
|
* | Problem with \cond in normal comment of test 015 | albert-github | 2018-05-07 | 1 | -1/+1 |
|
|
* | Misc. typos | luz.paz | 2018-04-25 | 1 | -2/+2 |
|
|
* | Debug output commentcnv independent of QUIET setting | albert-github | 2018-02-26 | 1 | -1/+3 |
|
|
* | Misc. typos | luzpaz | 2017-12-23 | 1 | -1/+1 |
|
|
* | Bug 652086 - does ALIAS work for VHDL code? | albert-github | 2017-06-04 | 1 | -13/+57 |
|
|
* | flex: use %option instead of command line options. | Adrian Negreanu | 2016-09-21 | 1 | -0/+2 |
|
|
* | Bug 767171 - ALIASES stop working after verbatim with formula and /** */ | albert-github | 2016-06-05 | 1 | -3/+3 |
|
|
* | Bug 752712 - last entry missing in a @name group of typedefs | Dimitri van Heesch | 2016-02-06 | 1 | -0/+6 |
|
|
* | Changed configuration mechanism to directly access options in order to improv... | Dimitri van Heesch | 2016-01-17 | 1 | -3/+3 |
|
|
* | Markdown with @cond and @endcond | albert-github | 2015-11-22 | 1 | -0/+2 |
|
|
* | Bug 752712 - last entry missing in a @name group of typedefs | Dimitri van Heesch | 2015-07-26 | 1 | -0/+8 |
|
|
* | drop #include <unistd.h> | Adrian Negreanu | 2015-05-15 | 1 | -3/+2 |
|
|
* | Bug 746614 - Bogus warning regarding nested comments | albert-github | 2015-03-22 | 1 | -0/+1 |
|
|
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
|
|
* | Bug 735584 - Reached end of file while still insided a (nested) comment in Ma... | Dimitri van Heesch | 2014-12-19 | 1 | -1/+1 |
|
|
* | Fixed problem finding \enduml when using /// style comments. | Dimitri van Heesch | 2014-09-26 | 1 | -2/+9 |
|
|
* | Bug 731947 - Support for PlantUML | Dimitri van Heesch | 2014-08-10 | 1 | -3/+3 |
|
|
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
|
|
* | Fixed memory leak in nested comment administration | Dimitri van Heesch | 2014-02-03 | 1 | -4/+4 |
|
|
* | Add line numbers in case comment is not closed properly. | albert-github | 2014-01-26 | 1 | -1/+40 |
|
|
* | Bug 683115 - Command ignored when using umlauts in markdown and also C-commen... | Dimitri van Heesch | 2014-01-08 | 1 | -2/+2 |
|
|
* | Add warning when encountering a nested comment start (/*) without matching en... | Dimitri van Heesch | 2014-01-08 | 1 | -0/+5 |
|
|
* | Bug 721032 - Trouble with /cond /endcond | Dimitri van Heesch | 2013-12-25 | 1 | -1/+1 |
|
|
* | Debug output for lexical analyzer | Albert | 2013-11-13 | 1 | -0/+2 |
|
|
* | Removed redundant backslashes in regexp pattern | Dimitri van Heesch | 2013-11-11 | 1 | -7/+7 |
|
|
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2013-11-11 | 1 | -3/+6 |
|\ |
|
| * | Bug 711787 - Long initialization line in C stops doxygen | Albert | 2013-11-10 | 1 | -3/+6 |
|
|
* | | Bug 711723 - Comment /**/ confuses doxygen | Dimitri van Heesch | 2013-11-11 | 1 | -0/+3 |
|/ |
|
* | Bug 709706 - Terminating C comments within markdown files breaks aliases | Dimitri van Heesch | 2013-10-12 | 1 | -3/+23 |
|
|