summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
Commit message (Collapse)AuthorAgeFilesLines
* Bug 702584 - \cite rejects valid BibTeX keysalbert-github2014-07-061-1/+3
| | | | Added possibility for . (dot) and + (bit analogous to file names. A . (dot) cannot be the last character)
* Added support for \-- and \--- to prevent interpretation as ndash and mdashDimitri van Heesch2014-04-131-1/+1
|
* Merge branch 'patch-1' of https://github.com/rkawulak/doxygen into ↵Dimitri van Heesch2014-04-121-1/+1
|\ | | | | | | | | | | | | rkawulak-patch-1 Conflicts: src/doctokenizer.l
| * Update doctokenizer.lrkawulak2014-03-171-1/+1
| | | | | | Removed ':' from the end of the section title for an RCS tag - it was inconsistent with sections created using other commands.
* | Added optional [block] option to \htmlonlyDimitri van Heesch2014-03-291-1/+11
| |
* | Update doctokenizer.lrkawulak2014-03-171-1/+9
|/ | | Added support for Subversion fixed-length keyword syntax (see: http://sourceforge.net/p/doxygen/discussion/130996/thread/1c641a9f/).
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Fixed issues with @parblock and added regression test caseDimitri van Heesch2014-01-041-1/+1
|
* Debug output for lexical analyzerAlbert2013-11-171-1/+11
| | | | | | The previous commit (pull request) was missing the debug output possibility for config.l and partial for doctokinizer.l. The later is called on different places by means of the generic definition doctokinizerYYlex, which is declared by means of YY_DECL. To be able to add the debug output the YY_DECL had to be redefined to be a new function and the new function, with the debug output possibility, has to be called through the original function name.
* 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 707985 - Strange output when : appended to an parameter descriptionDimitri van Heesch2013-10-131-0/+4
|
* Doxygen didn't allow @ref to parameters of type reference to an array.Dimitri van Heesch2013-09-091-1/+2
|
* Bug 707431 - Cannot @ref or @link C++ operator overloadsDimitri van Heesch2013-09-041-1/+1
|
* Avoid space in the output after \n command following by a newline.Dimitri van Heesch2013-07-171-0/+7
|
* Fixed issue handling \docbookonly..\enddocbookonly sectionDimitri van Heesch2013-07-131-0/+4
|
* Paragraph inbetween @warning like section and autolist no longer ended sectionDimitri van Heesch2013-05-191-4/+19
|
* Release-1.8.4Dimitri van Heesch2013-05-191-28/+31
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-5/+5
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-3/+3
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-0/+15
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-5/+6
|
* Release-1.8.3Dimitri van Heesch2012-12-261-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-4/+7
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-0/+1
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-15/+19
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-1/+1
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-2/+18
|
* Release-1.8.0Dimitri van Heesch2012-03-171-4/+14
|
* Release-1.8.0Dimitri van Heesch2012-02-251-5/+5
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-3/+4
|
* Release-1.7.6.1-20120122Dimitri van Heesch2012-01-221-1/+14
|
* Release-1.7.6.1-20120110Dimitri van Heesch2012-01-101-27/+143
|
* Release-1.7.5.1-20111117Dimitri van Heesch2011-11-171-1/+6
|
* Release-1.7.5.1-20111027Dimitri van Heesch2011-10-271-4/+4
|
* Release-1.7.5.1-20110925Dimitri van Heesch2011-09-251-1/+6
|
* Release-1.7.5Dimitri van Heesch2011-08-141-0/+13
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-1/+23
|
* Release-1.7.4-20110606Dimitri van Heesch2011-06-061-0/+14
|
* Release-1.7.4-20110426Dimitri van Heesch2011-04-261-4/+4
|
* Release-1.7.3-20110217Dimitri van Heesch2011-02-171-2/+3
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.3Dimitri van Heesch2011-01-031-1/+2
|
* Release-1.7.2-20101118Dimitri van Heesch2010-11-181-1/+3
|
* Release-1.7.2-20101106Dimitri van Heesch2010-11-061-0/+1
|
* Release-1.7.1-20100920Dimitri van Heesch2010-09-201-0/+9
|
* Release-1.7.1-20100822Dimitri van Heesch2010-08-221-4/+4
|
* Release-1.7.1-20100728Dimitri van Heesch2010-07-281-1/+1
|
* Release-1.7.1Dimitri van Heesch2010-06-251-4/+4
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-12/+13
|
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-11/+11
|