summaryrefslogtreecommitdiffstats
path: root/src/code.l
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6957 from cfriedt/feature/cfriedt/6955/allow-javadoc-styl...Dimitri van Heesch2019-05-211-0/+18
|\
| * make similar javadoc banner change for stripping special comments from codeChristopher Friedt2019-05-091-0/+18
* | Add const correctness for argument listsDimitri van Heesch2019-05-051-2/+2
* | Further const correctness changesDimitri van Heesch2019-05-051-3/+3
|/
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-25/+25
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-9/+9
* Merge pull request #6776 from albert-github/feature/bug_xhtml_tooltipDimitri van Heesch2019-02-091-5/+0
|\
| * Double id for tooltips in XHTML Possible.albert-github2019-01-181-5/+0
* | Remove dead codeDimitri van Heesch2019-01-211-16/+0
|/
* Minor restructuringDimitri van Heesch2018-11-181-6/+37
* Merge remote-tracking branch 'doxygen/master'Joe George2018-11-021-0/+1
|\
| * Merge pull request #6470 from albert-github/feature/issue_6469Dimitri van Heesch2018-10-271-0/+1
| |\
| | * Issue 6469: Java method calls are ignored in generating call/caller graph wit...albert-github2018-08-291-0/+1
* | | Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-2/+2
|/ /
* | Bug 749049 - Doxygen not creating call graphs for C# methods if namespace con...albert-github2018-10-201-1/+5
* | Merge pull request #6489 from albert-github/feature/bug_cs_using_linkDimitri van Heesch2018-09-231-1/+1
|\ \
| * | Don't link to non existing / not accessible namespaces , in CSharp, in the so...albert-github2018-09-071-1/+1
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-09-101-1/+3
|\ \ \ | |/ /
| * | 'self' keyword in PHP documentationalbert-github2018-08-061-1/+3
| |/
* | Changed state guard instead of adding pattern check+rejectDimitri van Heesch2018-09-101-8/+1
* | Bug 634830 - Automatic links don't work correctly with operator< and operator<=albert-github2018-08-111-0/+7
|/
* Moved duplicated code into dedicated function skipLanguageSpecificKeywordDimitri van Heesch2018-07-301-4/+9
* Bug 734820 - "remove" is treated as a keyword (green) in the source browser f...albert-github2018-07-261-4/+4
* Bug 727103 - Misparsed comments leading to missing call graphalbert-github2018-05-121-0/+3
* Merge pull request #677 from albert-github/feature/bug_743539Dimitri van Heesch2018-04-221-0/+1
|\
| * Merge branch 'master' into feature/bug_743539Dimitri van Heesch2018-04-221-0/+6
| |\
| * | Bug 743539 - Field with name "internal" confuses documentation builder.albert-github2018-03-061-0/+1
* | | Merge pull request #681 from albert-github/feature/bug_794509Dimitri van Heesch2018-04-221-1/+1
|\ \ \ | |_|/ |/| |
| * | Bug 794509 - c# see langword brokenalbert-github2018-03-231-1/+1
| |/
* | Bug 611240 - C# keywords 'get' and 'set' are highlighted as reserved words in...albert-github2018-02-281-0/+6
|/
* More typosluz.paz2018-01-041-1/+1
* add the number of conditionals path and bugfixJoenio Costa2017-06-281-2/+52
* Function declaration following a function definition incorrectly listed as ca...Dimitri van Heesch2017-04-021-11/+1
* Merge pull request #521 from albert-github/feature/bug_722112Dimitri van Heesch2016-09-211-1/+7
|\
| * Bug 722112 - 'static' and 'throw' C++ keywords not coloredalbert-github2016-09-111-1/+7
* | flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
* | Fixed cross referencing issue when using bitfields.Dimitri van Heesch2016-09-201-1/+1
|/
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-4/+5
* Bug 749924 - Doxygen handles comments in Objective-C code blocks incorrectly.Dimitri van Heesch2016-05-101-8/+56
* Bug 762670 - References for one function can inherit References from subseque...Dimitri van Heesch2016-03-201-29/+38
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-12/+12
* Support set in code highlightingalbert-github2015-12-091-1/+1
* Fixed preprocessor macros for flex version checklameventanas2015-11-251-1/+1
* Support flex-2.6.0Dimitri van Heesch2015-11-221-2/+2
* Support flex-2.6.0Heiko Becker2015-11-221-1/+1
* Bug 629249 - Incorrect "References" and "Referenced by"albert-github2015-09-301-0/+5
* drop #include <unistd.h>Adrian Negreanu2015-05-151-2/+2
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Remove unused local and static global variablesalbert-github2014-12-271-1/+0
* Bug 731363 - Callgraphs for C# only generated for methods inside the same classDimitri van Heesch2014-06-101-75/+81