summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-29/+29
* Fixed potential crash when using . after a markdown style linked image.Dimitri van Heesch2021-04-091-2/+3
* Fixed potential crash in handling empty list item.Dimitri van Heesch2021-03-291-4/+14
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-5/+5
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-2/+0
* Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-1/+0
* Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-23/+28
|\
| * Refactoring: replaced std::regex with own much faster implementationDimitri van Heesch2021-03-021-13/+13
| * Some performance tweaks + remove setting of global localeDimitri van Heesch2021-02-221-4/+4
| * Disable qregex.h and fix some warnings and issuesDimitri van Heesch2021-02-201-1/+0
| * Refactoring: replace QRegExp by std::regex in doctokenizer.lDimitri van Heesch2021-02-201-21/+27
| * Improve handling of @param command without name or descriptionDimitri van Heesch2021-02-201-1/+1
* | Adding support for lex filesalbert-github2021-02-181-3/+4
|/
* Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-221-1/+0
* Refactoring: modernize g_lexerStackDimitri van Heesch2021-01-221-13/+10
* Refactoring: modernize HtmlAttribListDimitri van Heesch2021-01-221-1/+1
* Slightly reworked the codeDimitri van Heesch2021-01-081-4/+2
* issue #8311 Markdown table: double-quote ruins the outputalbert-github2021-01-071-0/+4
* Fixed small issue computing indentation for inline line breaksDimitri van Heesch2020-12-241-0/+1
* Concatenation of \param text and \details textalbert-github2020-12-231-1/+1
* Merge pull request #8243 from albert-github/feature/issue_8142Dimitri van Heesch2020-12-161-1/+1
|\
| * issue #8142 UTF-8 in URL in source generates truncated URL in HTMLalbert-github2020-12-111-1/+1
* | Incorrect specification of irc as URL protocolalbert-github2020-12-111-1/+1
|/
* issue #8186 Path resolving breaks on included @ signalbert-github2020-11-191-2/+2
* 64-bit Windows compiler warnings doctokinizer.lalbert-github2020-11-011-10/+11
* issue #8127 Java: xml output of preformatted (`<pre>`) block adds para-block ...albert-github2020-10-261-10/+18
* Miscounting in respect to lists in markdownalbert-github2020-10-161-1/+0
* Warnings during compilation of doctokinizeralbert-github2020-10-071-1/+1
* Minor tweaksDimitri van Heesch2020-10-051-60/+47
* Merge branch 'feature/bug_doctok_cnt' of https://github.com/albert-github/dox...Dimitri van Heesch2020-10-051-10/+85
|\
| * Miscounting lines in doctokinizeralbert-github2020-09-201-10/+85
* | Incorrect recognition as RCS tagalbert-github2020-10-041-1/+2
|/
* Split lexer rulesDimitri van Heesch2020-09-111-353/+361
* issue #8015 Special command \skip and \until no longer functional in ALIASESalbert-github2020-09-071-0/+6
* Merge branch 'feature/bug_direction' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-07-301-1/+1
|\
| * More flexible and correct detection of direction of an argumentalbert-github2020-06-281-1/+1
* | And one more fix for \ilinebr handlingDimitri van Heesch2020-07-291-4/+4
* | More fixes regarding \ilinebr handlingDimitri van Heesch2020-07-291-7/+7
* | Fixed typoDimitri van Heesch2020-07-281-1/+1
* | More \ilinebr related cleanup and combined some rulesDimitri van Heesch2020-07-281-29/+19
* | More improvement regarding \\ilinebr handlingDimitri van Heesch2020-07-281-0/+6
* | Better handling of \\ilinebrDimitri van Heesch2020-07-281-4/+26
* | Additional tweaks to get markdown tables inside ALIASES workDimitri van Heesch2020-07-271-22/+39
|/
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-7/+9
* issue #7747 Three-way comparison operatoralbert-github2020-05-041-1/+1
* Refactoring: size_t type conversions and QList in DotManagerDimitri van Heesch2020-05-021-1/+1
* Combined both rules in one to reduce code duplicationDimitri van Heesch2020-04-091-6/+1
* Link in case of comma at end of URLalbert-github2020-04-081-0/+5
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-5/+11
* Restructure section handlingDimitri van Heesch2020-02-211-11/+11