summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-2411-89/+83
* issue #7970 Doxygen doesn't stop on errorsalbert-github2020-08-191-0/+14
* Format for size_t (in e.g. warnings)albert-github2020-08-181-1/+1
* issue #7954: The Doxygen uses too much memory (or has probably a memory leak)...Dimitri van Heesch2020-08-171-20/+42
* Format for size_t (in e.g. warnings)albert-github2020-08-171-1/+1
* issue #7954: The Doxygen uses too much memory (or has probably a memory leak)Dimitri van Heesch2020-08-164-86/+133
* Minor tweaks to clangparser.cppDimitri van Heesch2020-08-151-8/+11
* Merge pull request #7960 from albert-github/feature/bug_countDimitri van Heesch2020-08-152-5/+5
|\
| * Improvement of line count for e.g. warningsalbert-github2020-08-152-5/+5
* | Merge pull request #7958 from spdw/fix_void_return_typeDimitri van Heesch2020-08-151-22/+2
|\ \
| * | Fixes doxygen/doxygen#7760: void return type reported as not documentedPoehlsen, Stephan2020-08-141-22/+2
| |/
* | Updated the swedish language translation to 1.8.19Björn Palmqvist2020-08-141-1/+16
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-08-105-5/+15
|\
| * Merge pull request #7575 from albert-github/feature/bug_py_docstrDimitri van Heesch2020-08-102-2/+12
| |\
| | * Using Python docstringsalbert-github2020-02-072-2/+12
| * | Spelling corrections is commentsalbert-github2020-08-093-3/+3
* | | issue #7951: Doxywizard 1.8.19 (Windows): Source code directory seems to be i...Dimitri van Heesch2020-08-102-4/+4
|/ /
* | Fixed a couple of compiler warnings on LinuxDimitri van Heesch2020-08-082-6/+6
* | Refactoring: changed QValueList to std::vector for template engineDimitri van Heesch2020-08-064-111/+111
* | Fixed issue that could cause wrong line numbersDimitri van Heesch2020-08-061-1/+4
* | Simplified code by passing lineNr directlyDimitri van Heesch2020-08-061-3/+1
* | Merge branch 'feature/bug_md_coverity' of https://github.com/albert-github/do...Dimitri van Heesch2020-08-061-1/+1
|\ \
| * | Coverity uninitialized variablealbert-github2020-08-061-1/+1
* | | Implement better solution for ThreadPool and std::packaged_taskDimitri van Heesch2020-08-062-51/+61
|/ /
* | Implemented workaround for Visual Studio bug in std::packaged_taskDimitri van Heesch2020-08-052-8/+19
* | Compilation fix for clangparser.cpp when -Duse_libclang=NODimitri van Heesch2020-08-051-1/+1
* | Fix for markdown emphasis processing regression.Dimitri van Heesch2020-08-051-2/+7
* | New option allowing processing using multiple threadsDimitri van Heesch2020-08-058-78/+31
* | issue #7943: transferArgumentDocumentation is erroneousDimitri van Heesch2020-08-051-2/+2
* | Merge branch 'albert-github-feature/bug_py_empty_comment'Dimitri van Heesch2020-08-053-56/+62
|\ \
| * | Moved stripIndentation() to util, make it safe for empty inputDimitri van Heesch2020-08-053-50/+50
| * | Merge branch 'feature/bug_py_empty_comment' of https://github.com/albert-gith...Dimitri van Heesch2020-08-051-6/+12
| |\ \ |/ / /
| * | Empty python comment gives problemsalbert-github2020-08-041-6/+12
* | | Modernized tagreader.cpp codeDimitri van Heesch2020-08-041-769/+752
|/ /
* | issue #7727: warning: documented symbol `static bool (long-winded C++ type)' ...Dimitri van Heesch2020-08-041-64/+32
* | Some fixes and cleanupDimitri van Heesch2020-08-0344-383/+197
* | Merge branch 'master' into feature/bug_xml_langDimitri van Heesch2020-08-0324-455/+471
|\ \
| * | Vhdl improvements (ALIAS, translation) (#7813)powARman2020-08-038-6/+42
| * | Merge pull request #7863 from albert-github/feature/bug_babel_langDimitri van Heesch2020-08-033-5/+3
| |\ \
| | * | Setting correct babel packages for some languagesalbert-github2020-06-193-5/+3
| * | | Merge pull request #7782 from wataash/tagend-markdown-emDimitri van Heesch2020-08-031-2/+2
| |\ \ \
| | * | | issue #7781: allow '>' before Markdown emphasisWataru Ashihara2020-05-231-2/+2
| * | | | Replaced QDict<Void> by StringUnorderedSet in dotnode.cppDimitri van Heesch2020-08-031-21/+20
| * | | | Replaced QDict<void> by StringUnorderedSet for fortrancode.lDimitri van Heesch2020-08-031-7/+9
| * | | | CMakeLists.txt improvementDimitri van Heesch2020-08-031-2/+10
| * | | | Modernize HtmlHelp classDimitri van Heesch2020-08-032-314/+306
| * | | | Changed container class for class use and constrained relations from QDict<vo...Dimitri van Heesch2020-08-022-54/+30
| * | | | Modernize code for the resource managerDimitri van Heesch2020-08-024-26/+25
| * | | | Replaced QDict<void> by StringUnorderedSet used to keep track of visited pathsDimitri van Heesch2020-08-021-3/+10
| * | | | Compiler warning in htmlhelp.cppalbert-github2020-08-011-2/+2