summaryrefslogtreecommitdiffstats
path: root/src/markdown.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* issue #7996 \ref commands broken in markdown tablesalbert-github2020-09-021-1/+1
* Spelling corrections is commentsalbert-github2020-08-091-1/+1
* Simplified code by passing lineNr directlyDimitri van Heesch2020-08-061-3/+1
* Coverity uninitialized variablealbert-github2020-08-061-1/+1
* Fix for markdown emphasis processing regression.Dimitri van Heesch2020-08-051-2/+7
* Merge pull request #7782 from wataash/tagend-markdown-emDimitri van Heesch2020-08-031-2/+2
|\
| * issue #7781: allow '>' before Markdown emphasisWataru Ashihara2020-05-231-2/+2
* | Merge branch 'feature/issue_7923' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-07-281-3/+5
|\ \
| * | issue #7923 source line numbers in warnings output by parser are off by 1albert-github2020-07-271-3/+5
* | | Additional tweaks to get markdown tables inside ALIASES workDimitri van Heesch2020-07-271-14/+150
* | | Merge branch 'feature/issue_7787' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-07-251-3/+17
|\ \ \ | |/ / |/| |
| * | issue #7787 Doxygen 1.8.18: Markdown tables not working in ALIASES anymore?albert-github2020-05-201-3/+17
* | | issue #7911 markdown table add extra test to "\copybrief"albert-github2020-07-181-1/+1
* | | Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-2/+1
* | | Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-171-8/+0
* | | Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-421/+304
* | | issue #7796 Backticks (`) in Doxygen-markup-in-C in Markdown collapses (#7797)albert-github2020-06-131-2/+5
* | | Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-311-10/+8
| |/ |/|
* | issue #7595 Links from one Markdown file to another do not workalbert-github2020-05-211-2/+4
|/
* Fix for Portable::isAbsolutePathDimitri van Heesch2020-04-061-1/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-04-061-0/+14
|\
| * Relative markdown file reference (#7032)albert-github2020-04-061-0/+14
* | Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-57/+57
|/
* issue #7672 Request: use <img> tags instead of <object> tags for SVG imagesalbert-github2020-03-291-1/+1
* Fixed unsigned/signed character warningsDimitri van Heesch2020-03-111-4/+4
* Remove dead code and fix more warningsDimitri van Heesch2020-03-081-1/+1
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-12/+5
* Restructure section handlingDimitri van Heesch2020-02-211-9/+9
* A mainpage doesn't have an anchor to jump toalbert-github2020-01-141-0/+2
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-2/+45
* Fix for use of non portable strnstr functionDimitri van Heesch2019-12-231-1/+2
* Optimize UTF-8 nbsp conversion in markdownDimitri van Heesch2019-12-221-6/+17
* Merge branch 'feature/bug_nbsp_code' of https://github.com/albert-github/doxy...Dimitri van Heesch2019-12-221-5/+6
|\
| * Text '&nbsp;' appears in code segmentsalbert-github2019-08-231-5/+6
* | Merge pull request #7231 from albert-github/feature/issue_7228Dimitri van Heesch2019-12-211-5/+5
|\ \
| * | issue #7228 Using markdown causes wrong error and warning line numbers - v. 1...albert-github2019-08-271-5/+5
| |/
* | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-2/+2
* | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-39/+6
* | Problem with horizontal ruler directly after fenced code sectionalbert-github2019-11-121-1/+1
* | Spelling corrections for src directoryalbert-github2019-11-051-2/+2
* | Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-6/+5
* | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-1/+1
* | Generalized the HTML comment detection and handlingDimitri van Heesch2019-09-161-8/+3
* | Merge branch 'feature/bug_html_comment' of https://github.com/albert-github/d...Dimitri van Heesch2019-09-161-1/+6
|\ \
| * | HTML start comment with 3 dashesalbert-github2019-09-051-1/+6
| |/
* | Fix some typos luz.paz2019-09-161-1/+1
|/
* issue #7143 note block not generated properly if there are blanks after italbert-github2019-08-051-1/+1
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-1/+1
|\
| * Correction warning messagealbert-github2019-06-011-1/+1
* | issue #7151 Doxygen 1.8.15 TOC_INCLUDE_HEADINGS >0 stops html links being gen...albert-github2019-08-011-0/+1