summaryrefslogtreecommitdiffstats
path: root/addon/doxyparse
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation issue in doxyparse.cppDimitri van Heesch2021-05-011-0/+1
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-21/+18
* Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-252-7/+4
* Refactoring: replace QRegExp by std::regex in doxyparse.cppDimitri van Heesch2021-02-201-3/+2
* Refactoring: Move xml parser to a separate directoryDimitri van Heesch2021-02-061-0/+1
* Refactoring: modernize MemberListDimitri van Heesch2021-01-221-8/+4
* Refactoring: remove unused Doxygen::entryDBFileName and Doxygen::objDBFileNameDimitri van Heesch2021-01-011-2/+0
* Merge pull request #8263 from albert-github/feature/bug_addon_versionDimitri van Heesch2020-12-211-6/+18
|\
| * Usage of version and help in addonsalbert-github2020-12-191-6/+18
* | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-10/+5
|/
* Correction of spelling errorsalbert-github2020-12-031-2/+2
* 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
* | 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
|/
* Fix compile issue for doxyparse.cppDimitri van Heesch2020-11-211-2/+3
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-27/+25
* Compilation warnings in doxyparsealbert-github2020-10-131-2/+2
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-6/+3
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-1/+1
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-3/+5
* Allow building doxygen as a subprojectAnonymous Maarten2020-09-161-3/+3
* Make a switch to choose between dynamic library to clang-cpp or static linkin...Dimitri van Heesch2020-07-201-1/+5
* Fix #7883Joakim Tjernlund2020-07-191-1/+1
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-0/+1
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-30/+22
* Refactoring: Removed creation of MemberDef's for macro definitions from pre.lDimitri van Heesch2020-05-241-0/+1
* RefactoringDimitri van Heesch2020-05-151-1/+1
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-23/+10
* print protection information on doxyparseJoenio Costa2020-03-291-6/+17
* Doxygen version information (#7645)albert-github2020-03-171-1/+1
* Problem with temporary / intermediate directory in doxyparsealbert-github2020-02-271-6/+9
* output on doxyparse if a function is a prototypeJoenio Costa2020-02-241-1/+13
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-3/+3
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-35/+25
* Rename version libary to avoid name clash with Window's version.libDimitri van Heesch2019-08-081-1/+1
* add list of file extensions on doxyparse configJoenio Costa2019-08-061-0/+12
* Some fixes and restructuringDimitri van Heesch2019-08-061-22/+3
* doxyparse addon new features and bugfixesJoenio Costa2019-08-052-35/+126
* Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...Dimitri van Heesch2019-07-301-0/+2
|\
| * Show git version informationalbert-github2019-05-311-0/+2
* | issue #6880 mscgen links placed in the wrong place when using SVG outputDimitri van Heesch2019-06-231-0/+1
* | Split off lodepng functionality in a separate libraryDimitri van Heesch2019-06-221-0/+1
* | Fix #6906Ton van den Heuvel2019-05-061-8/+0
* | issue #6946 Compilation error (clangparser.cpp)albert-github2019-04-271-0/+5
* | issue #6939 Build fail in Windows with build_parse turn ON (unistd.h does not...albert-github2019-04-221-11/+20
|/
* doxyparse bugfixes and minor improvementsJoenio Costa2017-12-282-8/+37
* Misc. typosluzpaz2017-12-232-2/+2
* CMake: avoid if() around the whole contents of plugin CMakeLists.txtRolf Eike Beer2017-10-201-4/+0
* add the number of conditionals path and bugfixJoenio Costa2017-06-283-28/+47