summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix/New: add variadic function args '...' support to @refMatthew White2017-08-032-2/+3
* Fix/New: add variadic function args '...' support to @linkMatthew White2017-08-032-5/+31
* dot.cpp: Fix DotGfxHierarchyTable first class node loopAdrian DC2017-07-071-1/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-06-122-19/+29
|\
| * Correction of non reachable links and redirected links in documentation.albert-github2017-06-041-19/+19
| * Fix C# property initializer parsingPiotr Szydełko2017-05-201-0/+10
* | Avoid generating unused dir_* output files for non HTML output formatsDimitri van Heesch2017-06-121-0/+6
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-05-166-8/+8
|\
| * fix typoDenis Rouzaud2017-04-281-1/+1
| * Merge pull request #560 from luzpaz/typosDimitri van Heesch2017-04-026-7/+7
| |\
| | * typosKunda2017-03-056-7/+7
* | | Fixed problem where automatic line breaking caused missing vertical bars in t...Dimitri van Heesch2017-04-271-2/+1
|/ /
* | line continuation characters inside comments embedded in a macro definition a...Dimitri van Heesch2017-04-021-3/+10
* | Function declaration following a function definition incorrectly listed as ca...Dimitri van Heesch2017-04-021-11/+1
* | Inline attribute got reset for functions returning an explicit struct typeDimitri van Heesch2017-04-021-1/+2
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2017-01-291-146/+214
|\
| * Version 20170123:Fabio Jun Takada Chino2017-01-241-146/+214
* | Bug 776988 - Too greedy behavior of @ref const matchingDimitri van Heesch2017-01-171-4/+16
|/
* Bug 776964 - Menu does not work without JavascriptDimitri van Heesch2017-01-103-77/+156
* Bug 775493 - Usage of underscore's in parameter namesDimitri van Heesch2017-01-081-2/+45
* Bug 776791 - [1.8.13 Regression] Segfault building the breathe docsalbert-github2017-01-041-1/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-12-292-20/+28
|\
| * Merge pull request #550 from artur-kink/masterDimitri van Heesch2016-12-292-20/+28
| |\
| | * Check for undocumented params warnings if members detailed documentation is n...Artur Kink2016-11-292-20/+28
* | | Bug 769552 - doxygen warning parsing C++11 "using" declarationDimitri van Heesch2016-12-261-0/+3
* | | Bug 774514 - Modify in some pronounciation expression in KoreanDimitri van Heesch2016-12-251-18/+18
* | | Bug 707278 - Grouping of results fail when using built-in javascript searchDimitri van Heesch2016-12-181-3/+3
* | | Made the RTF output honor the PAPER_TYPE option.Dimitri van Heesch2016-12-181-0/+21
|/ /
* | Bug 707266 - C++/CLI indexed property not documentedDimitri van Heesch2016-12-031-3/+3
* | Bug 775245 - referencing Python files via tagfile brokenDimitri van Heesch2016-11-291-4/+13
* | Cleanup: removed redundant =NULL from interfaces, or replaced by =0 where it ...Dimitri van Heesch2016-11-287-7/+7
* | Merge pull request #545 from albert-github/feature/bug_774138Dimitri van Heesch2016-11-2812-16/+23
|\ \
| * | Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by.....albert-github2016-11-1312-16/+23
* | | Added missing language value for SQL to XML outputDimitri van Heesch2016-11-271-0/+1
* | | Merge pull request #549 from artur-kink/masterDimitri van Heesch2016-11-279-2/+548
|\ \ \ | | |/ | |/|
| * | Add NVARCHAR as a SQL typeArtur Kink2016-11-221-1/+1
| * | Add sql syntax highlighting to code blocksArtur Kink2016-11-229-2/+548
* | | Merge pull request #543 from jhunold/textbfDimitri van Heesch2016-11-223-7/+7
|\ \ \ | |/ / |/| |
| * | Fix: replace deprecated {\bf with \textbf{ in LaTeX generatorJürgen Hunold2016-11-103-7/+7
| |/
* | Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not workDimitri van Heesch2016-11-131-1/+3
|/
* Replaced section marker before members by diamond shaped bulletDimitri van Heesch2016-11-061-1/+1
* Fixed problem generating per letter namespace member index pages.Dimitri van Heesch2016-11-062-1/+2
* Merge pull request #541 from kossebau/addMoreJSFilesToQCHFileDimitri van Heesch2016-11-041-0/+7
|\
| * Fix: Add missing jquery.js, dynsections.js & optional svgpan.js to QCH fileFriedrich W. H. Kossebau2016-10-301-0/+7
* | Reverting pull request #537 until it will be fixedDmitry Dorofeev2016-11-031-8/+11
* | Removed x flag from util* source filesDimitri van Heesch2016-10-242-0/+0
|/
* Bug 773231 - Underscores in type or member name cause unwanted hyphenation in...Dimitri van Heesch2016-10-232-8/+13
* Bug 773354 - "name" attribute of image map not urlencoded, not working in ChromeDimitri van Heesch2016-10-222-3/+2
* Fix plantuml generation issueAnders Wallander2016-10-192-4/+9
* Merge pull request #537 from jmk0/table_markup_enhancementsDimitri van Heesch2016-10-181-8/+173
|\