summaryrefslogtreecommitdiffstats
path: root/src/docparser.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-50/+53
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-34/+32
* Compilation warningsalbert-github2020-02-221-1/+0
* Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-1/+1
* Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-261-1/+2
|\
| * Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-1/+2
* | Minor tweaksDimitri van Heesch2019-12-251-2/+2
* | Merge branch 'master' into feature/bug_style_changeDimitri van Heesch2019-12-251-63/+63
|\ \
| * \ Merge branch 'master' into spellingDimitri van Heesch2019-12-231-61/+61
| |\ \
| | * | Coverity uninitializedalbert-github2019-12-021-61/+61
| * | | spelling: embeddingJosh Soref2019-11-121-2/+2
| |/ /
* | | Warning with XML / HTML style commandsalbert-github2019-10-201-2/+4
|/ /
* | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-0/+1
* | issue #7216: non-const getGroupDef() called on aliased member (cleanup + null...Dimitri van Heesch2019-08-261-2/+1
|/
* Merge branch 'feature/issue_6831' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-08-041-1/+15
|\
| * issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-151-1/+15
* | Merge branch 'fetaure/bug_html_ins_del_tag' of https://github.com/albert-gith...Dimitri van Heesch2019-08-031-1/+3
|\ \
| * | Adding HTML tags ins and delalbert-github2019-04-041-1/+3
* | | Non existing MSC file crashes doxygenDimitri van Heesch2019-07-291-3/+3
* | | Remove not used classalbert-github2019-07-071-18/+0
* | | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-6/+6
|/ /
* | Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-091-1/+6
|\ \
| * | Show line numbers in "split" examplesalbert-github2019-03-031-1/+6
* | | Minor refactoringDimitri van Heesch2019-03-031-1/+12
|/ /
* | a named anchor does not need custom attributes and minor other corrections.Dimitri van Heesch2019-02-171-4/+2
* | Bug 136299 - attributes to <p> tag get lostalbert-github2019-02-041-3/+20
|/
* Issue #6039: Links on image in Markdown (Origin: bugzilla #769223)Dimitri van Heesch2019-01-031-0/+1
* Merge branch 'feature/bug_escaped_equal_sign' of https://github.com/albert-gi...Dimitri van Heesch2018-12-261-1/+1
|\
| * Create command for escaped equal signalbert-github2018-11-071-1/+1
* | Improved robustness of the emoji featureDimitri van Heesch2018-12-231-6/+7
* | Merge pull request #6643 from albert-github/feature/bug_xhtml_test_30Dimitri van Heesch2018-12-031-2/+4
|\ \
| * | Incorrect number tag sequence for xhtml with htmlinclude command possiblealbert-github2018-11-251-2/+4
* | | Restructured code to avoid the need for global stateDimitri van Heesch2018-11-251-1/+1
|/ /
* | Merge branch 'feature/bug_inline_image' of https://github.com/albert-github/d...Dimitri van Heesch2018-11-111-1/+3
|\ \
| * | Inline imagesalbert-github2018-08-091-1/+3
* | | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-2/+18
|\ \ \ | |_|/ |/| |
| * | issue_6517: Emoji supportalbert-github2018-10-011-2/+18
* | | Merge branch 'feature/bug_warning_msg' of https://github.com/albert-github/do...Dimitri van Heesch2018-10-271-1/+1
|\ \ \ | |/ / |/| |
| * | Correcting warning messages and echoing unknown commandalbert-github2018-08-261-1/+1
| |/
* | Merge pull request #6487 from albert-github/feature/bug_docbookDimitri van Heesch2018-09-151-0/+2
|\ \
| * | Implementation of standard generator for docbook outputalbert-github2018-09-071-0/+2
* | | Fixing coverity messagesalbert-github2018-09-131-1/+1
|/ /
* | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-1/+3
|/
* Misc. typosluz.paz2018-04-251-2/+2
* Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-281-72/+88
|\
| * Fixed compile errors in clang and gccahoogol2017-06-281-15/+15
| * Added support for RTL(right to left) languages like Arabic and Persian in HTM...ahoogol2017-06-251-72/+88
* | Propagate language information to all <programlisting> XML elements.Vladimír Vondruš2017-11-191-0/+2
|/
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-1/+2
* Introducing commands includedoc and snippetdocalbert-github2016-08-211-1/+1