Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | usage: make -d print dev doxygen options | albert-github | 2013-12-14 | 1 | -0/+1 |
| | | | | | | This is an extension / improvement to the pull request 67 from groleo - make printing of -d levels more flexible (when adding a new one this is now done automatically) - layout of the message | ||||
* | Debug output for lexical analyzer | Albert | 2013-11-13 | 1 | -1/+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) | ||||
* | Usage of the -d opion corrected | albert-github | 2013-09-15 | 1 | -1/+1 |
| | | | | | | | Giving an error when a wrong -d option is given. Made some error mesages more consistent. Corrected usage of the exit call, in case of an error: exit(1) otherwise exit(0). A closer look should be made on exitDoxygen as it does not contain any exit statements and it is unclear (to me) when it is used. | ||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -0/+1 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -2/+3 |
| | |||||
* | Release-1.7.6.1-20120110 | Dimitri van Heesch | 2012-01-10 | 1 | -1/+2 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.6.2-20100124 | Dimitri van Heesch | 2010-01-24 | 1 | -1/+1 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -2/+2 |
| | |||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070219 | Dimitri van Heesch | 2007-02-19 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -1/+1 |
| | |||||
* | Release-1.5.1-20061202 | Dimitri van Heesch | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -1/+1 |
| | |||||
* | Release-1.4.2 | Dimitri van Heesch | 2005-03-28 | 1 | -4/+5 |
| | |||||
* | Release-1.4.1 | Dimitri van Heesch | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | Release-1.3.9.1-20041114 | Dimitri van Heesch | 2004-11-14 | 1 | -1/+2 |
| | |||||
* | Release-1.3.5-20040105 | Dimitri van Heesch | 2004-01-05 | 1 | -1/+1 |
| | |||||
* | Release-1.3.2-20030708 | Dimitri van Heesch | 2003-07-08 | 1 | -1/+2 |
| | |||||
* | Release-1.3-rc2-20030119 | Dimitri van Heesch | 2003-01-19 | 1 | -1/+1 |
| | |||||
* | Release-1.2.17-20020804 | Dimitri van Heesch | 2002-08-04 | 1 | -1/+3 |
| | |||||
* | Release-1.2.16 | Dimitri van Heesch | 2002-05-20 | 1 | -1/+2 |
| | |||||
* | Doxygen-1.2.13-20020122 | Dimitri van Heesch | 2002-01-22 | 1 | -1/+1 |
| | |||||
* | Release-1.2.4-20010107 | Dimitri van Heesch | 2001-01-07 | 1 | -1/+1 |
| | |||||
* | Release 2000-04-03 | Dimitri van Heesch | 2000-04-03 | 1 | -1/+2 |
| | |||||
* | Release-1.1.1-20000326 | Dimitri van Heesch | 2000-03-26 | 1 | -1/+1 |
| | |||||
* | Release 2000-02-27 | Dimitri van Heesch | 2000-02-27 | 1 | -1/+2 |
| | |||||
* | Upgrade to 1.1.0 | Dimitri van Heesch | 2000-02-15 | 1 | -1/+1 |
| | |||||
* | mods for doxygen-0.49-991117 | Dimitri van Heesch | 1999-12-15 | 1 | -4/+6 |
| | |||||
* | initial version | Dimitri van Heesch | 1999-12-15 | 1 | -0/+39 |