summaryrefslogtreecommitdiffstats
path: root/src/code.l
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #521 from albert-github/feature/bug_722112Dimitri van Heesch2016-09-211-1/+7
|\ | | | | Bug 722112 - 'static' and 'throw' C++ keywords not colored
| * Bug 722112 - 'static' and 'throw' C++ keywords not coloredalbert-github2016-09-111-1/+7
| | | | | | | | In case we don't specify a name with a type in the prototype of a function the type is still stored and should be moved to the type/
* | 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
| | | | | | | | | This patch makes the handling of the \snippet and other commands consistent between the different languages (no line numbers anymore with python) and also introduces analogous to \includelineno the command \snippetlineno. Some non relevant changes: - *code.l Calculation of the end line was incorrect, in case of a snippet the end line was the number of lines of the snippet and not reltive to the start line. - *code.l made consistent over the different laguages, enabling exBlock and inlineFragment - testing/indexpage.xml in test 14 the \snippet command was used with python and giving line numbers, linenumbers are now gone (consistency)
* 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 ↵Dimitri van Heesch2016-03-201-29/+38
| | | | subsequent non documented function
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-12/+12
| | | | improve performance
* Support set in code highlightingalbert-github2015-12-091-1/+1
| | | | Analogous to the C# property get also the property set is supported
* 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
| | | | | | The version checks only considered YY_FLEX_SUBMINOR_VERSION and did not take YY_FLEX_MINOR_VERSION into account, which made them fail with flex-2.6.0.
* Bug 629249 - Incorrect "References" and "Referenced by"albert-github2015-09-301-0/+5
| | | | Discrepancy between number of push and pop calls (push was called with "{" but no pop with "}", in the later case the <*>. rule was used)
* drop #include <unistd.h>Adrian Negreanu2015-05-151-2/+2
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Remove unused local and static global variablesalbert-github2014-12-271-1/+0
| | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* 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
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Bug 720580 - inline source browser shows wrong code with muilti-line c++11's ↵Dimitri van Heesch2013-12-241-1/+1
| | | | raw strings
* Debug output for lexical analyzerAlbert2013-11-131-0/+6
| | | | | | | | | | | | | | In case of error messages like: input buffer overflow, can't enlarge buffer because scanner uses REJECT it is not always directly clear from which lexical analyzer (.l file) this problem comes. This patch helps to find these problems and does the following things: - when using the option -d lex with doxygen each time a lexical analyzer is called at the start a line like the following line will be given: Entering lexical analyzer: pre.l (for: ..../file.c) and at the end: Finished lexical analyzer: pre.l (for: ..../file.c) - in case the lexical analyzer has been translated with the -d option of lex / flex the above mentioned lines will be given as part of the lexical analyzer output (to stderr) and look like: --entering lexical analyzer: pre.l (for: ..../file.c) --finished lexical analyzer: pre.l (for: ..../file.c)
* Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHSSergio Oller2013-09-281-9/+13
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707641 Add references if the file is filtered, as the parser does not know whether we are insideBody or not.
* Bug 154880 - if "using namespace" used, call of a static member function in ↵Dimitri van Heesch2013-09-091-1/+1
| | | | C++ is not recognized or recognized wrong
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-37/+27
|
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-5/+45
|
* Bug 700740 - Doxygen does not create links on C++ 11 style enum classesDimitri van Heesch2013-06-151-3/+3
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-57/+40
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-43/+10
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-44/+57
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-8/+8
|
* Release-1.8.3Dimitri van Heesch2012-12-261-3/+3
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-2/+7
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-1/+1
|
* Release-1.8.2Dimitri van Heesch2012-08-111-15/+19
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-13/+81
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-1/+2
|
* Release-1.8.1Dimitri van Heesch2012-05-191-1/+1
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-2/+18
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-1/+5
|
* Release-1.8.0Dimitri van Heesch2012-03-171-1/+9
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-9/+35
|
* Release-1.7.6.1-20120122Dimitri van Heesch2012-01-221-1/+1
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-13/+41
|
* Release-1.7.5.1-20111117Dimitri van Heesch2011-11-171-13/+13
|
* Release-1.7.5.1-20111027Dimitri van Heesch2011-10-271-5/+31
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-5/+4
|
* Release-1.7.5Dimitri van Heesch2011-08-141-10/+17
|
* Release-1.7.4-20110606Dimitri van Heesch2011-06-061-1/+1
|