summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8287 from albert-github/feature/issue_8286Dimitri van Heesch2020-12-311-2/+2
|\
| * issue #8286 Incorrect processing of VHDL stringsalbert-github2020-12-291-2/+2
* | issue #8286 Incorrect processing of VHDL stringsalbert-github2020-12-291-0/+10
|/
* Fortran comments with C comments inside (#8000)albert-github2020-09-181-1/+1
* Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-151-40/+2
* Marked the section with definitions regarding numbers more clearlyDimitri van Heesch2020-08-241-1/+3
* bug_786382 Unmatched single quote in C++ source breaks aliasesalbert-github2020-08-241-2/+32
* No default rule present in commentcnv.lalbert-github2020-06-261-0/+3
* Refactoring: size_t type conversions and QList in DotManagerDimitri van Heesch2020-05-021-1/+1
* Inconsistent behavior between `///` and `//!` for formulas (#7726)albert-github2020-04-261-1/+1
* Remove support for TCL (code is too buggy and unmaintained, language not very...Dimitri van Heesch2020-03-151-3/+1
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-5/+11
* Fix wrongly detecting ``` as code block inside running text.Dimitri van Heesch2020-02-121-3/+6
* issue #7570 Comments replaced by block comments inside Markdown code blockDimitri van Heesch2020-02-091-1/+19
* issue #7570 Comments replaced by block comments inside Markdown code blockDimitri van Heesch2020-02-081-4/+8
* Fixed merge issueDimitri van Heesch2019-12-221-1/+1
* Merge branch 'master' into feature/bug_550158Dimitri van Heesch2019-12-221-500/+525
|\
| * Avoid warning in commentcnv.l about trailing context made variable due to pre...Dimitri van Heesch2019-12-171-48/+34
| * issue #7206: Problems with Fortran and `@cond`Dimitri van Heesch2019-12-141-7/+15
| * Email address seen as code starteralbert-github2019-12-061-1/+7
| * Added missing debug flags for scanner that were made reentrantDimitri van Heesch2019-12-051-0/+3
| * Remove bogus flex codeDimitri van Heesch2019-11-181-5/+0
| * Made commentcnv.l reentrantDimitri van Heesch2019-11-171-466/+493
| * Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* | Bug 550158 - EXTRACT_ALL=YES parses non doxygen commentsalbert-github2019-10-071-2/+2
* | Bug 550158 - EXTRACT_ALL=YES parses non doxygen commentsalbert-github2019-10-071-0/+3
|/
* Consistent way to show scanner statealbert-github2019-09-051-0/+3
* Strange '*/' in Fortran nad Markdown with conditional sectionsalbert-github2019-08-171-1/+3
* Regression: python file with comment caused "Reached end of file while still ...Dimitri van Heesch2019-08-061-0/+1
* Missing warning for "double comment"albert-github2019-07-141-9/+10
* Incorrect Reached end of file while still inside a (nested) comment for TCL /...albert-github2019-05-031-1/+9
* Bug 616379 - doxygen result by nested comment incorrectlyalbert-github2018-11-281-4/+13
* Bug 796621 - @cond does not stop at @endcond Fortranalbert-github2018-06-191-2/+18
* Problem with \cond in normal comment of test 015albert-github2018-05-071-1/+1
* Misc. typosluz.paz2018-04-251-2/+2
* Debug output commentcnv independent of QUIET settingalbert-github2018-02-261-1/+3
* Misc. typosluzpaz2017-12-231-1/+1
* Bug 652086 - does ALIAS work for VHDL code?albert-github2017-06-041-13/+57
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
* Bug 767171 - ALIASES stop working after verbatim with formula and /** */albert-github2016-06-051-3/+3
* Bug 752712 - last entry missing in a @name group of typedefsDimitri van Heesch2016-02-061-0/+6
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-3/+3
* Markdown with @cond and @endcondalbert-github2015-11-221-0/+2
* Bug 752712 - last entry missing in a @name group of typedefsDimitri van Heesch2015-07-261-0/+8
* drop #include <unistd.h>Adrian Negreanu2015-05-151-3/+2
* Bug 746614 - Bogus warning regarding nested commentsalbert-github2015-03-221-0/+1
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Bug 735584 - Reached end of file while still insided a (nested) comment in Ma...Dimitri van Heesch2014-12-191-1/+1
* Fixed problem finding \enduml when using /// style comments.Dimitri van Heesch2014-09-261-2/+9
* Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-101-3/+3