Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | const-ify | Adrian Negreanu | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Fixup man only output to use generator state push pop | Artur Kink | 2016-09-26 | 1 | -1/+2 |
| | |||||
* | For manpages remove trailing dash when no brief description | Artur Kink | 2016-09-25 | 1 | -0/+3 |
| | |||||
* | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -13/+19 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -24/+24 |
| | | | | improve performance | ||||
* | Bug 758132 - Brief description of non documented functions | albert-github | 2015-11-22 | 1 | -1/+1 |
| | | | | | In case a function or an other item is not documented and EXTRACT_ALL has not been specified it should not appear in the list with brief description of functions etc. (This patch supersedes the patch as proposed in pull request 411 based on the comments from Dimitri van Heesch) | ||||
* | Bug 744762 - Using TAGFILES prevents symbol extraction | Dimitri van Heesch | 2015-06-11 | 1 | -2/+7 |
| | |||||
* | Merge pull request #303 from albert-github/feature/bug_idl_error | Dimitri van Heesch | 2015-03-05 | 1 | -1/+1 |
|\ | | | | | Better error message in case of IDL inconsistency | ||||
| * | Better error message in case of IDL inconsistency | albert-github | 2015-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In case of an IDL internal doxygen inconsistency ("error: Internal inconsistency: namespace in IDL not module, library or constant group ", see forum report: http://doxygen.10944.n7.nabble.com/Internal-inconsistency-Which-file-td7057.html) it is hard to find out which file causes the problem. In this case the comment block with @namespace was the "problem"). This patch solves this by adding the file and line number of the source file causing the problem. | ||||
* | | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
|/ | |||||
* | Fix for issue 744670 | rconde01 | 2015-02-17 | 1 | -2/+6 |
| | | | | csharp documentation uses "package" rather than "namespace" in some locations | ||||
* | Remove bogus argument to avoid compiler warning | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 1 | -1/+2 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -23/+79 |
| | |||||
* | Bug 712251 - Documentation for enumeration not generated | Dimitri van Heesch | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-02-22 | 1 | -1/+9 |
|\ | |||||
| * | Bug 724241 - Internal inconsistency: namespace in IDL | albert-github | 2014-02-20 | 1 | -1/+9 |
| | | | | | | | | Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way. | ||||
* | | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵ | Dimitri van Heesch | 2014-02-22 | 1 | -0/+8 |
|/ | | | | the Class List | ||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Add template context for annotated class index | Dimitri van Heesch | 2014-02-08 | 1 | -7/+11 |
| | |||||
* | Bug 721302 - [Latex/PDF] Merging brief and detailed description in file section | albert-github | 2014-01-01 | 1 | -0/+1 |
| | | | | | | Not only for Man pages the extra returns are necessary but also for LaTeX output. The change in filedef.cpp is a direct consequence of t the bug report. The groupdef.cpp has been tested on propriety code and the namespacedef.cpp and dirdef.cpp directly follow from code similarity. | ||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -7/+6 |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. | ||||
* | More work on the template and context mechanisms | Dimitri van Heesch | 2013-12-29 | 1 | -23/+33 |
| | |||||
* | Template and context enhancements | Dimitri van Heesch | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | doxygen version 1.8.5 throws many "Internal Inconsistency" errors when ↵ | albert-github | 2013-12-14 | 1 | -2/+2 |
| | | | | | | parsing .idl files A number of error messages lacked the '\n' character | ||||
* | More template and context updates | Dimitri van Heesch | 2013-11-11 | 1 | -4/+5 |
| | |||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -20/+26 |
| | |||||
* | Bug 704412 - doxygen don't hide private Inherited Members | Dimitri van Heesch | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -22/+32 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -8/+85 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -2/+2 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -37/+39 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -7/+10 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -4/+9 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -2/+2 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -5/+14 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+1 |
| | |||||
* | Release-1.7.6.1-20111226 | Dimitri van Heesch | 2011-12-26 | 1 | -5/+5 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -6/+6 |
| | |||||
* | Release-1.7.5.1-20110925 | Dimitri van Heesch | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -29/+21 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -0/+10 |
| | |||||
* | Release-1.7.4-20110426 | Dimitri van Heesch | 2011-04-26 | 1 | -4/+2 |
| | |||||
* | Release-1.7.4 | Dimitri van Heesch | 2011-03-28 | 1 | -3/+5 |
| | |||||
* | Release-1.7.3-20110123 | Dimitri van Heesch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Release-1.7.2-20101224 | Dimitri van Heesch | 2010-12-24 | 1 | -6/+19 |
| |