summaryrefslogtreecommitdiffstats
path: root/src/docparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove not used classalbert-github2019-07-071-94/+0
* Simplified code a bitDimitri van Heesch2019-05-131-15/+5
* Merge branch 'feature/svg_image_determnation' of https://github.com/albert-gi...Dimitri van Heesch2019-05-131-1/+15
|\
| * Image not seen as svg imagealbert-github2019-04-051-1/+15
* | Add const correctness for argument listsDimitri van Heesch2019-05-051-6/+6
* | Further const correctness changesDimitri van Heesch2019-05-051-1/+1
* | Merge branch 'feature/bug_init_fd_line' of https://github.com/albert-github/d...Dimitri van Heesch2019-04-281-1/+1
|\ \
| * | Crash in case of usage of \line without \includealbert-github2019-04-191-1/+1
| |/
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-129/+29
|/
* Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-091-0/+28
|\
| * Show line numbers in "split" examplesalbert-github2019-03-031-0/+28
* | Minor refactoringDimitri van Heesch2019-03-031-18/+2
* | Warning if no file specified for special reading commandsalbert-github2019-03-031-0/+23
|/
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-11/+11
* a named anchor does not need custom attributes and minor other corrections.Dimitri van Heesch2019-02-171-5/+6
* Merge branch 'feature/bug_136299' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-02-171-6/+15
|\
| * Bug 136299 - attributes to <p> tag get lostalbert-github2019-02-041-6/+15
* | issue #6830 Message: graph_legend:39: error: Prevented to copy file <path_to_...albert-github2019-02-101-5/+5
* | Warning for documented return of void type functionalbert-github2019-01-211-14/+14
|/
* issue #6754 False positives for "multiple @param sections"albert-github2019-01-081-1/+1
* Issue #6039: Links on image in Markdown (Origin: bugzilla #769223)Dimitri van Heesch2019-01-031-0/+5
* Fixed typoPeter Klotz2019-01-011-1/+1
* Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-311-1/+1
* Merge branch 'feature/bug_escaped_equal_sign' of https://github.com/albert-gi...Dimitri van Heesch2018-12-261-0/+10
|\
| * Create command for escaped equal signalbert-github2018-11-071-0/+10
* | Fixed problems with emoji handling and added a test case for itDimitri van Heesch2018-12-251-1/+1
* | Fix regression due to move of markdown processingDimitri van Heesch2018-12-241-1/+1
* | Improved robustness of the emoji featureDimitri van Heesch2018-12-231-85/+52
* | Print emoji text in case of unknown emojialbert-github2018-12-201-0/+4
* | Merge pull request #6643 from albert-github/feature/bug_xhtml_test_30Dimitri van Heesch2018-12-031-1/+10
|\ \
| * | Incorrect number tag sequence for xhtml with htmlinclude command possiblealbert-github2018-11-251-1/+10
* | | Restructured code to avoid the need for global stateDimitri van Heesch2018-11-251-3/+3
|/ /
* | Replace ''printf' with appropriate warn 'message'albert-github2018-11-171-4/+5
* | Merge branch 'feature/bug_inline_image' of https://github.com/albert-github/d...Dimitri van Heesch2018-11-111-6/+43
|\ \
| * | Inline imagesalbert-github2018-08-091-5/+42
* | | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-32/+114
|\ \ \ | |_|/ |/| |
| * | issue_6517: Emoji supportalbert-github2018-10-011-2/+121
* | | Merge pull request #6438 from albert-github/feature/bug_citeDimitri van Heesch2018-10-281-5/+6
|\ \ \
| * | | Correcting labels for citationsalbert-github2018-08-101-5/+6
| | |/ | |/|
* | | Renamed command and moved duplicated code into a macroDimitri van Heesch2018-10-271-22/+31
* | | Merge branch 'feature/bug_warning_msg' of https://github.com/albert-github/do...Dimitri van Heesch2018-10-271-143/+59
|\ \ \
| * | | Correcting warning messages and echoing unknown commandalbert-github2018-08-261-143/+59
* | | | Merge pull request #6435 from albert-github/feature/bug_image_in_a_tagDimitri van Heesch2018-10-271-0/+3
|\ \ \ \
| * | | | Possibility to have a \image command inside a <A> tagalbert-github2018-08-091-0/+3
| | |/ / | |/| |
* | | | Bug 710654 - <img> on a \page does not copy the image to the html output folderalbert-github2018-10-121-5/+6
| |_|/ |/| |
* | | Readded missing "Span" case to DocStyleChange::styleStringDimitri van Heesch2018-08-261-8/+9
* | | Merge branch 'feature/bug_667993' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-08-261-1/+34
|\ \ \ | |_|/ |/| |
| * | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-1/+34
* | | Merge branch 'lineno'Dimitri van Heesch2018-08-191-1/+26
|\ \ \ | |_|/ |/| |
| * | Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-1/+26