summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8221 from albert-github/feature/bug_spell_doxyparseDimitri van Heesch2020-12-031-2/+2
|\
| * Correction of spelling errorsalbert-github2020-12-031-2/+2
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-029-90/+166
|\
| * Merge pull request #8197 from albert-github/feature/issue_8023Dimitri van Heesch2020-12-024-7/+35
| |\
| | * issue #8023 Add option to exit with non-zero exit code on warnings even if WA...albert-github2020-11-234-7/+35
| * | Merge pull request #8207 from timoffermann/feature/issue_6204Dimitri van Heesch2020-12-022-40/+76
| |\ \
| | * | Introduce new DOT_UML_DETAIL setting "NONE"Tim Offermann2020-11-272-13/+37
| | * | Enable UML diagrams without member fieldsTim Offermann2020-11-262-37/+49
| * | | Merge pull request #8219 from analizo/fix-doxyparse-yaml-output-syntaxDimitri van Heesch2020-12-021-2/+2
| |\ \ \
| | * | | quotes added surrounding inheritance tokens on doxyparse outputJoenio Marques da Costa2020-12-011-2/+2
| * | | | Merge pull request #8217 from albert-github/feature/bug_extend_testsDimitri van Heesch2020-12-021-1/+1
| |\ \ \ \
| | * | | | Extend tests with some other default testsalbert-github2020-12-011-1/+1
| | |/ / /
| * | | | Merge pull request #8218 from analizo/improve-doxyparse-readmeDimitri van Heesch2020-12-022-40/+52
| |\ \ \ \
| | * | | | add .md extension on Doxyparse README docJoenio Marques da Costa2020-12-011-0/+0
| | * | | | better description of Doxyparse on README docJoenio Marques da Costa2020-12-011-13/+25
| | |/ / /
* | | | | Merge branch 'albert-github-feature/bug_789318'Dimitri van Heesch2020-12-021-23/+38
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes spacingDimitri van Heesch2020-12-021-31/+31
| * | | | Merge branch 'feature/bug_789318' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-12-021-23/+38
| |\ \ \ \ |/ / / / /
| * | | | bug 789318 c# expression-bodied property is not rendered correctlyalbert-github2020-09-011-23/+38
* | | | | Join sequences of the same type of xref items together in a single paragraph ...Dimitri van Heesch2020-12-021-9/+11
* | | | | Improve handling of inline namespace members in LateX/RTF outputDimitri van Heesch2020-12-0213-129/+190
| |/ / / |/| | |
* | | | Remove duplicate pages for classes inside inline namespaces (LaTeX/RTF/DocBook)Dimitri van Heesch2020-11-293-8/+16
* | | | Merge pull request #8213 from allanbowe/issue-8212Dimitri van Heesch2020-11-2913-197/+197
|\ \ \ \
| * | | | fix: convert links to the main doxygen site to https. Trailing whitespace wa...Allan Bowe2020-11-2913-197/+197
* | | | | Fix compiler error by making clangparser use TooltipManager::instance()Dimitri van Heesch2020-11-291-2/+1
* | | | | Fix shadowing warning for hex constantDimitri van Heesch2020-11-291-1/+0
* | | | | Refactoring: simplify vhdldocgen code a bitDimitri van Heesch2020-11-291-11/+2
* | | | | Refactoring: replace QDict by std::set for classifying keywords in vhdldocgenDimitri van Heesch2020-11-293-86/+34
* | | | | Refactoring: replace QMap with std::map in fortranscanner.lDimitri van Heesch2020-11-291-29/+30
* | | | | Refactoring: move addDocCrossReference to memberdef.cpp/.hDimitri van Heesch2020-11-285-42/+46
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-11-282-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #8210 from albert-github/feature/bug_cnt_html_commentDimitri van Heesch2020-11-281-1/+5
| |\ \ \ \
| | * | | | Line miscount in case of Html type Commentalbert-github2020-11-281-1/+5
| * | | | | Merge pull request #8209 from albert-github/feature/bug_noop_aliasDimitri van Heesch2020-11-281-0/+1
| |\ \ \ \ \
| | * | | | | Missing \noop in list with commands starting with "\n" for escaping in aliasesalbert-github2020-11-281-0/+1
| | |/ / / /
* | | | | | Refactoring: make setAnchors() a member of MemberListDimitri van Heesch2020-11-289-28/+25
* | | | | | Protect mutable access to members in code generators with mutexesDimitri van Heesch2020-11-283-0/+22
|/ / / / /
* | | | | issue #697: Test 32 reference to bell signal (XHTML, LaTeX)Dimitri van Heesch2020-11-285-38/+142
|/ / / /
* | | | Merge pull request #8203 from albert-github/feature/bug_xhtml_searchDimitri van Heesch2020-11-283-15/+17
|\ \ \ \
| * | | | Default doxygen search mechanism doesn't work when using with XHTML outputalbert-github2020-11-253-15/+17
| | |/ / | |/| |
* | | | Issue #8206: Incorrect XHTML resultsDimitri van Heesch2020-11-2721-75/+140
|/ / /
* | | Merge pull request #8196 from albert-github/feature/bug_shown_filesDimitri van Heesch2020-11-242-2/+5
|\ \ \
| * | | Exclude markdown mapped documentation files from Files listalbert-github2020-11-241-1/+3
| * | | Exclude markdown mapped documentation files from Files listalbert-github2020-11-231-1/+2
| | |/ | |/|
* | | Merge pull request #8198 from albert-github/feature/bug_dot_cleanupDimitri van Heesch2020-11-243-3/+17
|\ \ \
| * | | Making the use of DOT_CLEANUP more transparentalbert-github2020-11-233-3/+17
| |/ /
* | | Fixed potential crash when cleaning upDimitri van Heesch2020-11-242-7/+7
* | | Merge pull request #8194 from albert-github/feature/bug_tests_warnDimitri van Heesch2020-11-245-11/+56
|\ \ \
| * | | Doxygen warnings are not seen as errors during running testsalbert-github2020-11-224-9/+48
| * | | Doxygen warnings are not seen as errors during running testsalbert-github2020-11-221-2/+8