summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8411 from albert-github/feature/issue_8405Dimitri van Heesch2021-03-062-5/+9
|\ | | | | Issue #8405 Dead link in documentation
| * Issue #8405 Dead link in documentationalbert-github2021-03-052-5/+9
|/ | | | Correcting the link in the documentation to a wayback / archive machine.
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-03-041-1/+9
|\
| * Merge pull request #8410 from albert-github/feature/bug_chmDimitri van Heesch2021-03-041-1/+9
| |\ | | | | | | Problems generating chm documentation
| | * Problems generating chm documentationalbert-github2021-03-041-1/+9
| | | | | | | | | | | | | | | | | | | | | Generating doxygen's own manual in chm mode crashed (`qmake doc s_chm`). The problem was introduced during: Refactoring: replace QRegExp by std::regex in htmlhelp.cpp (1d993b03f) Looks like that a std::string cannot add a null pointer to a std::string
* | | Regression: Fix missing '>' for ol tag in the HTML output.Dimitri van Heesch2021-03-041-1/+1
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-03-041-1/+6
|\ \ | |/
| * Merge pull request #8395 from albert-github/feature/issue_8390Dimitri van Heesch2021-03-031-1/+6
| |\ | | | | | | issue #8390 Reusing documentation snippets
| | * issue #8390 Reusing documentation snippetsalbert-github2021-02-191-1/+6
| | | | | | | | | | | | When `MARKDOWN_SUPPORT` is enabled run the documentation of the included file / snippet through the markdown processor (analogous to comment blocks in the different scanners).
* | | Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-0426-281/+47
|/ /
* | Refactoring: replace QTextStream by ifstreamDimitri van Heesch2021-03-0314-2669/+38
| |
* | Merge branch 'albert-github-feature/bug_lex'Dimitri van Heesch2021-03-0329-349/+2788
|\ \
| * | Fix typo in the lexscanner.h's guardDimitri van Heesch2021-03-032-11/+11
| | |
| * | Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-0370-1473/+2633
| |\ \ | |/ / |/| |
* | | Merge pull request #8394 from albert-github/feature/bug_doc_troubleDimitri van Heesch2021-03-031-1/+1
|\ \ \ | | | | | | | | Correction end tag in documentation
| * | | Correction end tag in documentationalbert-github2021-02-191-1/+1
| | |/ | |/| | | | | | | Small documentation correction (missing `/` in end tag).
* | | Merge pull request #8387 from albert-github/feature/bug_pagetitleDimitri van Heesch2021-03-032-1/+2
|\ \ \ | | | | | | | | Strange HTML tab title in case of a page without title
| * | | Strange HTML tab title in case of a page without titlealbert-github2021-02-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case we have an example like: ``` /// @page Bug_err /// /// \brief Some text in cpp file /// \details Some detailed text in cpp file ``` we will have as in the HTML tab: `Project Title: $title` as the page has an empty title. A better title would in this case be: `Project Title: Bug_err`. This has been implemented by setting the name of the page in the empty title. In case of a main page the xml output sets the empty title to the PROJECT_NAME, as the new, default, setting would see to it that also the mainpage with an empty title would be set we have to see that this is done beforehand.
* | | | Merge pull request #8348 from albert-github/feature/bug_clang_dependencyDimitri van Heesch2021-03-031-3/+3
|\ \ \ \ | | | | | | | | | | Missing CLANG dependency
| * | | | Missing CLANG dependencyalbert-github2021-01-201-3/+3
| | | | | | | | | | | | | | | | | | | | For the tag `CLANG_ADD_INC_PATHS` the dependency to the rag `CLANG_ASSISTED_PARSING` was missing, giving in the doxywizard the wrong impression about this tag.
* | | | | Merge pull request #8405 from albert-github/feature/bug_spell_regexDimitri van Heesch2021-03-032-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Spelling correction
| * | | | | Spelling correctionalbert-github2021-03-032-2/+2
|/ / / / / | | | | | | | | | | | | | | | Spelling corrections as found by Fossies
* | | | | Refactoring: replaced std::regex with own much faster implementationDimitri van Heesch2021-03-0224-347/+1374
| | | | |
* | | | | Some performance tweaks + remove setting of global localeDimitri van Heesch2021-02-2217-67/+63
| | | | |
* | | | | Remove double call to wildcard2regex()Dimitri van Heesch2021-02-211-1/+1
| | | | |
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-02-210-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge pull request #8397 from albert-github/feature/bug_typo_utilDimitri van Heesch2021-02-211-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Correction of spelling error
| | * | | | | Correction of typing erroralbert-github2021-02-211-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Correction of typing error
* | | | | | Regression: specifying character ranges for FILE_PATTERNS didn't workDimitri van Heesch2021-02-211-54/+19
|/ / / / /
* | | | | Added missing std:: namespaceDimitri van Heesch2021-02-201-3/+3
| | | | |
* | | | | Disable qregex.h and fix some warnings and issuesDimitri van Heesch2021-02-2031-92/+91
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in doxyparse.cppDimitri van Heesch2021-02-201-3/+2
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in vhdldocgen.cppDimitri van Heesch2021-02-205-117/+93
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in vhdlcode.lDimitri van Heesch2021-02-203-15/+64
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in vhdljjparser.cppDimitri van Heesch2021-02-201-25/+49
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in memberdef.cppDimitri van Heesch2021-02-201-89/+60
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in doxygen.cppDimitri van Heesch2021-02-201-91/+81
| | | | |
* | | | | Refactoring: remove QRegExp in searchindex.cppDimitri van Heesch2021-02-201-3/+8
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in scanner.lDimitri van Heesch2021-02-201-17/+22
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in rtfstyle.cppDimitri van Heesch2021-02-204-125/+94
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in groupdef.cppDimitri van Heesch2021-02-201-6/+9
| | | | |
* | | | | Refactoring: make better use of capture groupsDimitri van Heesch2021-02-203-16/+15
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in markdown.cppDimitri van Heesch2021-02-201-10/+10
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in doctokenizer.lDimitri van Heesch2021-02-201-21/+27
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in htmlhelp.cppDimitri van Heesch2021-02-201-5/+7
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in docparser.cppDimitri van Heesch2021-02-205-15/+13
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in fortranscanner.lDimitri van Heesch2021-02-201-2/+2
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in configimpl.lDimitri van Heesch2021-02-201-23/+29
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in pre.lDimitri van Heesch2021-02-202-108/+75
| | | | |
* | | | | Refactoring: replace QRegExp by std::regex in template.cppDimitri van Heesch2021-02-201-17/+19
| | | | |