summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
Commit message (Expand)AuthorAgeFilesLines
* 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-46/+14
* | Merge pull request #6699 from albert-github/feature/bug_emoji_false_positiveDimitri van Heesch2018-12-201-4/+4
|\ \
| * | issue #6691 Multiple issues with emoji matchingalbert-github2018-12-201-4/+4
* | | Fix for unbounded memory usage due to a bug in \ref const matching #6689Dimitri van Heesch2018-12-201-1/+1
|/ /
* | XHTML incorrect attribute values for align and valignalbert-github2018-12-081-0/+6
* | Incorrect number tag sequence for xhtml with htmlinclude command possiblealbert-github2018-11-251-0/+13
* | Extending \cite command with '-' and '?' characters.albert-github2018-11-171-4/+12
* | issue 6612 Issue with handling of emojialbert-github2018-11-121-10/+39
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-11-111-1/+1
|\ \
| * | Invalid warnings regarding todos when source file name contains a '-'albert-github2018-11-091-1/+1
| |/
* | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-0/+20
|\ \ | |/ |/|
| * issue_6517: Emoji supportalbert-github2018-10-011-0/+20
* | Bug 795568 - "unexpected token TK_EOF as the argument of ref" when target sta...albert-github2018-11-021-2/+2
* | Renamed command and moved duplicated code into a macroDimitri van Heesch2018-10-271-13/+15
* | Merge branch 'feature/bug_warning_msg' of https://github.com/albert-github/do...Dimitri van Heesch2018-10-271-9/+10
|\ \ | |/ |/|
| * Correcting warning messages and echoing unknown commandalbert-github2018-08-261-9/+10
* | Merge pull request #6419 from albert-github/feature/bug_env_consistencyDimitri van Heesch2018-09-021-1/+2
|\ \
| * | Consistency of environment variables between config and codealbert-github2018-08-021-2/+2
| * | Consistency of environment variables between config and codealbert-github2018-08-021-1/+2
* | | Merge pull request #6388 from albert-github/feature/bug_740046_regressionDimitri van Heesch2018-09-011-1/+1
|\ \ \
| * | | Section label with minus sign not recognized properly.albert-github2018-07-101-1/+1
| |/ /
* | | Merge branch 'feature/bug_667993' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-08-261-2/+2
|\ \ \ | |_|/ |/| |
| * | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-2/+2
| |/
* | Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-0/+17
|/
* Merge pull request #704 from albert-github/feature/bug_704046Dimitri van Heesch2018-04-221-1/+4
|\
| * Bug 740046 - Negative sign in -Foo::Bar ruins hyperlink in generated outputalbert-github2018-04-121-1/+4
* | Bug 688387 - JavaDoc @linkplain is not recognizedalbert-github2018-02-261-1/+1
|/
* Fix/New: add variadic function args '...' support to @refMatthew White2017-08-031-1/+2
* Bug 776988 - Too greedy behavior of @ref const matchingDimitri van Heesch2017-01-171-4/+16
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-1/+1
* Bug 756604 - Unable to prevent a numbered listDimitri van Heesch2015-11-011-1/+1
* Improved handling of <caption> in tables for LaTeX output.Dimitri van Heesch2015-08-081-4/+22
* Bug 751321 - \cite still rejects valid BibTeX keysDimitri van Heesch2015-07-191-1/+1
* drop #include <unistd.h>Adrian Negreanu2015-05-151-2/+2
* Bug 746619 - Bogus warnings in case of anonymous namespace and @todoDimitri van Heesch2015-04-061-1/+1
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Bug 742151 - Bogus warning: citelist: Unexpected new line characterDimitri van Heesch2015-01-041-2/+2
* Disabled enter/exit printing for doctokenizer (produced too much noise)Dimitri van Heesch2014-12-221-10/+10
* various fixes and restructuringDimitri van Heesch2014-12-221-65/+25
* Merge branch 'feature/bug_size_latex' of https://github.com/albert-github/dox...Dimitri van Heesch2014-12-201-9/+75
|\
| * Limit images sizes and make more uniform (LaTeX)albert-github2014-11-281-9/+75
* | Bug 740218 - Full scope needed when making link inside cross-referenced secti...Dimitri van Heesch2014-12-191-0/+23
* | Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-171-0/+13
* | Bug 739214 - Cannot make unscoped link to C++ conversion operatorDimitri van Heesch2014-11-161-1/+3
* | Bug 739211 - Cannot make explicit links to C++ const member functionsDimitri van Heesch2014-11-161-1/+2
|/
* Problem in case of line termination (., a dot) direct after the \cite commandalbert-github2014-09-031-1/+1
* Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-101-1/+31