summaryrefslogtreecommitdiffstats
path: root/src/code.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Bug 721169 - Wrong call graph in simple situationDimitri van Heesch2014-01-081-3/+34
* Fixed Tidy's 'empty span' warning in HTML outputDimitri van Heesch2014-01-031-1/+1
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-14/+11
* Bug 720580 - inline source browser shows wrong code with muilti-line c++11's ...Dimitri van Heesch2013-12-241-1/+1
* Debug output for lexical analyzerAlbert2013-11-131-0/+6
* Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHSSergio Oller2013-09-281-9/+13
* Bug 154880 - if "using namespace" used, call of a static member function in C...Dimitri van Heesch2013-09-091-1/+1
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-37/+27