summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
Commit message (Expand)AuthorAgeFilesLines
* Incorrect handling normal C comment in comment converteralbert-github2021-05-181-16/+20
* Merge branch 'master' into feature/bug_formula_mjDimitri van Heesch2021-04-281-17/+17
|\
| * Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-17/+17
* | Problems with some commands in MathJaxalbert-github2021-04-201-2/+6
|/
* Refactoring: replace QMIN/QMAX by std::min/std::maxDimitri van Heesch2021-03-261-1/+2
* Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-2/+0
* Refactoring: replace QTextStream by ifstreamDimitri van Heesch2021-03-031-1/+0
* Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-1/+0
|\
| * Refactoring: replace QRegExp by std::regex in docparser.cppDimitri van Heesch2021-02-201-1/+0
* | Adding support for lex filesalbert-github2021-02-181-31/+54
|/
* Refactoring: modernize condStackDimitri van Heesch2021-01-221-12/+13
* Refactoring: modernize commentStackDimitri van Heesch2021-01-221-25/+30
* 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