summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-154-27/+45
|\
| * Merge pull request #209 from albert-github/feature/html_extra_stylesheetsDimitri van Heesch2014-08-154-27/+45
| |\ | | | | | | Support multiple extra HTML stylesheets.
| | * Support multiple extra HTML stylesheets.albert-github2014-08-154-27/+45
| |/ | | | | | | | | | | In regular use it happens that it is more convenient to have multiple extra HTML stylesheets, e.g. in case of different levels of requirements: company, department, project With this patch it is possible to specify multiple HTML stylesheets. Note: for compatibility the configuration parameter HTML_EXTRA_STYLESHEET has not been renamed to HTM_EXTRA_STYLESHEETS.
* | Bug 733722 - XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form ↵Dimitri van Heesch2014-08-152-6/+16
| | | | | | | | feed character (U+000C) to XML files
* | Bug 734245 - Q_PROPERTY switches the member access from private to publicDimitri van Heesch2014-08-151-1/+4
| |
* | Bug 583958 - Class diagrams and class hierarchy don't work for java generic ↵Dimitri van Heesch2014-08-142-27/+28
|/ | | | | | classes Bug 631675 - Java inheritance of instantiated generics not recognized.
* Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-144-18/+20
|
* Bug 734704 Sigsegv while generating XML outputDimitri van Heesch2014-08-131-1/+1
|
* Vhdl fixesDimitri van Heesch2014-08-1116-5556/+6067
|
* Bug 731947 - Support for PlantUMLDimitri van Heesch2014-08-1031-62/+544
|
* Bug 733451 - volatile declaration on member functions is not handled as xml ↵Dimitri van Heesch2014-08-082-7/+11
| | | | attribute
* Bug 732594 - Two entries for a single member in Doxygen XMLDimitri van Heesch2014-08-081-1/+2
|
* Bug 732768 - nested html tables cause pdflatex to hang (1.8.4 and 1.8.6)Dimitri van Heesch2014-08-082-6/+27
|
* Merge branch 'NimbusKit-feature-groupbreadcrumbs'Dimitri van Heesch2014-08-042-11/+26
|\
| * Made bread crumb trails enabled unconditionallyDimitri van Heesch2014-08-042-17/+10
| |
| * Merge branch 'feature-groupbreadcrumbs' of ↵Dimitri van Heesch2014-08-042-8/+30
| |\ |/ / | | | | https://github.com/NimbusKit/doxygen into NimbusKit-feature-groupbreadcrumbs
| * Add BREAD_CRUMB_TRAIL.Jeff Verkoeyen2014-07-192-8/+30
| | | | | | | | | | This feature enables recursive printing of the bread crumbs for any page, rather than just printing the parent group.
* | Fixed test 021Dimitri van Heesch2014-08-042-2/+2
| |
* | Merge branch 'groleo-master'Dimitri van Heesch2014-08-043-4/+19
|\ \
| * | Made setName() virtual so overloading worksDimitri van Heesch2014-08-041-1/+1
| | |
| * | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-masterDimitri van Heesch2014-08-042-3/+18
| |\ \ |/ / /
| * | cache anonymous into ClassDefImpl::isAnonymousAdrian Negreanu2014-08-042-3/+18
| | |
* | | Bug 728740 - XML Output: Doxygen doesn’t escape & characters (included in ↵Dimitri van Heesch2014-08-041-1/+3
| | | | | | | | | | | | a hyperlink) in <detaileddescription>
* | | Bug 733605 - Incorrect LaTeX generation for private union member in C++Dimitri van Heesch2014-08-041-10/+1
| | |
* | | Merge branch 'bug734099'Dimitri van Heesch2014-08-049-11/+179
|\ \ \
| * | | Bug 734099 - Add support for non-parsed languageDimitri van Heesch2014-08-049-11/+179
| | | |
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-041-6/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Merge pull request #206 from groleo/masterDimitri van Heesch2014-08-031-6/+9
| |\ \ \ | | |/ / | | | | removeRedundantWhiteSpace micro-optimization
| | * | removeRedundantWhiteSpace micro-optimizationAdrian Negreanu2014-07-251-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | | | Bug 734077 - no uniquely matching class member found for inline function ↵Dimitri van Heesch2014-08-035-4/+15
| | | | | | | | | | | | | | | | definition where parameter argument names don't match
* | | | Bug 733938 - Explicit links using operator()() not generated.Dimitri van Heesch2014-08-031-4/+5
|/ / /
* | | Merge pull request #205 from albert-github/feature/bug_libcpmd_windows_linkDimitri van Heesch2014-08-031-1/+1
|\ \ \ | | | | | | | | Error linking 32-bit windows
| * | | Error linking 32-bit windowsalbert-github2014-08-031-1/+1
|/ / / | | | | | | | | | | | | | | | On Windows there were unresolved debug symbols resulting from libcpmtd. Adding this file to the ignore list solves the link issue. Remains: LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library even though libcmt is added.
* | | Template context support for CREATE_SUBDIRSDimitri van Heesch2014-08-025-19/+124
| | |
* | | Added get filter, unified index propertiesDimitri van Heesch2014-08-022-2/+90
| | |
* | | Added groupby filter and some more context infoDimitri van Heesch2014-08-024-36/+187
| | |
* | | Fix after rebase from masterDimitri van Heesch2014-08-021-1/+2
| | |
* | | Added lists for indices to template contextDimitri van Heesch2014-08-024-50/+296
| | |
* | | Added member indexes to template contextDimitri van Heesch2014-08-022-21/+271
| | |
* | | Addition of module data to context and alphaIndex filterDimitri van Heesch2014-08-027-546/+1055
| | |
* | | Added namespace info to the contextDimitri van Heesch2014-08-023-7/+217
| | |
* | | Added mainpage to context and improved page treeDimitri van Heesch2014-08-025-34/+130
| | |
* | | Minor fixes to the template contextDimitri van Heesch2014-08-022-5/+4
| | |
* | | changed append filter and added index and path attributes to nodeDimitri van Heesch2014-08-021-2/+57
| | |
* | | Added flatten, listsort and paginate filtersDimitri van Heesch2014-08-021-0/+182
| | |
* | | Merge pull request #203 from albert-github/feature/bug_733856Dimitri van Heesch2014-08-022-0/+3
|\ \ \ | | | | | | | | Bug 733856 - segfault in QGListIterator while parsing fortran code
| * | | Bug 733856 - segfault in QGListIterator while parsing fortran codealbert-github2014-07-302-0/+3
| |/ / | | | | | | | | | | | | Problem with variables with the name type versus type definitions. type followed by = is recognized as not being a type definition instead of the use of a variable.
* | | Merge pull request #204 from albert-github/feature/bug_message_lengthDimitri van Heesch2014-08-021-3/+3
|\ \ \ | | | | | | | | Messages truncated in warnings file
| * | | Messages truncated in warnings filealbert-github2014-07-301-3/+3
| |/ / | | | | | | | | | | | | | | | | | | The current limit for a message length in the messages file is 4095 characters. Most of the time this is more than sufficient, but in case of Fortran and a lot of arguments this might not be sufficient. With Fortran the "data type" can be quite long as it can also includes words like: double precision, dimension, intent(inout) etc. When we have a lot of arguments and just one is described it also tries to write out the names of the non-described parameter/ arguments with the word parameter prepended resulting in an even longer line. This patch increases the size of the buffer.
* | | Fixed missing include for LinuxDimitri van Heesch2014-08-021-0/+1
| | |