Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for \-- and \--- to prevent interpretation as ndash and mdash | Dimitri van Heesch | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'patch-1' of https://github.com/rkawulak/doxygen into ↵ | Dimitri van Heesch | 2014-04-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | rkawulak-patch-1 Conflicts: src/doctokenizer.l | ||||
| * | Update doctokenizer.l | rkawulak | 2014-03-17 | 1 | -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 \htmlonly | Dimitri van Heesch | 2014-03-29 | 1 | -1/+11 |
| | | |||||
* | | Update doctokenizer.l | rkawulak | 2014-03-17 | 1 | -1/+9 |
|/ | | | Added support for Subversion fixed-length keyword syntax (see: http://sourceforge.net/p/doxygen/discussion/130996/thread/1c641a9f/). | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Fixed issues with @parblock and added regression test case | Dimitri van Heesch | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | Debug output for lexical analyzer | Albert | 2013-11-17 | 1 | -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 analyzer | Albert | 2013-11-13 | 1 | -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 description | Dimitri van Heesch | 2013-10-13 | 1 | -0/+4 |
| | |||||
* | Doxygen didn't allow @ref to parameters of type reference to an array. | Dimitri van Heesch | 2013-09-09 | 1 | -1/+2 |
| | |||||
* | Bug 707431 - Cannot @ref or @link C++ operator overloads | Dimitri van Heesch | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | Avoid space in the output after \n command following by a newline. | Dimitri van Heesch | 2013-07-17 | 1 | -0/+7 |
| | |||||
* | Fixed issue handling \docbookonly..\enddocbookonly section | Dimitri van Heesch | 2013-07-13 | 1 | -0/+4 |
| | |||||
* | Paragraph inbetween @warning like section and autolist no longer ended section | Dimitri van Heesch | 2013-05-19 | 1 | -4/+19 |
| | |||||
* | Release-1.8.4 | Dimitri van Heesch | 2013-05-19 | 1 | -28/+31 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -5/+5 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -3/+3 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -0/+15 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -5/+6 |
| | |||||
* | Release-1.8.3 | Dimitri van Heesch | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -4/+7 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -0/+1 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -15/+19 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -1/+1 |
| | |||||
* | Release-1.8.0-20120429 | Dimitri van Heesch | 2012-04-29 | 1 | -2/+18 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-03-17 | 1 | -4/+14 |
| | |||||
* | Release-1.8.0 | Dimitri van Heesch | 2012-02-25 | 1 | -5/+5 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -3/+4 |
| | |||||
* | Release-1.7.6.1-20120122 | Dimitri van Heesch | 2012-01-22 | 1 | -1/+14 |
| | |||||
* | Release-1.7.6.1-20120110 | Dimitri van Heesch | 2012-01-10 | 1 | -27/+143 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -1/+6 |
| | |||||
* | Release-1.7.5.1-20111027 | Dimitri van Heesch | 2011-10-27 | 1 | -4/+4 |
| | |||||
* | Release-1.7.5.1-20110925 | Dimitri van Heesch | 2011-09-25 | 1 | -1/+6 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -0/+13 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -1/+23 |
| | |||||
* | Release-1.7.4-20110606 | Dimitri van Heesch | 2011-06-06 | 1 | -0/+14 |
| | |||||
* | Release-1.7.4-20110426 | Dimitri van Heesch | 2011-04-26 | 1 | -4/+4 |
| | |||||
* | Release-1.7.3-20110217 | Dimitri van Heesch | 2011-02-17 | 1 | -2/+3 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.3 | Dimitri van Heesch | 2011-01-03 | 1 | -1/+2 |
| | |||||
* | Release-1.7.2-20101118 | Dimitri van Heesch | 2010-11-18 | 1 | -1/+3 |
| | |||||
* | Release-1.7.2-20101106 | Dimitri van Heesch | 2010-11-06 | 1 | -0/+1 |
| | |||||
* | Release-1.7.1-20100920 | Dimitri van Heesch | 2010-09-20 | 1 | -0/+9 |
| | |||||
* | Release-1.7.1-20100822 | Dimitri van Heesch | 2010-08-22 | 1 | -4/+4 |
| | |||||
* | Release-1.7.1-20100728 | Dimitri van Heesch | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -4/+4 |
| | |||||
* | Release-1.6.3-20100603 | Dimitri van Heesch | 2010-06-03 | 1 | -12/+13 |
| | |||||
* | Release-1.6.3-20100507 | Dimitri van Heesch | 2010-05-07 | 1 | -11/+11 |
| | |||||
* | Release-1.6.3-20100418 | Dimitri van Heesch | 2010-04-18 | 1 | -4/+4 |
| |