summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Fixed memory leak in nested comment administrationDimitri van Heesch2014-02-031-4/+4
|
* Add line numbers in case comment is not closed properly.albert-github2014-01-261-1/+40
| | | | | This bug fix is an extension to the bug fix: Add warning when encountering a nested comment start (/*) without matching end (*/). It is quite hard to find the place in the source file where the problem occurs. This bug fix helps to locate part of the problems, it is not perfect it only gives the starting comment tags that give a problem (other problems also occur e.g. when // is followed by */).
* Bug 683115 - Command ignored when using umlauts in markdown and also ↵Dimitri van Heesch2014-01-081-2/+2
| | | | C-comments in markdown didn't work properly
* Add warning when encountering a nested comment start (/*) without matching ↵Dimitri van Heesch2014-01-081-0/+5
| | | | end (*/).
* Bug 721032 - Trouble with /cond /endcondDimitri van Heesch2013-12-251-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)
* Removed redundant backslashes in regexp patternDimitri van Heesch2013-11-111-7/+7
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-11-111-3/+6
|\
| * Bug 711787 - Long initialization line in C stops doxygenAlbert2013-11-101-3/+6
| | | | | | | | An extra "breakpoint" in the input string has been created in the form of a , (comma), so for initialization lines the line will be shorter and the , (comma) will be copied later on.
* | Bug 711723 - Comment /**/ confuses doxygenDimitri van Heesch2013-11-111-0/+3
|/
* Bug 709706 - Terminating C comments within markdown files breaks aliasesDimitri van Heesch2013-10-121-3/+23
|
* Bug 701919 - VHDL cross-references fail when unpaired apostrophe presentDimitri van Heesch2013-08-041-1/+4
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-22/+4
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-1/+2
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-2/+2
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-17/+104
|
* Release-1.8.3Dimitri van Heesch2012-12-261-17/+30
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-15/+9
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-6/+35
|
* Release-1.8.2Dimitri van Heesch2012-08-111-1/+24
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-0/+2
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-58/+2
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-2/+3
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-1/+8
|
* Release-1.8.0Dimitri van Heesch2012-02-251-4/+14
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.6.1-20120122Dimitri van Heesch2012-01-221-51/+51
|
* Release-1.7.5Dimitri van Heesch2011-08-141-5/+5
|
* Release-1.7.4-20110629Dimitri van Heesch2011-06-291-4/+30
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.3Dimitri van Heesch2011-01-031-2/+15
|
* Release-1.7.2-20101118Dimitri van Heesch2010-11-181-27/+36
|
* Release-1.7.1-20100822Dimitri van Heesch2010-08-221-0/+11
|
* Release-1.7.0Dimitri van Heesch2010-06-151-1/+3
|
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-3/+15
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.2Dimitri van Heesch2009-12-301-3/+8
|
* Release-1.5.9-20090720Dimitri van Heesch2009-07-201-1/+1
|
* Release-1.5.9-20090522Dimitri van Heesch2009-05-221-1/+8
|
* Release-1.5.7.1-20081225Dimitri van Heesch2008-12-251-7/+58
|
* Release-1.5.7Dimitri van Heesch2008-09-281-10/+36
|
* Release-1.5.4-20080123Dimitri van Heesch2008-01-231-3/+36
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-9/+68
|
* Release-1.5.4Dimitri van Heesch2008-01-161-1/+1
|
* Release-1.5.2-20070719Dimitri van Heesch2007-07-191-0/+2
|
* Release-1.5.2-20070610Dimitri van Heesch2007-06-101-35/+42
|
* Release-1.5.2-20070506Dimitri van Heesch2007-05-061-2/+2
|
* Release-1.5.2Dimitri van Heesch2007-04-041-3/+17
|
* Release-1.5.1-20070315Dimitri van Heesch2007-03-151-3/+3
|