summaryrefslogtreecommitdiffstats
path: root/src/pycode.l
Commit message (Collapse)AuthorAgeFilesLines
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-3/+3
| | | | improve performance
* Minor change to pycode.l:codifyLinesDimitri van Heesch2015-12-261-3/+3
|
* Merge branch 'feature/bug_593642' of ↵Dimitri van Heesch2015-12-261-29/+110
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_593642
| * Bug 593642 - Python: STRIP_CODE_COMMENTS Doesn't work within the source codealbert-github2015-12-251-29/+110
| | | | | | | | In case STRIP_CODE_COMMENTS is set the doxygen specific comment is stripped from the output.
* | Bug 735152 - Python: Allow undocumented "cls" parameter for class methodsalbert-github2015-12-261-0/+8
|/ | | | Made 'cls' parameter analogous to the 'self' parameter. See also https://www.python.org/dev/peps/pep-0008 (paragraph: Function and method arguments)
* Fixed preprocessor macros for flex version checklameventanas2015-11-251-1/+1
|
* Support flex-2.6.0Dimitri van Heesch2015-11-221-1/+1
|
* 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.
* 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.
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Debug output for lexical analyzerAlbert2013-11-131-0/+2
| | | | | | | | | | | | | | 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-35/+11
| | | | | | | 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 707353 - Accept IDs using unicode(non ASCII) characters in python codesDimitri van Heesch2013-09-041-2/+2
|
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-18/+24
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-0/+2
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-2/+2
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-6/+5
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-12/+25
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-0/+5
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-1/+1
|
* Release-1.8.2Dimitri van Heesch2012-08-111-11/+31
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-0/+1
|
* Release-1.8.1Dimitri van Heesch2012-05-191-1/+1
|
* Release-1.8.0Dimitri van Heesch2012-02-251-9/+4
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-51/+72
|
* Release-1.7.5.1-20111027Dimitri van Heesch2011-10-271-2/+1
|
* Release-1.7.5Dimitri van Heesch2011-08-141-16/+27
|
* Release-1.7.4Dimitri van Heesch2011-03-281-1/+1
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.1-20100728Dimitri van Heesch2010-07-281-0/+4
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-1/+1
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091222Dimitri van Heesch2009-12-221-27/+23
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-1/+1
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-3/+3
|
* Release-1.5.9-20090622Dimitri van Heesch2009-06-221-10/+14
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-2/+2
|
* Release-1.5.4Dimitri van Heesch2008-01-161-1/+1
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-1/+1
|
* Release-1.5.1-20070107Dimitri van Heesch2007-01-071-8/+11
|
* Release-1.5.1-20061202Dimitri van Heesch2006-12-021-4/+6
|
* Release-1.5.1Dimitri van Heesch2006-10-291-9/+12
|
* Release-1.4.7-20060809Dimitri van Heesch2006-08-091-30/+38
|
* Release-1.4.7-20060716Dimitri van Heesch2006-07-161-4/+7
|
* Release-1.4.7Dimitri van Heesch2006-06-111-1/+1
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-2/+2
|