summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | Refactoring: reduce code duplication by using writeMarkerList functionDimitri van Heesch2021-02-205-273/+237
* | | | | Refactoring: replace QRegExp by std::regex in definition.cppDimitri van Heesch2021-02-201-130/+133
* | | | | Refactoring: replace QRegExp by std::regex in classdef.cppDimitri van Heesch2021-02-201-22/+34
* | | | | Refactoring: replace QRegExp by std::regex in util.cppDimitri van Heesch2021-02-2012-368/+492
* | | | | Improve handling of @param command without name or descriptionDimitri van Heesch2021-02-202-6/+9
| |_|/ / |/| | |
* | | | Merge pull request #8351 from albert-github/feature/bug_cs_summaryDimitri van Heesch2021-02-171-2/+0
|\ \ \ \
| * | | | Wrong place in comment scanner of end summary tagalbert-github2021-01-221-2/+0
| |/ / /
* | | | Merge pull request #8363 from albert-github/feature/issue_8362Dimitri van Heesch2021-02-171-2/+22
|\ \ \ \
| * | | | issue_8362 Text of image repeated 4 timesalbert-github2021-01-291-2/+22
* | | | | Merge pull request #8365 from albert-github/feature/bug_ext_versionDimitri van Heesch2021-02-172-4/+58
|\ \ \ \ \
| * | | | | Extended doxygen version informationalbert-github2021-01-312-4/+58
| |/ / / /
* | | | | Merge pull request #8382 from arwedus/feature/config-warn-if-incomplete-docDimitri van Heesch2021-02-174-10/+30
|\ \ \ \ \
| * | | | | fix typo in config.xmlarwedus2021-02-131-1/+1
| * | | | | add config option WARN_IF_INCOMPLETE_DOCJames Wilcox2021-02-134-10/+30
| | |_|/ / | |/| | |
* | | | | Merge pull request #8386 from albert-github/feature/bug_preprocessornolineno_2Dimitri van Heesch2021-02-174-4/+11
|\ \ \ \ \
| * | | | | Update preprocessing.docDimitri van Heesch2021-02-161-1/+1
| * | | | | Get preprocessor output without line numbersalbert-github2021-02-164-4/+11
| |/ / / /
* | | | | Merge pull request #8389 from albert-github/feature/bug_docu_redirectDimitri van Heesch2021-02-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Correct documentation redirection linkalbert-github2021-02-171-1/+1
|/ / / /
* | | | Merge pull request #8376 from whatacold/fix-using-namespace-callgraphDimitri van Heesch2021-02-121-101/+99
|\ \ \ \
| * | | | code.l: replace printf with DBG_CTX for easily toggling it.Guangwang Huang2021-02-091-97/+97
| * | | | issue #8011: No callgraph if having more than one 'using namespace's.Guangwang Huang2021-02-091-4/+2
* | | | | Merge pull request #8381 from albert-github/feature/bug_doxygen_DoxyfileDimitri van Heesch2021-02-121-2/+1
|\ \ \ \ \
| * | | | | Correction Doxyfile for documentation of doxygen codealbert-github2021-02-121-2/+1
|/ / / / /
| | | | * Adding support for lex filesalbert-github2021-02-1815-271/+398
| | | | * Adding support for lex filesalbert-github2021-02-121-1/+1
| | | | * Adding support for lex filesalbert-github2021-02-1220-146/+2459
| |_|_|/ |/| | |
* | | | issue #7772: Regression - Class list missing in Group page [1.8.16 -> 1.8.17]Dimitri van Heesch2021-02-091-3/+4
|/ / /
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-02-081-2/+2
|\ \ \
| * \ \ Merge pull request #8346 from albert-github/feature/bug_doxyw_strlistDimitri van Heesch2021-02-081-2/+2
| |\ \ \
| | * | | Non default value not shown properly in doxywizardalbert-github2021-01-191-2/+2
* | | | | Regression: invalid LaTeX output for file indexDimitri van Heesch2021-02-081-2/+4
|/ / / /
* | | | Merge branch 'refactor_constexp'Dimitri van Heesch2021-02-068-92/+77
|\ \ \ \
| * | | | Refactoring: replace QCString with std::string in constexpDimitri van Heesch2021-02-068-92/+77
* | | | | Fixed missing include for util.cpp when building for WindowsDimitri van Heesch2021-02-061-0/+1
|/ / / /
* | | | Refactoring: replace/remove the use of QDateTimeDimitri van Heesch2021-02-0611-1799/+48
* | | | Refactoring: make doxyindexer independent of qtoolsDimitri van Heesch2021-02-062-66/+61
* | | | Refactoring: Move xml parser to a separate directoryDimitri van Heesch2021-02-069-11/+62
* | | | Refactoring: qtools cleanup + remove QDateTime use from rtfgen.cppDimitri van Heesch2021-02-059-7602/+9
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-02-053-9/+13
|\ \ \ \
| * \ \ \ Merge pull request #8367 from albert-github/feature/bug_doxyw_splitDimitri van Heesch2021-02-051-0/+4
| |\ \ \ \
| | * | | | Remove deprecated warnings for QString::SkipEmptyParts in doxywizardalbert-github2021-01-311-0/+4
| | | |/ / | | |/| |
| * | | | Merge pull request #8366 from albert-github/feature/bug_doxyw_endlDimitri van Heesch2021-02-052-9/+9
| |\ \ \ \
| | * | | | Remove deprecated warnings for endl in doxywizardalbert-github2021-01-312-9/+9
| | |/ / /