Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 776988 - Too greedy behavior of @ref const matching | Dimitri van Heesch | 2017-01-17 | 1 | -4/+16 |
| | |||||
* | flex: use %option instead of command line options. | Adrian Negreanu | 2016-09-21 | 1 | -0/+2 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -1/+1 |
| | | | | improve performance | ||||
* | Bug 756604 - Unable to prevent a numbered list | Dimitri van Heesch | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Improved handling of <caption> in tables for LaTeX output. | Dimitri van Heesch | 2015-08-08 | 1 | -4/+22 |
| | |||||
* | Bug 751321 - \cite still rejects valid BibTeX keys | Dimitri van Heesch | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | drop #include <unistd.h> | Adrian Negreanu | 2015-05-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | Bug 746619 - Bogus warnings in case of anonymous namespace and @todo | Dimitri van Heesch | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | Bug 742151 - Bogus warning: citelist: Unexpected new line character | Dimitri van Heesch | 2015-01-04 | 1 | -2/+2 |
| | |||||
* | Disabled enter/exit printing for doctokenizer (produced too much noise) | Dimitri van Heesch | 2014-12-22 | 1 | -10/+10 |
| | |||||
* | various fixes and restructuring | Dimitri van Heesch | 2014-12-22 | 1 | -65/+25 |
| | |||||
* | Merge branch 'feature/bug_size_latex' of ↵ | Dimitri van Heesch | 2014-12-20 | 1 | -9/+75 |
|\ | | | | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_size_latex Conflicts: src/doctokenizer.h src/latexgen.cpp | ||||
| * | Limit images sizes and make more uniform (LaTeX) | albert-github | 2014-11-28 | 1 | -9/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adjusts some problems regarding image sizes in LaTeX output of doxygen (a.o. Bug 738299 - When using msc or PlantUML, the default latex for the created image should include [width=\linewidth]) this has been done is such a way that all the "image" commands (i.e. image, dot, dotfile, msc, mscfile, diafile, startuml) operate in a similar way / have the same possibilities. - commands.doc Adjusted documentation to reflect changes. - cmdmapper.cpp - cmdmapper.h Added utility function to map command id back to command name - doctokenizer.h - doctokenizer.l Handle Caption and Size indication. Required also that some other rules had to be tightened a bit (like usage of {} in startuml and usage of "" for captions. This was already described in the documentation in this way). - docparser.cpp - docparser.h Created routine to uniformly handle the Caption and size indications and store them in a general way. - latexgen.cpp Replaced graphicx package by adjustbox package (includes graphicx) to support "min width" etc. - doxygen.sty templates\latex Added commands to make commands with and without caption behave similar. - docbookvisitor.cpp - docbookvisitor.h - htmldocvisitor.cpp - latexdocvisitor.cpp - latexdocvisitor.h - printdocvisitor.h - xmldocvisitor.cpp Created routine to uniformly handle the Caption and size indications in a general way. - indexpage.xml (testing\022) - indexpage.xml (testing\031) - class_receiver.xml (testing\037) - class_sender.xml (testing\037) Adjusted example output. | ||||
* | | Bug 740218 - Full scope needed when making link inside cross-referenced ↵ | Dimitri van Heesch | 2014-12-19 | 1 | -0/+23 |
| | | | | | | | | section (fixed regression) | ||||
* | | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 1 | -0/+13 |
| | | |||||
* | | Bug 739214 - Cannot make unscoped link to C++ conversion operator | Dimitri van Heesch | 2014-11-16 | 1 | -1/+3 |
| | | |||||
* | | Bug 739211 - Cannot make explicit links to C++ const member functions | Dimitri van Heesch | 2014-11-16 | 1 | -1/+2 |
|/ | |||||
* | Problem in case of line termination (., a dot) direct after the \cite command | albert-github | 2014-09-03 | 1 | -1/+1 |
| | | | | | | | | In case a sentence like: Cite reference at end of line with a dot \cite hicks2001. is used the cite_key is hicks2001. (so including the .) This is a regression of Bug 702584 - \cite rejects valid BibTeX keys | ||||
* | Bug 731947 - Support for PlantUML | Dimitri van Heesch | 2014-08-10 | 1 | -1/+31 |
| | |||||
* | Bug 702584 - \cite rejects valid BibTeX keys | albert-github | 2014-07-06 | 1 | -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 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 |
| |