summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* | 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-046-10/+139
|\ \ \
| * | | Bug 734099 - Add support for non-parsed languageDimitri van Heesch2014-08-046-10/+139
| | | |
* | | | 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
|/ / /
* | | 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-023-35/+186
| | |
* | | 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-022-5/+215
| | |
* | | 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.
* | | Merge branch 'vhdl'Dimitri van Heesch2014-08-0214-3042/+3665
|\ \ \ | |/ / |/| |
| * | New VHDL parser implementationDimitri van Heesch2014-08-0214-3042/+3665
| |/
* | Merge pull request #202 from jannick0/masterDimitri van Heesch2014-07-201-1/+1
|\ \ | |/ |/| Update dot.cpp: comma added for dot syntax
| * Update dot.cppjannick02014-07-191-1/+1
| | | | | | comma added for dot syntax
* | More robust extraction of scope information from tag filesDimitri van Heesch2014-07-182-15/+25
| |
* | Merge pull request #196 from albert-github/feature/bug_702584_2Dimitri van Heesch2014-07-132-2/+6
|\ \ | | | | | | Bug 702584 - \cite rejects valid BibTeX keys
| * | Bug 702584 - \cite rejects valid BibTeX keysalbert-github2014-07-062-2/+6
| | | | | | | | | | | | Added possibility for . (dot) and + (bit analogous to file names. A . (dot) cannot be the last character)
* | | Merge pull request #190 from wtschueller/fix705503Dimitri van Heesch2014-07-131-5/+52
|\ \ \ | | | | | | | | Bug 705503 - TCL: Documentation of oo::define is not working
| * | | Bug 705503 - TCL: Documentation of oo::define is not workingwtschueller2014-06-281-5/+52
| |/ /
* | | Merge pull request #189 from wtschueller/masterDimitri van Heesch2014-07-131-36/+233
|\ \ \ | | | | | | | | Support more Tcl commands
| * | | Tcl: correct namespace resolution in case of INLINE_SOURCES = YESwtschueller2014-07-121-1/+19
| | | |
| * | | Tcl: refactor similar code into tcl_codify_token functionwtschueller2014-06-191-96/+47
| | | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : 71a597ee1427c9ee52d8879ffc360f91912f8561
| * | | Tcl: support switch commandwtschueller2014-06-181-1/+182
| | | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : f516669986006db5aca6af6417f323e57fa848d1
| * | | Tcl: support eval/catch commandswtschueller2014-06-171-2/+49
| | | | | | | | | | | | | | | | | | | | --HG-- extra : rebase_source : 5d7e3a2b3c549419c672cddd8d780542053d68bb
* | | | Documentation generator: added support for C# property accessors visibility ↵Maksim Osipov2014-07-044-6/+90
| | | | | | | | | | | | | | | | modifiers.
* | | | Language parser: added support for C# property accessors visibility modifiers.Maksim Osipov2014-07-032-0/+8
| |/ / |/| |