summaryrefslogtreecommitdiffstats
path: root/src/commentcnv.l
Commit message (Collapse)AuthorAgeFilesLines
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
|
* Bug 767171 - ALIASES stop working after verbatim with formula and /** */albert-github2016-06-051-3/+3
| | | | | | | A formula should not not end a "verbatim" type of block. A "verbatim" type of block should only stop at the corresponding end command. In case of a formula with an environment (i.e. f{) the name of the environment can be parsed separately. Corrected end condition for docbookonly.
* Bug 752712 - last entry missing in a @name group of typedefsDimitri van Heesch2016-02-061-0/+6
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-3/+3
| | | | improve performance
* Markdown with @cond and @endcondalbert-github2015-11-221-0/+2
| | | | | In case markdown files are processed and they contain @cond and @endcond these are replaced wit C-style end and begin comments (and code in between is correctly removed). The C-Style comments should not be placed as they are not understood in a markdown context (analogous to what happens in Fortram, Pythone etc.). Note: in principle @cond should not be used as a markdown file is one "comment" block and thus @if should be used, though in any case no unwanted characters should be added.
* Bug 752712 - last entry missing in a @name group of typedefsDimitri van Heesch2015-07-261-0/+8
|
* drop #include <unistd.h>Adrian Negreanu2015-05-151-3/+2
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Bug 746614 - Bogus warning regarding nested commentsalbert-github2015-03-221-0/+1
| | | | | In case the previous file gives a warning regarding the wrong used nested comments and the next file does not have any doxygen comment there is still the message that there is a nested comment but even without probable line numbers. The variable counting the nested comment level was not reset, this has been corrected with this patch.
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Bug 735584 - Reached end of file while still insided a (nested) comment in ↵Dimitri van Heesch2014-12-191-1/+1
| | | | Markdown
* Fixed problem finding \enduml when using /// style comments.Dimitri van Heesch2014-09-261-2/+9
|
* Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-101-3/+3
|
* 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
|